g2o
|
#include <properties_widget.h>
Public Slots | |
void | on_btnApply_clicked () |
void | on_btnOK_clicked () |
Public Member Functions | |
PropertiesWidget (QWidget *parent=0, Qt::WindowFlags f=0) | |
virtual | ~PropertiesWidget () |
void | setProperties (g2o::PropertyMap *properties) |
Protected Member Functions | |
virtual void | updateDisplayedProperties () |
virtual void | applyProperties () |
virtual std::string | humanReadablePropName (const std::string &propertyName) const |
Protected Attributes | |
std::vector< std::string > | _propNames |
g2o::PropertyMap * | _properties |
Definition at line 36 of file properties_widget.h.
PropertiesWidget::PropertiesWidget | ( | QWidget * | parent = 0 , |
Qt::WindowFlags | f = 0 |
||
) |
Definition at line 32 of file properties_widget.cpp.
|
virtual |
Definition at line 39 of file properties_widget.cpp.
|
protectedvirtual |
Reimplemented in ViewerPropertiesWidget.
Definition at line 100 of file properties_widget.cpp.
References _properties, _propNames, g2o::BaseProperty::fromString(), g2o::BaseProperty::name(), and g2o::Property< T >::setValue().
Referenced by ViewerPropertiesWidget::applyProperties(), on_btnApply_clicked(), and on_btnOK_clicked().
|
protectedvirtual |
Reimplemented in ViewerPropertiesWidget.
Definition at line 135 of file properties_widget.cpp.
Referenced by updateDisplayedProperties().
|
slot |
Definition at line 124 of file properties_widget.cpp.
References applyProperties().
|
slot |
Definition at line 129 of file properties_widget.cpp.
References applyProperties().
void PropertiesWidget::setProperties | ( | g2o::PropertyMap * | properties | ) |
Definition at line 140 of file properties_widget.cpp.
References _properties, and updateDisplayedProperties().
Referenced by MainWindow::on_btnOptimizerParamaters_clicked(), and ViewerPropertiesWidget::setViewer().
|
protectedvirtual |
Definition at line 43 of file properties_widget.cpp.
References _properties, _propNames, humanReadablePropName(), and g2o::Property< T >::value().
Referenced by setProperties().
|
protected |
Definition at line 51 of file properties_widget.h.
Referenced by applyProperties(), setProperties(), and updateDisplayedProperties().
|
protected |
Definition at line 50 of file properties_widget.h.
Referenced by applyProperties(), and updateDisplayedProperties().