13 #if !defined(Q_MOC_RUN)
23 #include <QtWidgets/QWidget>
36 class DtPropCreatePaletteLogic;
53 void setupUi(QWidget* p);
59 virtual void clearProps();
65 virtual void setEnabled(
bool);
68 virtual void addItem(
const std::string& name,
const std::string& type,
const std::string& modelDef,
69 const std::string& group);
79 virtual QString title();
82 virtual const std::string& pageClassName()
const;
85 static const std::string& thePageClassName();
96 virtual void aboutToShow()
override;
Contains makVrv::DtUserInterfaceAssembler class.
Contains makVrv::DtPage class.
virtual void activate()
Called when the page is displayed.
Definition: propCreatePalette.h:92
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
virtual void deactivate()
Called when the page is hidden.
Definition: propCreatePalette.h:93
DtPropCreatePaletteLogic * myLogic
Definition: propCreatePalette.h:103
QVBoxLayout * myMainLayout
Definition: propCreatePalette.h:106
QTreeWidget * myPropTree
Definition: propCreatePalette.h:107
Contains makVrv::DtVirtualBaseClass class.
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:30
virtual void update()
Tells widget to update (redraw) (from DtGenericPaletteInterface)
Definition: propCreatePalette.h:62
makVrv::DtPageCreatorTemplate< DtPropCreatePalette > DtPropsPalettePageCreator
Definition: propCreatePalette.h:111
virtual bool initiallyVisible() const override
Definition: propCreatePalette.h:87
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:72
virtual void clear()
Clears contents of widget (from DtGenericPaletteInterface)
Definition: propCreatePalette.h:56
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
A widget class for managing different camera views the currently selected observer can be placed in...
Definition: propCreatePalette.h:39