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