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