|
SHAPER
9.15.0
|
Message that sends the features which license is checked and valid. More...

Public Member Functions | |
| MODELAPI_EXPORT | ModelAPI_FeaturesLicenseValidMessage (const Events_ID theID, const void *theSender=0) |
| Creates an message. More... | |
| virtual MODELAPI_EXPORT | ~ModelAPI_FeaturesLicenseValidMessage () |
| Default destructor. More... | |
| MODELAPI_EXPORT void | setFeatures (const std::set< std::string > &theFeatures) |
| Sets list of features with valid license. More... | |
| MODELAPI_EXPORT const std::set< std::string > & | features () const |
| Returns list of features with valid license. 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... | |
Message that sends the features which license is checked and valid.
| ModelAPI_FeaturesLicenseValidMessage::ModelAPI_FeaturesLicenseValidMessage | ( | const Events_ID | theID, |
| const void * | theSender = 0 |
||
| ) |
Creates an message.
|
virtual |
Default destructor.
|
inlinestatic |
Static. Returns EventID of the message.
| void ModelAPI_FeaturesLicenseValidMessage::setFeatures | ( | const std::set< std::string > & | theFeatures | ) |
Sets list of features with valid license.
| const std::set< std::string > & ModelAPI_FeaturesLicenseValidMessage::features | ( | ) | const |
Returns list of features with valid license.
|
inlineinherited |
Returns identifier of the message.
|
inlineinherited |
Returns sender of the message or NULL if it is anonymous message.