SHAPER
9.13.0
|
A general class to pass pointers over the event loop. More...
Public Member Functions | |
Config_PointerMessage (const Events_ID theId, const void *theParent=0) | |
Constructor. More... | |
void * | pointer () const |
Returns pointer to an object. More... | |
void | setPointer (void *pointer) |
Sets pointer to an object. 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... | |
A general class to pass pointers over the event loop.
Config_PointerMessage::Config_PointerMessage | ( | const Events_ID | theId, |
const void * | theParent = 0 |
||
) |
Constructor.
void * Config_PointerMessage::pointer | ( | ) | const |
Returns pointer to an object.
void Config_PointerMessage::setPointer | ( | void * | pointer | ) |
Sets pointer to an object.
|
inlineinherited |
Returns identifier of the message.
|
inlineinherited |
Returns sender of the message or NULL if it is anonymous message.