#include <View.h>
Public Member Functions | |
virtual void | getInfo (const char *&name, Drawings::FieldDrawing *&layers, int &numOfLayers)=0 |
FieldViewBase () | |
Static Public Attributes | |
static List< FieldViewBase * > | list |
Definition at line 43 of file View.h.
FieldViewBase::FieldViewBase | ( | ) | [inline] |
virtual void FieldViewBase::getInfo | ( | const char *& | name, | |
Drawings::FieldDrawing *& | layers, | |||
int & | numOfLayers | |||
) | [pure virtual] |
The function returns information on the view to create.
name | Returns the name of the view. | |
layers | Returns a list of layer ids. | |
numOfLayers | Returns the length of the list. |
List< FieldViewBase * > FieldViewBase::list [static] |
The list of all views.
Definition at line 46 of file View.h.
Referenced by RobotConsole::addViews(), and FieldViewBase().