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 50 of file property_tree_widget.cpp.
rviz::PropertyTreeDelegate::PropertyTreeDelegate | ( | PropertyTreeWidget * | tree_widget | ) | [inline] |
Definition at line 56 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 73 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 62 of file property_tree_widget.cpp.
void rviz::PropertyTreeDelegate::setEditorData | ( | QWidget * | editor, |
const QModelIndex & | index | ||
) | const [inline] |
Definition at line 139 of file property_tree_widget.cpp.
void rviz::PropertyTreeDelegate::setModelData | ( | QWidget * | editor, |
QAbstractItemModel * | model, | ||
const QModelIndex & | index | ||
) | const [inline] |
Definition at line 163 of file property_tree_widget.cpp.
Definition at line 53 of file property_tree_widget.cpp.