|
| virtual | ~KinematicsBar () |
| |
| int | mode () const |
| |
| bool | isForwardKinematicsEnabled () const |
| |
| bool | isInverseKinematicsEnabled () const |
| |
| SignalProxy< void()> | sigKinematicsModeChanged () |
| |
| bool | isPositionDraggerEnabled () const |
| |
| bool | isFootSnapMode () const |
| |
| void | getSnapThresholds (double &distance, double &angle) const |
| |
| bool | isJointPositionLimitMode () const |
| |
| bool | isPenetrationBlockMode () const |
| |
| double | penetrationBlockDepth () const |
| |
| bool | isCollisionLinkHighlihtMode () const |
| |
| int | collisionDetectionPriority () const |
| |
| SignalProxy< void()> | sigCollisionVisualizationChanged () |
| |
| | ToolBar (const QString &name) |
| |
| virtual | ~ToolBar () |
| |
| ToolButton * | addButton (const QString &text, const QString &tooltip=QString()) |
| |
| ToolButton * | addButton (const QIcon &icon, const QString &tooltip=QString()) |
| |
| ToolButton * | addButton (const char *const *xpm, const QString &tooltip=QString()) |
| |
| ToolButton * | addToggleButton (const QString &text, const QString &tooltip=QString()) |
| |
| ToolButton * | addToggleButton (const QIcon &icon, const QString &tooltip=QString()) |
| |
| ToolButton * | addToggleButton (const char *const *xpm, const QString &tooltip=QString()) |
| |
| void | requestNewRadioGroup () |
| |
| QButtonGroup * | currentRadioGroup () |
| |
| ToolButton * | addRadioButton (const QString &text, const QString &tooltip=QString()) |
| |
| ToolButton * | addRadioButton (const QIcon &icon, const QString &tooltip=QString()) |
| |
| ToolButton * | addRadioButton (const char *const *xpm, const QString &tooltip=QString()) |
| |
| void | addAction (QAction *action) |
| |
| void | addWidget (QWidget *widget) |
| |
| QLabel * | addLabel (const QString &text) |
| |
| QLabel * | addImage (const QString &filename) |
| |
| QWidget * | addSeparator () |
| |
| void | addSpacing (int spacing=-1) |
| |
| ToolBar & | setInsertionPosition (int index) |
| |
| void | setVisibleByDefault (bool on=true) |
| |
| bool | isVisibleByDefault () const |
| |
| void | placeOnNewRowByDefault (bool on=true) |
| |
| bool | isPlacedOnNewRowByDefault () const |
| |
| void | setStretchable (bool on) |
| |
| bool | isStretchable () const |
| |
| virtual int | stretchableDefaultWidth () const |
| |
| void | setAutoRaiseByDefault (bool on=true) |
| |
| bool | isAutoRaiseByDefault () const |
| |
| ToolBarArea * | toolBarArea () |
| |