35 virtual void setAppearance(
const DtEntityType&,
int appearance);
36 virtual int appearance()
const;
40 virtual void setFromParameters(
const std::vector<DtReaderWriter*>& parentRw)
override;
41 virtual void updateAppearanceText();
43 virtual void sendUpdatedValues();
47 virtual void selectAppearance();
48 virtual void clearAppearance();
QToolButton * mySelectAppearance
Definition: uiAppearanceElement.h:54
virtual void createControls(QWidget *parent)
If additional widgets or connections need to be made do it here. The parent is the myWidget member...
virtual void setFromParameters(DtReaderWriter *parentRw)
Calls setFromParameters with std::vector of parameter.
QHBoxLayout * myAppearanceLayout
Definition: uiAppearanceElement.h:51
virtual void processUiEvent(const DtUiElementEvent &)
Process ui event. Default does nothing.
Definition: uiElement.h:234
boost::function< DtUiElement *(makVrv::DtDe &)> CreatorFunction
Definition: uiElement.h:188
Element for managing an Articulated Part number variable. It hooks to the DtArtPartManager to auto-as...
Definition: uiAppearanceElement.h:21
virtual void elementChanged()
QLineEdit * myAppearance
Definition: uiAppearanceElement.h:53
DtEntityType myEntityType
Definition: uiAppearanceElement.h:59
QWidget * myWidget
Definition: uiAppearanceElement.h:56
QLabel * myAppearanceLabel
Definition: uiAppearanceElement.h:52
The DtUiElement class is the base for which all UI elements are defined. If you wish to create a new ...
Definition: uiElement.h:97
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
QToolButton * myClearAppearance
Definition: uiAppearanceElement.h:55
#define DT_DLL_simulationObjectEditorimpl
This file is used to determine how to build.
Definition: simulationObjectEditorImplDefines.h:33
Base class of the ui element class chain. Properties available through designer for all ui elements a...
Definition: uiElement.h:183