12 #if !defined(Q_MOC_RUN)
26 namespace makVrfGuiObjectInformationQt
28 class DtObjectConsoleInformationWidget;
29 class DtInformationDialogPage;
30 class DtInformationDialogPageLogic;
45 virtual void slot_onStateViewUpdated();
46 virtual void deactivate();
52 virtual bool isSubElementSelected(
const std::string&)
const;
57 virtual void selectPage(
const std::string&,
const std::string& subElement);
58 virtual bool pageIsCurrentPage(
const std::string&)
const;
62 makVrv::DtQtPageDialog::close();
67 makVrv::DtQtPageDialog::raise();
82 makVrv::DtQtPageDialog::setParent(o);
87 makVrv::DtQtPageDialog::setMinimumHeight(i);
92 makVrv::DtQtPageDialog::setMaximumHeight(i);
97 makVrv::DtQtPageDialog::setMinimumWidth(i);
102 makVrv::DtQtPageDialog::setMinimumSize(size);
107 makVrv::DtQtPageDialog::setMaximumWidth(i);
112 makVrv::DtQtPageDialog::setMaximumSize(size);
117 return makVrv::DtQtPageDialog::geometry();
122 return makVrv::DtQtPageDialog::minimumSizeHint();
125 virtual void setStatus(
const QString& status);
131 virtual void closeEvent(QCloseEvent*);
Contains makVrv::DtQtPageDialog class.
void hide()
Hide the collection of pages.
voidpf void uLong size
Definition: ioapi.h:39
Dialog page without the buttons.
Definition: informationDialog.h:163
void show(const std::string &page=std::string(""))
Show the collection of pages. Optionally specify the page to show. If no page is provided the last sh...
The Qt Page Panel, is a generic docked widget that contains a number of DtPages that it displays indi...
Definition: DtQtPageDialog.h:87
DtInformationDialogPage * afterPage
Definition: informationDialog.h:156
Definition: informationDialog.h:153
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:30
Definition: informationDialogPage.h:260
A page path is the location of a page based upon its parents. A page path usually only consists of a ...
Definition: DtPagePath.h:21
DtInformationDialogPage * page
Definition: informationDialog.h:155
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:70