DUDS
Distributed Update of Data from Something
MenuItem.hpp File Reference
#include <duds/general/BitFlags.hpp>
#include <boost/noncopyable.hpp>
#include <memory>
#include <string>
Include dependency graph for MenuItem.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::MenuItem
 Represents an option that a user can chose from a menu of options. More...
 
struct  duds::ui::menu::MenuItem::MenuItemToken
 This token is needed to construct MenuItem objects; use to force all objects to be managed by shared pointers. More...
 

Namespaces

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

Typedefs

typedef std::shared_ptr< MenuItem > duds::ui::menu::MenuItemSptr
 A shared pointer to a MenuItem. More...
 
typedef std::weak_ptr< MenuItem > duds::ui::menu::MenuItemWptr
 A weak pointer to a MenuItem. More...