CARMA C++
|
Class to define the specific set of windows and code words for Carma. More...
#include <carma/ui/rtd/common/CarmaDisplay.h>
Public Member Functions | |
virtual void | load () |
Pure virtual - define it with a bunch of statements like: add(new Window("demo", "demoprogramName"));. More... | |
![]() | |
void | add (Window *w) |
Add a window definition to the list. More... | |
Window * | find (const std::string &windowName) const |
Find a window in the list with the given name. More... | |
::std::vector< ::std::string > | getNames () const |
WindowList () | |
Constructor. More... | |
Class to define the specific set of windows and code words for Carma.
Definition at line 32 of file CarmaDisplay.h.
|
virtual |
Pure virtual - define it with a bunch of statements like:
add(new Window("demo", "demoprogramName"));.
Implements carma::ui::rtd::WindowList.