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

Public Member Functions | |
| virtual void | getInfo (const char *&name, Drawings::ImageDrawing *&layers, int &numOfLayers, Images::ImageID &id)=0 |
| The function returns information on the view to create. | |
| ImageViewBase () | |
| Constructor. | |
Static Public Attributes | |
| List< ImageViewBase * > | list |
| The list of all views. | |
Definition at line 18 of file View.h.
|
|
Constructor.
Definition at line 37 of file View.h. References List< ImageViewBase * >::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 19 of file View.cpp. Referenced by ImageViewBase(). |
1.3.6