#include <NotificationEvent.h>
 | 
|   | CNotificationEvent (const CVariant &label, const CVariant &description, EventLevel level=EventLevel::Information) | 
|   | 
|   | CNotificationEvent (const CVariant &label, const CVariant &description, const std::string &icon, EventLevel level=EventLevel::Information) | 
|   | 
|   | CNotificationEvent (const CVariant &label, const CVariant &description, const std::string &icon, const CVariant &details, EventLevel level=EventLevel::Information) | 
|   | 
|   | CNotificationEvent (const CVariant &label, const CVariant &description, const std::string &icon, const CVariant &details, const CVariant &executionLabel, EventLevel level=EventLevel::Information) | 
|   | 
|   | ~CNotificationEvent () override=default | 
|   | 
| const char *  | GetType () const override | 
|   | 
| bool  | CanExecute () const override | 
|   | 
| bool  | Execute () const override | 
|   | 
|   | ~CUniqueEvent () override=default | 
|   | 
|   | ~CBaseEvent () override=default | 
|   | 
| 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 | 
|   | 
| void  | ToSortable (SortItem &sortable, Field field) const override | 
|   | 
| virtual  | ~IEvent ()=default | 
|   | 
 | 
|   | 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) | 
|   | 
|   | ~ISortable ()=default | 
|   | 
| EventLevel  | m_level | 
|   | 
| std::string  | m_identifier | 
|   | 
| std::string  | m_icon | 
|   | 
| CVariant  | m_label | 
|   | 
| CVariant  | m_description | 
|   | 
| CVariant  | m_details | 
|   | 
| CVariant  | m_executionLabel | 
|   | 
◆ CNotificationEvent() [1/4]
◆ CNotificationEvent() [2/4]
◆ CNotificationEvent() [3/4]
◆ CNotificationEvent() [4/4]
◆ ~CNotificationEvent()
  
  
      
        
          | CNotificationEvent::~CNotificationEvent  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
overridedefault   | 
  
 
 
◆ CanExecute()
  
  
      
        
          | bool CNotificationEvent::CanExecute  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inlineoverridevirtual   | 
  
 
 
◆ Execute()
  
  
      
        
          | bool CNotificationEvent::Execute  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inlineoverridevirtual   | 
  
 
 
◆ GetType()
  
  
      
        
          | const char * CNotificationEvent::GetType  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inlineoverridevirtual   | 
  
 
 
The documentation for this class was generated from the following file: