SHAPER
9.13.0
|
Public Member Functions | |
MODELAPI_EXPORT | ModelAPI_ImportParametersMessage (const Events_ID theID, const void *theSender=0) |
Creates an empty message. More... | |
virtual MODELAPI_EXPORT | ~ModelAPI_ImportParametersMessage () |
The virtual destructor. More... | |
MODELAPI_EXPORT std::string | filename () const |
Returns a filename stored in the message. More... | |
MODELAPI_EXPORT void | setFilename (std::string theFilename) |
Sets a filename to 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... | |
Static Public Member Functions | |
static MODELAPI_EXPORT Events_ID & | eventId () |
Static. Returns EventID of the message. More... | |
static MODELAPI_EXPORT std::shared_ptr< ModelAPI_ImportParametersMessage > | send (std::string theParameter, const void *theSender) |
Useful method that creates and sends the event. More... | |
ModelAPI_ImportParametersMessage::ModelAPI_ImportParametersMessage | ( | const Events_ID | theID, |
const void * | theSender = 0 |
||
) |
Creates an empty message.
|
virtual |
The virtual destructor.
|
inlinestatic |
Static. Returns EventID of the message.
|
inlinestatic |
Useful method that creates and sends the event.
Returns the message, processed, with the resulting fields filled.
std::string ModelAPI_ImportParametersMessage::filename | ( | ) | const |
Returns a filename stored in the message.
void ModelAPI_ImportParametersMessage::setFilename | ( | std::string | theFilename | ) |
Sets a filename to the message.
|
inlineinherited |
Returns identifier of the message.
|
inlineinherited |
Returns sender of the message or NULL if it is anonymous message.