13 #if !defined(Q_MOC_RUN)
18 #include <boost/signals2.hpp>
20 #include <QtWidgets/QDialog>
32 class DtVrfSelectionFilter;
33 class DtEntitySelectionDialogLogic;
34 class DtVrfFilteredListView;
48 virtual DtUUID selectedName()
const;
50 virtual void setOKEnabled(
bool);
53 virtual void setupGui(
bool addAggregateFilter =
false);
59 virtual void accept();
UUID is a unique ID wrapper class.
Definition: rwUUID.h:222
Definition: vrfSelectionFilters.h:29
QPushButton * myOKButton
Definition: entitySelectionDialog.h:69
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
Definition: entitySelectionDialog.h:36
Definition: entitySelectionDialogLogic.h:28
makVrv::DtDe & myDe
Definition: entitySelectionDialog.h:63
QVBoxLayout * myMainLayout
Definition: entitySelectionDialog.h:66
DtEntitySelectionDialogLogic * myLogic
Definition: entitySelectionDialog.h:62
A widget class for managing a DtTreeWidget of objects which supports user-defined filters...
Definition: vrfFilteredListView.h:62
boost::signals2::signal< void()> signal_done
Definition: entitySelectionDialog.h:55
QPushButton * myCancelButton
Definition: entitySelectionDialog.h:70
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
boost::signals2::signal< void()> signal_accepted
Definition: entitySelectionDialog.h:56
QHBoxLayout * myButtonLayout
Definition: entitySelectionDialog.h:68
DtVrfFilteredListView * myListView
Definition: entitySelectionDialog.h:67