50 #ifndef VSI_OBJECTPICKDIALOG_HH 51 #define VSI_OBJECTPICKDIALOG_HH 56 #include <QModelIndex> 57 #include "SelectionObjectMarker.hh" 92 void activated (
const QModelIndex &_index);
93 void slotMouseEventClick (QMouseEvent* _event,
bool _double);
96 void setForGroup (
BaseObject *_obj, QString _flag,
bool _enabled);
102 QTreeView *treeView_;
103 QPushButton *okButton_;
104 QPushButton *cancelButton_;
110 unsigned int selectedId_;
~ObjectPickDialog()
Destructor.
unsigned int selectedId()
Current selected object.
ObjectPickDialog(QStringList _flags, QStringList _types, bool _withGroups)
Constructor.