DUDS
Distributed Update of Data from Something
MenuOutput.hpp File Reference
Include dependency graph for MenuOutput.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  duds::ui::menu::MenuOutput
 Compiles a list of visible menu items based on the selected item of a MenuView. More...
 

Namespaces

 duds
 
 duds::ui
 Holds user interface related code.
 
 duds::ui::menu
 Holds the generalized menu infrastructure code.
 

Typedefs

typedef std::shared_ptr< MenuOutput > duds::ui::menu::MenuOutputSptr
 A shared pointer to a MenuOutput. More...
 
typedef std::weak_ptr< MenuOutput > duds::ui::menu::MenuOutputWptr
 A weak pointer to a MenuOutput. More...
 
typedef std::list< MenuItem * > duds::ui::menu::MenuVisibleList
 Type used by MenuOutput and MenuOutputAccess for the list of visible menu items. More...