1 #ifndef CARMA_UI_RTD_CARMADISPLAY_H
2 #define CARMA_UI_RTD_CARMADISPLAY_H
17 #include <carma/ui/rtd/common/WindowList.h>
18 #include <carma/ui/rtd/common/RtDisplay.h>
20 #include <boost/shared_ptr.hpp>
28 typedef boost::shared_ptr<RtMenu> RtMenuPtr;
51 CarmaDisplay( const ::std::string & subtitle,
54 bool visibleTimePanel =
true );
62 CarmaDisplay( const ::std::string & subtitle,
63 bool visibleTimePanel =
true );
68 virtual ~CarmaDisplay( );
71 RtMenuPtr makeMenu( );
73 void init( const ::std::string& subtitle );
Class to define the specific set of windows and code words for Carma.
Realtime display - the whole enchilada.
virtual void load()
Pure virtual - define it with a bunch of statements like: add(new Window("demo", "demoprogramName"));.
A list of all possible windows on a system and methods to find them.