CARMA C++
carma::ui::rtd::CarmaWindows Class Reference

Class to define the specific set of windows and code words for Carma. More...

#include <carma/ui/rtd/common/CarmaDisplay.h>

Inheritance diagram for carma::ui::rtd::CarmaWindows:
carma::ui::rtd::WindowList

Public Member Functions

virtual void load ()
 Pure virtual - define it with a bunch of statements like:
add(new Window("demo", "demoprogramName"));. More...
 
- Public Member Functions inherited from carma::ui::rtd::WindowList
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...
 

Detailed Description

Class to define the specific set of windows and code words for Carma.

Definition at line 32 of file CarmaDisplay.h.

Member Function Documentation

virtual void carma::ui::rtd::CarmaWindows::load ( )
virtual

Pure virtual - define it with a bunch of statements like:
add(new Window("demo", "demoprogramName"));.

Implements carma::ui::rtd::WindowList.


The documentation for this class was generated from the following file: