#include <euler_property.h>

Classes | |
| class | invalid_axes |
Public Slots | |
| void | setEulerAngles (double euler[3], bool normalize) |
| void | setEulerAngles (double e1, double e2, double e3, bool normalize) |
| void | setEulerAxes (const QString &axes_spec) |
| void | setQuaternion (const Eigen::Quaterniond &q) |
Signals | |
| void | quaternionChanged (Eigen::Quaterniond q) |
| void | statusUpdate (rviz::StatusProperty::Level, const QString &, const QString &) |
Signals inherited from rviz::Property | |
| void | aboutToChange () |
| void | changed () |
| void | childListChanged (Property *this_property) |
Public Member Functions | |
| EulerProperty (Property *parent=nullptr, const QString &name=QString(), const Eigen::Quaterniond &value=Eigen::Quaterniond::Identity(), const char *changed_slot=nullptr, QObject *receiver=nullptr) | |
| bool | getAnglesReadOnly () |
| Eigen::Quaterniond | getQuaternion () const |
| void | load (const Config &config) override |
| Load the value of this property and/or its children from the given Config node. More... | |
| void | save (Config config) const override |
| void | setReadOnly (bool read_only) override |
| Overridden from Property to propagate read-only-ness to children. More... | |
| bool | setValue (const QVariant &value) override |
Public Member Functions inherited from rviz::Property | |
| virtual void | addChild (Property *child, int index=-1) |
| Property * | childAt (int index) const |
| virtual Property * | childAtUnchecked (int index) const |
| virtual void | collapse () |
| bool | contains (Property *possible_child) const |
| virtual QWidget * | createEditor (QWidget *parent, const QStyleOptionViewItem &option) |
| virtual void | expand () |
| virtual QString | getDescription () const |
| virtual bool | getDisableChildren () |
| virtual bool | getHidden () const |
| virtual QIcon | getIcon () const |
| PropertyTreeModel * | getModel () const |
| virtual QString | getName () const |
| std::string | getNameStd () const |
| Property * | getParent () const |
| virtual bool | getReadOnly () |
| virtual QVariant | getValue () const |
| virtual QVariant | getViewData (int column, int role) const |
| virtual Qt::ItemFlags | getViewFlags (int column) const |
| void | hide () |
| bool | isAncestorOf (Property *possible_child) const |
| virtual void | moveChild (int from_index, int to_index) |
| virtual int | numChildren () const |
| virtual bool | paint (QPainter *painter, const QStyleOptionViewItem &option) const |
| Property (const QString &name=QString(), const QVariant default_value=QVariant(), const QString &description=QString(), Property *parent=nullptr, const char *changed_slot=nullptr, QObject *receiver=nullptr) | |
| virtual void | removeChildren (int start_index=0, int count=-1) |
| int | rowNumberInParent () const |
| virtual void | setDescription (const QString &description) |
| virtual void | setHidden (bool hidden) |
| virtual void | setIcon (const QIcon &icon) |
| void | setModel (PropertyTreeModel *model) |
| virtual void | setName (const QString &name) |
| void | setParent (Property *new_parent) |
| void | setShouldBeSaved (bool save) |
| bool | shouldBeSaved () const |
| void | show () |
| virtual Property * | subProp (const QString &sub_name) |
| Property * | takeChild (Property *child) |
| virtual Property * | takeChildAt (int index) |
| ~Property () override | |
Private Slots | |
| void | emitAboutToChange () |
| void | updateFromChildren () |
Private Member Functions | |
| void | updateAngles (const Eigen::Quaterniond &q) |
| void | updateString () |
Private Attributes | |
| bool | angles_read_only_ |
| uint | axes_ [3] |
| QString | axes_string_ |
| SpinBoxFloatProperty * | euler_ [3] |
| bool | fixed_ |
| bool | ignore_child_updates_ |
| Eigen::Quaterniond | quaternion_ |
| bool | update_string_ |
Additional Inherited Members | |
Protected Member Functions inherited from rviz::Property | |
| void | loadValue (const Config &config) |
Protected Attributes inherited from rviz::Property | |
| bool | child_indexes_valid_ |
| QIcon | icon_ |
| PropertyTreeModel * | model_ |
| QVariant | value_ |
Definition at line 45 of file euler_property.h.
| rviz::EulerProperty::EulerProperty | ( | Property * | parent = nullptr, |
| const QString & | name = QString(), |
||
| const Eigen::Quaterniond & | value = Eigen::Quaterniond::Identity(), |
||
| const char * | changed_slot = nullptr, |
||
| QObject * | receiver = nullptr |
||
| ) |
Definition at line 67 of file euler_property.cpp.
|
privateslot |
Definition at line 268 of file euler_property.cpp.
|
inline |
Definition at line 73 of file euler_property.h.
|
inline |
Definition at line 61 of file euler_property.h.
|
overridevirtual |
Load the value of this property and/or its children from the given Config node.
Reimplemented from rviz::Property.
Definition at line 294 of file euler_property.cpp.
|
signal |
signal emitted when quaternion value has changed
|
overridevirtual |
Reimplemented from rviz::Property.
Definition at line 308 of file euler_property.cpp.
|
slot |
|
slot |
Definition at line 139 of file euler_property.cpp.
|
slot |
select Euler axes from string, allowed values are "rpy", "ypr", x,y,z r or s in front of x,y,z chooses application order, i.e. with respect to rotated or fixed frame
Definition at line 144 of file euler_property.cpp.
|
slot |
Definition at line 96 of file euler_property.cpp.
|
overridevirtual |
Overridden from Property to propagate read-only-ness to children.
Reimplemented from rviz::Property.
Definition at line 317 of file euler_property.cpp.
|
overridevirtual |
Reimplemented from rviz::Property.
Definition at line 204 of file euler_property.cpp.
|
signal |
signal emitted when there was an error, e.g. with Euler axes
|
private |
Definition at line 274 of file euler_property.cpp.
|
privateslot |
Definition at line 256 of file euler_property.cpp.
|
private |
Definition at line 284 of file euler_property.cpp.
|
private |
Definition at line 107 of file euler_property.h.
|
private |
Definition at line 103 of file euler_property.h.
|
private |
Definition at line 102 of file euler_property.h.
|
private |
Definition at line 105 of file euler_property.h.
|
private |
Definition at line 104 of file euler_property.h.
|
private |
Definition at line 106 of file euler_property.h.
|
private |
Definition at line 101 of file euler_property.h.
|
private |
Definition at line 108 of file euler_property.h.