|
|
| CUniqueEvent (const CVariant &label, const CVariant &description, EventLevel level=EventLevel::Information) |
| |
|
| CUniqueEvent (const CVariant &label, const CVariant &description, const std::string &icon, EventLevel level=EventLevel::Information) |
| |
|
| CUniqueEvent (const CVariant &label, const CVariant &description, const std::string &icon, const CVariant &details, EventLevel level=EventLevel::Information) |
| |
|
| CUniqueEvent (const CVariant &label, const CVariant &description, const std::string &icon, const CVariant &details, const CVariant &executionLabel, EventLevel level=EventLevel::Information) |
| |
|
| CBaseEvent (const std::string &identifier, const CVariant &label, const CVariant &description, EventLevel level=EventLevel::Information) |
| |
|
| CBaseEvent (const std::string &identifier, const CVariant &label, const CVariant &description, const std::string &icon, EventLevel level=EventLevel::Information) |
| |
|
| CBaseEvent (const std::string &identifier, const CVariant &label, const CVariant &description, const std::string &icon, const CVariant &details, EventLevel level=EventLevel::Information) |
| |
|
| CBaseEvent (const std::string &identifier, const CVariant &label, const CVariant &description, const std::string &icon, const CVariant &details, const CVariant &executionLabel, EventLevel level=EventLevel::Information) |
| |
|
|
std::string | GetIdentifier () const override |
| |
|
EventLevel | GetLevel () const override |
| |
|
std::string | GetLabel () const override |
| |
|
std::string | GetIcon () const override |
| |
|
std::string | GetDescription () const override |
| |
|
std::string | GetDetails () const override |
| |
|
std::string | GetExecutionLabel () const override |
| |
|
CDateTime | GetDateTime () const override |
| |
|
bool | CanExecute () const override |
| |
|
void | ToSortable (SortItem &sortable, Field field) const override |
| |
|
virtual const char * | GetType () const =0 |
| |
|
virtual bool | Execute () const =0 |
| |
|
EventLevel | m_level |
| |
|
std::string | m_identifier |
| |
|
std::string | m_icon |
| |
|
CVariant | m_label |
| |
|
CVariant | m_description |
| |
|
CVariant | m_details |
| |
|
CVariant | m_executionLabel |
| |
The documentation for this class was generated from the following file: