Developer Documentation
|
#include <Plugin-VSI/types/objectId/objectPickDialog.hh>
Public Member Functions | |
ObjectPickDialog (QWidget *parent, QStringList _flags, QStringList _types, bool _withGroups) | |
Constructor. | |
~ObjectPickDialog () | |
Destructor. | |
unsigned int | selectedId () |
Current selected object. | |
void | selectedId (unsigned int _id) |
Set selected object. | |
Private Slots | |
void | activated (const QModelIndex &_index) |
void | slotMouseEventClick (QMouseEvent *_event, bool _double) |
Private Member Functions | |
void | setForGroup (BaseObject *_obj, QString _flag, bool _enabled) |
Private Attributes | |
SimpleViewer * | viewer_ |
QTreeView * | treeView_ |
QPushButton * | okButton_ |
QPushButton * | cancelButton_ |
TreeModel * | model_ |
SelectionObjectMarker | marker_ |
unsigned int | selectedId_ |
Widget to pick a object
Definition at line 70 of file objectPickDialog.hh.