DCC-EX Simple Throttle
Simple throttle for a DCC-EX CommandStation
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | Private Attributes | List of all members
ActionMenuItem Class Reference

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>

Inheritance diagram for ActionMenuItem:
Inheritance graph
[legend]
Collaboration diagram for ActionMenuItem:
Collaboration graph
[legend]

Public Member Functions

 ActionMenuItem (const char *name, Event *event)
 Constructor for the action menu item objects.
 
EventgetEvent ()
 Get the Event associated with this item.
 
- Public Member Functions inherited from BaseMenuItem
 BaseMenuItem (const char *name)
 Constructor for each MenuItem object.
 
const char * getName ()
 Get menu item name.
 
void setNext (BaseMenuItem *item)
 Set the next menu item.
 
BaseMenuItemgetNext ()
 Get the next menu item.
 
void setIndex (uint8_t index)
 Set the index of this menu item.
 
uint8_t getIndex ()
 Get the index of this item.
 

Private Attributes

Event_event
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ActionMenuItem()

ActionMenuItem::ActionMenuItem ( const char *  name,
Event event 
)

Constructor for the action menu item objects.

Parameters
namePointer to the char array containing the item's name to display
eventPointer to the Event to publish when this item is selected

Member Function Documentation

◆ getEvent()

Event * ActionMenuItem::getEvent ( )

Get the Event associated with this item.

Returns
Pointer to the Event to publish
Here is the caller graph for this function:

Member Data Documentation

◆ _event

Event* ActionMenuItem::_event
private

The documentation for this class was generated from the following files: