Extension of the BaseMenuItem class for users to select items that publish an event Each action must generate an event to be published to the AppOrchestrator.  
 More...
#include <ActionMenuItem.h>
Extension of the BaseMenuItem class for users to select items that publish an event Each action must generate an event to be published to the AppOrchestrator. 
◆ ActionMenuItem()
      
        
          | ActionMenuItem::ActionMenuItem | ( | const char * | name, | 
        
          |  |  | Event * | event | 
        
          |  | ) |  |  | 
      
 
Constructor for the action menu item objects. 
- Parameters
- 
  
    | name | Pointer to the char array containing the item's name to display |  | event | Pointer to the Event to publish when this item is selected |  
 
 
 
◆ getEvent()
      
        
          | Event * ActionMenuItem::getEvent | ( |  | ) |  | 
      
 
Get the Event associated with this item. 
- Returns
- Pointer to the Event to publish 
 
 
◆ _event
  
  | 
        
          | Event* ActionMenuItem::_event |  | private | 
 
 
The documentation for this class was generated from the following files: