41 virtual QString title();
44 virtual const std::string& pageClassName()
const;
58 virtual void activate();
61 virtual void deactivate();
64 virtual void resizeEvent(QResizeEvent * event);
89 virtual std::string pageClassName()
const;
92 virtual DtPage* create(QWidget* parent = 0, Qt::WindowFlags f = 0);
std::string myClassName
Definition: DtGotoPanel.h:67
Contains makVrv::DtPage class.
Definition: DtGotoLogic.h:31
DtGotoWidget * myWidget
Definition: DtGotoPanel.h:69
The page creator. This class should be extended by all page classes.
Definition: DtPage.h:121
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
boost::signalslib::signal< void(const QRect *)> signal_resized
Signal emitted when the panel receives a resize event.
Definition: DtGotoPanel.h:47
Contains DLL export macros.
The creator class needed to be used to create a DtGotoPanel.
Definition: DtGotoPanel.h:76
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:30
DtGotoLogic * myLogic
Definition: DtGotoPanel.h:70
Panel to display the DtGotoWidget.
Definition: DtGotoPanel.h:24
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:72
A collection of icon configurations. The collection maintains flags indicating whether to generate ic...
Definition: DtQIconConfiguration.h:131
QVBoxLayout * myLayout
Definition: DtGotoPanel.h:68