#include <View.h>
Collaboration diagram for FieldViewBase:

Public Member Functions | |
| virtual void | getInfo (const char *&name, Drawings::FieldDrawing *&layers, int &numOfLayers)=0 |
| The function returns information on the view to create. | |
| FieldViewBase () | |
| Constructor. | |
Static Public Attributes | |
| List< FieldViewBase * > | list |
| The list of all views. | |
Definition at line 43 of file View.h.
|
|
Constructor.
Definition at line 61 of file View.h. References List< FieldViewBase * >::insert(), and list. |
Here is the call graph for this function:

|
||||||||||||||||
|
The function returns information on the view to create.
|
|
|
The list of all views.
Definition at line 20 of file View.cpp. Referenced by FieldViewBase(). |
1.3.6