#include <compound_widget_item.h>
Public Member Functions | |
CompoundWidgetItem (PropertyBase *property, const std::string &label, bool editable=true) | |
virtual bool | setModelData (QWidget *editor) |
void | updateText () |
Item showing text of several sub-items in a list, separated by semicolons.
Definition at line 38 of file compound_widget_item.h.
rviz::CompoundWidgetItem::CompoundWidgetItem | ( | PropertyBase * | property, |
const std::string & | label, | ||
bool | editable = true |
||
) |
Definition at line 41 of file compound_widget_item.cpp.
bool rviz::CompoundWidgetItem::setModelData | ( | QWidget * | editor | ) | [virtual] |
Overridden from PropertyWidgetItem. Updates the child items from the string in this item.
Reimplemented from rviz::PropertyWidgetItem.
Definition at line 70 of file compound_widget_item.cpp.
void rviz::CompoundWidgetItem::updateText | ( | ) |
Call this when a child has changed and this item should update its text from them. Does not trigger data-changed signal.
Definition at line 50 of file compound_widget_item.cpp.