#include <BaseEvent.h>
|
| | 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) |
| |
| | ~ISortable ()=default |
| |
◆ ~CBaseEvent()
| CBaseEvent::~CBaseEvent |
( |
| ) |
|
|
overridedefault |
◆ CBaseEvent() [1/4]
◆ CBaseEvent() [2/4]
◆ CBaseEvent() [3/4]
◆ CBaseEvent() [4/4]
◆ CanExecute()
| bool CBaseEvent::CanExecute |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ GetDateTime()
◆ GetDescription()
| std::string CBaseEvent::GetDescription |
( |
| ) |
const |
|
overridevirtual |
◆ GetDetails()
| std::string CBaseEvent::GetDetails |
( |
| ) |
const |
|
overridevirtual |
◆ GetExecutionLabel()
| std::string CBaseEvent::GetExecutionLabel |
( |
| ) |
const |
|
overridevirtual |
◆ GetIcon()
| std::string CBaseEvent::GetIcon |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ GetIdentifier()
| std::string CBaseEvent::GetIdentifier |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ GetLabel()
| std::string CBaseEvent::GetLabel |
( |
| ) |
const |
|
overridevirtual |
◆ GetLevel()
◆ ToSortable()
◆ m_description
◆ m_details
◆ m_executionLabel
◆ m_icon
| std::string CBaseEvent::m_icon |
|
protected |
◆ m_identifier
| std::string CBaseEvent::m_identifier |
|
protected |
◆ m_label
◆ m_level
The documentation for this class was generated from the following files: