13 #if !defined(Q_MOC_RUN)
23 #include <QtWidgets/QWidget>
24 #include <QtWidgets/QTreeWidget>
37 class DtPropCreatePaletteLogic;
54 void setupUi(QWidget* p);
57 virtual inline void clear()
override {};
60 virtual void clearProps()
override;
63 virtual inline void update()
override {};
66 virtual void setEnabled(
bool)
override;
69 virtual void addItem(
const std::string& name,
const std::string& type,
const std::string& modelDef,
70 const std::string& group,
const std::string& imageName)
override;
73 virtual QIcon icon()
override;
80 virtual QString title()
override;
83 virtual const std::string& pageClassName()
const override;
86 static const std::string& thePageClassName();
97 virtual void aboutToShow()
override;
101 virtual void showInformationForItem(
const QModelIndex&);
124 virtual bool viewportEvent(
QEvent *event)
override;
127 void showInformationForItem(
const QModelIndex&);
Contains makVrv::DtUserInterfaceAssembler class.
Contains makVrv::DtPage class declaration.
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
virtual void deactivate() override
Called when the page is hidden.
Definition: propCreatePalette.h:94
DtPropCreatePaletteLogic * myLogic
Definition: propCreatePalette.h:104
QVBoxLayout * myMainLayout
Definition: propCreatePalette.h:107
QTreeWidget * myPropTree
Definition: propCreatePalette.h:108
virtual void update() override
Tells widget to update (redraw) (from DtGenericPaletteInterface)
Definition: propCreatePalette.h:63
QLabel * myGuiLabel
Definition: propCreatePalette.h:110
Contains makVrv::DtVirtualBaseClass class.
QLabel * myPropCreationPicture
Definition: propCreatePalette.h:109
virtual void clear() override
Clears contents of widget (from DtGenericPaletteInterface)
Definition: propCreatePalette.h:57
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:51
makVrv::DtPageCreatorTemplate< DtPropCreatePalette > DtPropsPalettePageCreator
Definition: propCreatePalette.h:114
virtual bool initiallyVisible() const override
Definition: propCreatePalette.h:88
Interface for prop creation palette.
Definition: propCreatePaletteInterface.h:23
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:76
A collection of icon configurations. The collection maintains flags indicating whether to generate ic...
Definition: DtQIconConfiguration.h:131
Logic associated with the DtPropCreatePalette class.
Definition: propCreatePaletteLogic.h:32
virtual void activate() override
Called when the page is displayed.
Definition: propCreatePalette.h:93
A widget class for managing different camera views the currently selected observer can be placed in...
Definition: propCreatePalette.h:40