#include <UT_Interrupt.h>
Public Member Functions | |
| virtual | ~UT_InterruptHandler () |
| virtual void | start (UT_Interrupt *intr, const char *optext, const char *main_op_text)=0 |
| virtual void | push (const char *text)=0 |
| virtual void | busyCheck (bool interrupted, float percent, float longpercent)=0 |
| virtual void | pop ()=0 |
| virtual void | stop ()=0 |
| virtual void | interruptAllowed (bool allowed, bool allow_ui)=0 |
Definition at line 45 of file UT_Interrupt.h.
| virtual UT_InterruptHandler::~UT_InterruptHandler | ( | ) | [inline, virtual] |
Definition at line 48 of file UT_Interrupt.h.
| virtual void UT_InterruptHandler::busyCheck | ( | bool | interrupted, | |
| float | percent, | |||
| float | longpercent | |||
| ) | [pure virtual] |
| virtual void UT_InterruptHandler::interruptAllowed | ( | bool | allowed, | |
| bool | allow_ui | |||
| ) | [pure virtual] |
| virtual void UT_InterruptHandler::pop | ( | ) | [pure virtual] |
| virtual void UT_InterruptHandler::push | ( | const char * | text | ) | [pure virtual] |
| virtual void UT_InterruptHandler::start | ( | UT_Interrupt * | intr, | |
| const char * | optext, | |||
| const char * | main_op_text | |||
| ) | [pure virtual] |
| virtual void UT_InterruptHandler::stop | ( | ) | [pure virtual] |
1.5.9