last update 20 Sep 2009 |
#include <cvrViewerBase.h>
Public Member Functions | |
information () | |
information (const information &other) | |
virtual | ~information () |
information & | copy (const information &other) |
virtual information * | clone () const =0 |
This is the parent class for all information blocks used to transmit some data to the configuration dialogs, which are to be displayed in a read-only manner.
It has a simplified interface if compared with cvr::object
cvr::viewerBase::viewerBase::information::information | ( | ) |
cvr::viewerBase::viewerBase::information::information | ( | const information & | other | ) |
Copy constructor.
virtual cvr::viewerBase::viewerBase::information::~information | ( | ) | [virtual] |
virtual information* cvr::viewerBase::viewerBase::information::clone | ( | ) | const [pure virtual] |
information& cvr::viewerBase::viewerBase::information::copy | ( | const information & | other | ) |
Copy method.