$search
Public Member Functions | |
virtual QWidget * | createEditor (QWidget *parent, const QStyleOptionViewItem &option, const QModelIndex &index) const |
virtual void | paint (QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const |
PropertyTreeDelegate (PropertyTreeWidget *tree_widget) | |
void | setEditorData (QWidget *editor, const QModelIndex &index) const |
void | setModelData (QWidget *editor, QAbstractItemModel *model, const QModelIndex &index) const |
Private Attributes | |
PropertyTreeWidget * | tree_widget_ |
Definition at line 48 of file property_tree_widget.cpp.
rviz::PropertyTreeDelegate::PropertyTreeDelegate | ( | PropertyTreeWidget * | tree_widget | ) | [inline] |
Definition at line 54 of file property_tree_widget.cpp.
virtual QWidget* rviz::PropertyTreeDelegate::createEditor | ( | QWidget * | parent, | |
const QStyleOptionViewItem & | option, | |||
const QModelIndex & | index | |||
) | const [inline, virtual] |
Definition at line 71 of file property_tree_widget.cpp.
virtual void rviz::PropertyTreeDelegate::paint | ( | QPainter * | painter, | |
const QStyleOptionViewItem & | option, | |||
const QModelIndex & | index | |||
) | const [inline, virtual] |
Definition at line 60 of file property_tree_widget.cpp.
void rviz::PropertyTreeDelegate::setEditorData | ( | QWidget * | editor, | |
const QModelIndex & | index | |||
) | const [inline] |
Definition at line 130 of file property_tree_widget.cpp.
void rviz::PropertyTreeDelegate::setModelData | ( | QWidget * | editor, | |
QAbstractItemModel * | model, | |||
const QModelIndex & | index | |||
) | const [inline] |
Definition at line 154 of file property_tree_widget.cpp.
Definition at line 51 of file property_tree_widget.cpp.