JointForceControl Class Reference

Widget to control joints via application of force. More...

#include <JointControlWidget.hh>

Inherits QWidget.

Public Slots

void OnChanged (double _value)
 On force changed callback. More...
 

Signals

void changed (double _value, const std::string &_name)
 QT changed signal, used to report the change to the joint controller widget. More...
 

Public Member Functions

 JointForceControl (const std::string &_name, QGridLayout *_layout, QWidget *_parent, int _index)
 Constructor. More...
 
virtual ~JointForceControl ()
 Destructor. More...
 
void Reset ()
 Reset the controls. More...
 

Detailed Description

Widget to control joints via application of force.

Constructor & Destructor Documentation

JointForceControl ( const std::string &  _name,
QGridLayout *  _layout,
QWidget *  _parent,
int  _index 
)

Constructor.

Parameters
[in]_nameName of the joint.
[in]_layoutLayout to add the control to.
[in]_parentParent of the widget.
[in]_indexRow index into the grid layout.
virtual ~JointForceControl ( )
virtual

Destructor.

Member Function Documentation

void changed ( double  _value,
const std::string &  _name 
)
signal

QT changed signal, used to report the change to the joint controller widget.

Parameters
[in]_valueValue of the slider.
[in]_nameName of the joint.
void OnChanged ( double  _value)
slot

On force changed callback.

Parameters
[in]_valueValue of the changed slider.
void Reset ( )

Reset the controls.


The documentation for this class was generated from the following file: