22 #include <QtWidgets/QWidget>
36 class DtVrfOverlaySelectionListLogic;
71 virtual void addOverlay(
const std::string& name)
override;
73 virtual void removeOverlay(
const std::string& name)
override;
75 virtual void renameOverlay(
const std::string& oldName,
const std::string& newName)
override;
77 virtual void selectOverlay(
const std::string& name)
override;
81 void setupUi(QWidget* p);
84 virtual void onItemSelectionChanged();
105 virtual QWidget* create(
makVrv::DtDe& de, QWidget* parent,
const Qt::WindowFlags& flags)
override;
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
QComboBox * myOverlays
Definition: vrfOverlaySelectionList.h:93
QHBoxLayout * myMainLayout
Definition: vrfOverlaySelectionList.h:91
QLabel * myLabel
Definition: vrfOverlaySelectionList.h:92
Abstract interface for the overlay selection toolbar list widget.
Definition: vrfOverlaySelectionListInterface.h:24
A widget class for managing overlays.
Definition: vrfOverlaySelectionList.h:58
DtVrfOverlaySelectionListLogic * myLogic
Definition: vrfOverlaySelectionList.h:88
makVrv::DtDe & myDe
Definition: vrfOverlaySelectionList.h:87
Definition: vrfOverlaySelectionListLogic.h:28
Definition: vrfOverlaySelectionList.h:96
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