SHAPER
9.13.0
|
An event message for sending a message with a boolean value. More...
Public Member Functions | |
Events_MessageBool (const Events_ID theEventID, const bool theValue, const void *theSender=0) | |
Constructor. More... | |
virtual | ~Events_MessageBool () |
Default destructor. More... | |
const bool | value () const |
Returns the value stored in this message. More... | |
EVENTS_EXPORT void | send () |
Sends the message. 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... | |
An event message for sending a message with a boolean value.
May be used for different where just a Boolean flag is needed to send.
|
inline |
Constructor.
theEventID | an indentifier of the message |
theValue | a Boolean value to send |
theSender | a pointer on sender object |
|
inlinevirtual |
Default destructor.
|
inline |
Returns the value stored in this message.
void Events_MessageBool::send | ( | ) |
Sends the message.
|
inlineinherited |
Returns identifier of the message.
|
inlineinherited |
Returns sender of the message or NULL if it is anonymous message.