#include <View.h>
Public Member Functions | |
virtual void | getInfo (const char *&name, Drawings::ImageDrawing *&layers, int &numOfLayers, Images::ImageID &id)=0 |
ImageViewBase () | |
Static Public Attributes | |
static List< ImageViewBase * > | list |
Definition at line 18 of file View.h.
ImageViewBase::ImageViewBase | ( | ) | [inline] |
virtual void ImageViewBase::getInfo | ( | const char *& | name, | |
Drawings::ImageDrawing *& | layers, | |||
int & | numOfLayers, | |||
Images::ImageID & | id | |||
) | [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< ImageViewBase * > ImageViewBase::list [static] |
The list of all views.
Definition at line 21 of file View.h.
Referenced by RobotConsole::addViews(), and ImageViewBase().