SHAPER
9.13.0
|
Informs the application that the long operation is performed. More...
Public Member Functions | |
virtual | ~Events_LongOp () |
Default destructor. More... | |
const Events_ID & | eventID () const |
Returns identifier of the message. More... | |
void * | sender () const |
Returns sender of the message or NULL if it is anonymous message. More... | |
Static Public Member Functions | |
static Events_ID | eventID () |
Returns the identifier of this event. More... | |
static void | start (void *theSender=0) |
Starts the long operation. More... | |
static void | end (void *theSender=0) |
Stops the long operation. More... | |
static bool | isPerformed () |
Returns true if the long operation is performed. More... | |
Protected Member Functions | |
Events_LongOp (void *theSender=0) | |
Default constructor. Use "start" and "end" for generation. More... | |
Informs the application that the long operation is performed.
Causes waiting coursor in GUI.
|
virtual |
Default destructor.
|
protected |
Default constructor. Use "start" and "end" for generation.
|
static |
Returns the identifier of this event.
|
static |
Starts the long operation.
|
static |
Stops the long operation.
|
static |
Returns true if the long operation is performed.
|
inlineinherited |
Returns identifier of the message.
|
inlineinherited |
Returns sender of the message or NULL if it is anonymous message.