44 #ifndef VSI_OBJECTPICKDIALOG_HH 45 #define VSI_OBJECTPICKDIALOG_HH 50 #include <QModelIndex> 51 #include "SelectionObjectMarker.hh" 86 void activated (
const QModelIndex &_index);
87 void slotMouseEventClick (QMouseEvent* _event,
bool _double);
90 void setForGroup (
BaseObject *_obj, QString _flag,
bool _enabled);
97 QPushButton *okButton_;
98 QPushButton *cancelButton_;
104 unsigned int selectedId_;
unsigned int selectedId()
Current selected object.
~ObjectPickDialog()
Destructor.
ObjectPickDialog(QStringList _flags, QStringList _types, bool _withGroups)
Constructor.