#include <property_tree_delegate.h>
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 (QObject *parent_object=0) |
Definition at line 37 of file property_tree_delegate.h.
rviz::PropertyTreeDelegate::PropertyTreeDelegate | ( | QObject * | parent_object = 0 | ) |
Definition at line 40 of file property_tree_delegate.cpp.
QWidget * rviz::PropertyTreeDelegate::createEditor | ( | QWidget * | parent, |
const QStyleOptionViewItem & | option, | ||
const QModelIndex & | index | ||
) | const [virtual] |
Definition at line 56 of file property_tree_delegate.cpp.
void rviz::PropertyTreeDelegate::paint | ( | QPainter * | painter, |
const QStyleOptionViewItem & | option, | ||
const QModelIndex & | index | ||
) | const [virtual] |
Definition at line 45 of file property_tree_delegate.cpp.