DUDS
Distributed Update of Data from Something
MenuView.hpp File Reference
#include <duds/general/Spinlock.hpp>
#include <duds/ui/Page.hpp>
#include <boost/any.hpp>
#include <list>
Include dependency graph for MenuView.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::MenuView
 Keeps track of the selected menu item, and updates it based on user input. More...
 

Namespaces

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

Typedefs

typedef std::shared_ptr< MenuView > duds::ui::menu::MenuViewSptr
 A shared pointer to a MenuView. More...
 
typedef std::weak_ptr< MenuView > duds::ui::menu::MenuViewWptr
 A weak pointer to a MenuView. More...