|
| Led2 (QWidget *parent, bool _connect=false) |
|
bool | tristate () |
|
void | mousePressEvent (QMouseEvent *event) |
|
bool | clickable () |
|
void | setClickable (bool _clickable) |
|
| Led2 (QWidget *parent, bool _connect=false) |
|
bool | tristate () |
|
void | mousePressEvent (QMouseEvent *event) |
|
bool | clickable () |
|
void | setClickable (bool _clickable) |
|
| Led2 (QWidget *parent, bool _connect=false) |
|
bool | tristate () |
|
void | mousePressEvent (QMouseEvent *event) |
|
bool | clickable () |
|
void | setClickable (bool _clickable) |
|
| LedWidget (QWidget *parent=0) |
| Constructs a green, round LED widget which will initially be turned on. More...
|
|
| LedWidget (const QColor &color, QWidget *parent=0) |
| Constructs a round LED widget with the supplied color which will initially be turned on. More...
|
|
| LedWidget (const QColor &color, LedWidget::State state, LedWidget::Look look, LedWidget::Shape shape, QWidget *parent=0) |
| Constructor with the color, state and look. More...
|
|
| ~LedWidget () |
| Destroys the LED widget. More...
|
|
QColor | color () const |
| Returns the current color of the widget. More...
|
|
State | state () const |
| Returns the current state of the widget (on/off). More...
|
|
Look | look () const |
| Returns the current look of the widget. More...
|
|
Shape | shape () const |
| Returns the current shape of the widget. More...
|
|
int | darkFactor () const |
| Returns the factor to darken the LED. More...
|
|
void | setColor (const QColor &color) |
| Set the color of the widget. More...
|
|
void | setState (State state) |
| Sets the state of the widget to On or Off. More...
|
|
void | setLook (Look look) |
| Sets the look of the widget. More...
|
|
void | setShape (Shape shape) |
| Set the shape of the LED. More...
|
|
void | setDarkFactor (int darkFactor) |
| Sets the factor to darken the LED in LedWidget::Off state. More...
|
|
virtual QSize | sizeHint () const |
|
virtual QSize | minimumSizeHint () const |
|
| LedWidget (QWidget *parent=0) |
| Constructs a green, round LED widget which will initially be turned on. More...
|
|
| LedWidget (const QColor &color, QWidget *parent=0) |
| Constructs a round LED widget with the supplied color which will initially be turned on. More...
|
|
| LedWidget (const QColor &color, LedWidget::State state, LedWidget::Look look, LedWidget::Shape shape, QWidget *parent=0) |
| Constructor with the color, state and look. More...
|
|
| ~LedWidget () |
| Destroys the LED widget. More...
|
|
QColor | color () const |
| Returns the current color of the widget. More...
|
|
State | state () const |
| Returns the current state of the widget (on/off). More...
|
|
Look | look () const |
| Returns the current look of the widget. More...
|
|
Shape | shape () const |
| Returns the current shape of the widget. More...
|
|
int | darkFactor () const |
| Returns the factor to darken the LED. More...
|
|
void | setColor (const QColor &color) |
| Set the color of the widget. More...
|
|
void | setState (State state) |
| Sets the state of the widget to On or Off. More...
|
|
void | setLook (Look look) |
| Sets the look of the widget. More...
|
|
void | setShape (Shape shape) |
| Set the shape of the LED. More...
|
|
void | setDarkFactor (int darkFactor) |
| Sets the factor to darken the LED in LedWidget::Off state. More...
|
|
virtual QSize | sizeHint () const |
|
virtual QSize | minimumSizeHint () const |
|
| LedWidget (QWidget *parent=0) |
| Constructs a green, round LED widget which will initially be turned on. More...
|
|
| LedWidget (const QColor &color, QWidget *parent=0) |
| Constructs a round LED widget with the supplied color which will initially be turned on. More...
|
|
| LedWidget (const QColor &color, LedWidget::State state, LedWidget::Look look, LedWidget::Shape shape, QWidget *parent=0) |
| Constructor with the color, state and look. More...
|
|
| ~LedWidget () |
| Destroys the LED widget. More...
|
|
QColor | color () const |
| Returns the current color of the widget. More...
|
|
State | state () const |
| Returns the current state of the widget (on/off). More...
|
|
Look | look () const |
| Returns the current look of the widget. More...
|
|
Shape | shape () const |
| Returns the current shape of the widget. More...
|
|
int | darkFactor () const |
| Returns the factor to darken the LED. More...
|
|
void | setColor (const QColor &color) |
| Set the color of the widget. More...
|
|
void | setState (State state) |
| Sets the state of the widget to On or Off. More...
|
|
void | setLook (Look look) |
| Sets the look of the widget. More...
|
|
void | setShape (Shape shape) |
| Set the shape of the LED. More...
|
|
void | setDarkFactor (int darkFactor) |
| Sets the factor to darken the LED in LedWidget::Off state. More...
|
|
virtual QSize | sizeHint () const |
|
virtual QSize | minimumSizeHint () const |
|
void | detach (QWidget *_widget) |
|
bool | getSynchStatus () const |
| Get the sync status. More...
|
|
const QString & | getNodeName () |
|
virtual void | setState (CompletionState _state) |
| Set the state of the widget (either Nice::OK or Nice::Unsynched ). More...
|
|
virtual void | updateGUI (const ::Nice::Any &) |
| Update the widgets data field from the connected Property. More...
|
|
virtual void | setLabels (std::vector< std::string > _vec) |
| Set the Labels This function has to be implemented in the derived widget class. More...
|
|
void | setLabel (const QString &_text="") |
| Set the text label of this widget. More...
|
|
QString | getLabel () |
|
template<typename E > |
std::vector< E * > | getBridgeItems () |
| Get all widgets which are connected to the same Property like this one. More...
|
|
virtual void | setShowLabels (bool _show) |
| Enables to Labels. More...
|
|
Nice::Joint * | getNode () const |
| Get the connected Joint node. More...
|
|
Nice::Property * | getProperty () const |
| Get the connected Property. More...
|
|
virtual void | getSessionData (Nice::JointPtr &) |
| Fills the passed Joint with the internal session data. More...
|
|
virtual void | setSessionData (Nice::JointPtr) |
| Set the internal session data from thge passed Joint. More...
|
|
virtual void | connect (const ::Nice::PropertyPtr _p) |
| Connects the widget to a Joint or Property. More...
|
|
void | applyReadOnlyActor () |
|
virtual void | connect (const ::Nice::JointPtr _j) |
| Connects the widget to a Joint or Property. More...
|
|
void | applyBridge () |
|
QString | getPropertyNode () const |
| Get the path to the connected Joint. More...
|
|
virtual bool | isReadOnly () |
| Checks if an attribute RO (read only) is set to true. More...
|
|
virtual void | setPropertyNode (QString _nodeName) |
| Set the relative path to the displayed Property from the connected Joint. More...
|
|
void | setSynchStatus (bool _on) |
| Set the current sync state. More...
|
|
void | setUserConfirmationStatus (bool _on) |
|
virtual void | setLock (const bool &_locked) |
|
void | disconnect () |
| Disconnects the widget from the connected Joint or Property. More...
|
|
void | detach (QWidget *_widget) |
|
bool | getSynchStatus () const |
| Get the sync status. More...
|
|
const QString & | getNodeName () |
|
virtual void | setState (CompletionState _state) |
| Set the state of the widget (either Nice::OK or Nice::Unsynched ). More...
|
|
virtual void | updateGUI (const ::Nice::Any &) |
| Update the widgets data field from the connected Property. More...
|
|
virtual void | setLabels (std::vector< std::string > _vec) |
| Set the Labels This function has to be implemented in the derived widget class. More...
|
|
void | setLabel (const QString &_text="") |
| Set the text label of this widget. More...
|
|
QString | getLabel () |
|
template<typename E > |
std::vector< E * > | getBridgeItems () |
| Get all widgets which are connected to the same Property like this one. More...
|
|
virtual void | setShowLabels (bool _show) |
| Enables to Labels. More...
|
|
Nice::Joint * | getNode () const |
| Get the connected Joint node. More...
|
|
Nice::Property * | getProperty () const |
| Get the connected Property. More...
|
|
virtual void | getSessionData (Nice::JointPtr &) |
| Fills the passed Joint with the internal session data. More...
|
|
virtual void | setSessionData (Nice::JointPtr) |
| Set the internal session data from thge passed Joint. More...
|
|
virtual void | connect (const ::Nice::PropertyPtr _p) |
| Connects the widget to a Joint or Property. More...
|
|
void | applyReadOnlyActor () |
|
virtual void | connect (const ::Nice::JointPtr _j) |
| Connects the widget to a Joint or Property. More...
|
|
void | applyBridge () |
|
QString | getPropertyNode () const |
| Get the path to the connected Joint. More...
|
|
virtual bool | isReadOnly () |
| Checks if an attribute RO (read only) is set to true. More...
|
|
virtual void | setPropertyNode (QString _nodeName) |
| Set the relative path to the displayed Property from the connected Joint. More...
|
|
void | setSynchStatus (bool _on) |
| Set the current sync state. More...
|
|
void | setUserConfirmationStatus (bool _on) |
|
virtual void | setLock (const bool &_locked) |
|
void | disconnect () |
| Disconnects the widget from the connected Joint or Property. More...
|
|
void | detach (QWidget *_widget) |
|
bool | getSynchStatus () const |
| Get the sync status. More...
|
|
const QString & | getNodeName () |
|
virtual void | setState (CompletionState _state) |
| Set the state of the widget (either Nice::OK or Nice::Unsynched ). More...
|
|
virtual void | updateGUI (const ::Nice::Any &) |
| Update the widgets data field from the connected Property. More...
|
|
virtual void | setLabels (std::vector< std::string > _vec) |
| Set the Labels This function has to be implemented in the derived widget class. More...
|
|
void | setLabel (const QString &_text="") |
| Set the text label of this widget. More...
|
|
QString | getLabel () |
|
template<typename E > |
std::vector< E * > | getBridgeItems () |
| Get all widgets which are connected to the same Property like this one. More...
|
|
virtual void | setShowLabels (bool _show) |
| Enables to Labels. More...
|
|
Nice::Joint * | getNode () const |
| Get the connected Joint node. More...
|
|
Nice::Property * | getProperty () const |
| Get the connected Property. More...
|
|
virtual void | getSessionData (Nice::JointPtr &) |
| Fills the passed Joint with the internal session data. More...
|
|
virtual void | setSessionData (Nice::JointPtr) |
| Set the internal session data from thge passed Joint. More...
|
|
virtual void | connect (const ::Nice::PropertyPtr _p) |
| Connects the widget to a Joint or Property. More...
|
|
void | applyReadOnlyActor () |
|
virtual void | connect (const ::Nice::JointPtr _j) |
| Connects the widget to a Joint or Property. More...
|
|
void | applyBridge () |
|
QString | getPropertyNode () const |
| Get the path to the connected Joint. More...
|
|
virtual bool | isReadOnly () |
| Checks if an attribute RO (read only) is set to true. More...
|
|
virtual void | setPropertyNode (QString _nodeName) |
| Set the relative path to the displayed Property from the connected Joint. More...
|
|
void | setSynchStatus (bool _on) |
| Set the current sync state. More...
|
|
void | setUserConfirmationStatus (bool _on) |
|
virtual void | setLock (const bool &_locked) |
|
void | disconnect () |
| Disconnects the widget from the connected Joint or Property. More...
|
|
|
enum | State {
Off,
On,
Off,
On,
Off,
On
} |
| Status of the light is on/off. More...
|
|
enum | Shape {
Rectangular,
Circular,
Rectangular,
Circular,
Rectangular,
Circular
} |
| Shades of the lamp. More...
|
|
enum | Look {
Flat,
Raised,
Sunken,
Flat,
Raised,
Sunken,
Flat,
Raised,
Sunken
} |
| Displays a flat, round or sunken LED. More...
|
|
enum | State {
Off,
On,
Off,
On,
Off,
On
} |
| Status of the light is on/off. More...
|
|
enum | Shape {
Rectangular,
Circular,
Rectangular,
Circular,
Rectangular,
Circular
} |
| Shades of the lamp. More...
|
|
enum | Look {
Flat,
Raised,
Sunken,
Flat,
Raised,
Sunken,
Flat,
Raised,
Sunken
} |
| Displays a flat, round or sunken LED. More...
|
|
enum | State {
Off,
On,
Off,
On,
Off,
On
} |
| Status of the light is on/off. More...
|
|
enum | Shape {
Rectangular,
Circular,
Rectangular,
Circular,
Rectangular,
Circular
} |
| Shades of the lamp. More...
|
|
enum | Look {
Flat,
Raised,
Sunken,
Flat,
Raised,
Sunken,
Flat,
Raised,
Sunken
} |
| Displays a flat, round or sunken LED. More...
|
|
QGroupBox * | m_container |
|
bool | m_locked |
|
static std::map< CompletionState, QString > * | s_palette = 0 |
|
virtual int | ledWidth () const |
| Returns the width of the led. More...
|
|
virtual void | paintFlat () |
| Paints a circular, flat LED. More...
|
|
virtual void | paintRaised () |
| Paints a circular, raised LED. More...
|
|
virtual void | paintSunken () |
| Paints a circular, sunken LED. More...
|
|
virtual void | paintRect () |
| Paints a rectangular, flat LED. More...
|
|
virtual void | paintRectFrame (bool raised) |
| Paints a rectangular LED, either raised or sunken, depending on its argument. More...
|
|
void | paintEvent (QPaintEvent *) |
|
bool | paintCachedPixmap () |
| Paint the cached antialiased pixmap corresponding to the state if any. More...
|
|
virtual int | ledWidth () const |
| Returns the width of the led. More...
|
|
virtual void | paintFlat () |
| Paints a circular, flat LED. More...
|
|
virtual void | paintRaised () |
| Paints a circular, raised LED. More...
|
|
virtual void | paintSunken () |
| Paints a circular, sunken LED. More...
|
|
virtual void | paintRect () |
| Paints a rectangular, flat LED. More...
|
|
virtual void | paintRectFrame (bool raised) |
| Paints a rectangular LED, either raised or sunken, depending on its argument. More...
|
|
void | paintEvent (QPaintEvent *) |
|
bool | paintCachedPixmap () |
| Paint the cached antialiased pixmap corresponding to the state if any. More...
|
|
virtual int | ledWidth () const |
| Returns the width of the led. More...
|
|
virtual void | paintFlat () |
| Paints a circular, flat LED. More...
|
|
virtual void | paintRaised () |
| Paints a circular, raised LED. More...
|
|
virtual void | paintSunken () |
| Paints a circular, sunken LED. More...
|
|
virtual void | paintRect () |
| Paints a rectangular, flat LED. More...
|
|
virtual void | paintRectFrame (bool raised) |
| Paints a rectangular LED, either raised or sunken, depending on its argument. More...
|
|
void | paintEvent (QPaintEvent *) |
|
bool | paintCachedPixmap () |
| Paint the cached antialiased pixmap corresponding to the state if any. More...
|
|
template<typename E > |
void | set (const E &_value) |
| Set the value from the derived widget to the Property. More...
|
|
void | init (QWidget *_widget) |
| Initialize the widget. More...
|
|
| BridgeItem () |
| Constructor. More...
|
|
virtual | ~BridgeItem () |
| Destructor. More...
|
|
void | setWidgetName () |
|
virtual void | initAttributes () |
| virtual function is called after connecting to a property. More...
|
|
CompletionState | getState () |
| Get the current state of the widget. More...
|
|
void | resetGUI () |
| Update the widgets data field from the connected Property. More...
|
|
virtual int | requestUserConfirmation () |
|
virtual void | trySetFocus () |
|
void | setBuffered (bool _buf) |
|
virtual void | set () |
| Slot is called when the date of the widget is changed. More...
|
|
virtual void | updateProperty () |
| Set the gui value to the Property. More...
|
|
template<typename E > |
void | set (const E &_value) |
| Set the value from the derived widget to the Property. More...
|
|
void | init (QWidget *_widget) |
| Initialize the widget. More...
|
|
| BridgeItem () |
| Constructor. More...
|
|
virtual | ~BridgeItem () |
| Destructor. More...
|
|
void | setWidgetName () |
|
virtual void | initAttributes () |
| virtual function is called after connecting to a property. More...
|
|
CompletionState | getState () |
| Get the current state of the widget. More...
|
|
void | resetGUI () |
| Update the widgets data field from the connected Property. More...
|
|
virtual int | requestUserConfirmation () |
|
virtual void | trySetFocus () |
|
void | setBuffered (bool _buf) |
|
virtual void | set () |
| Slot is called when the date of the widget is changed. More...
|
|
virtual void | updateProperty () |
| Set the gui value to the Property. More...
|
|
template<typename E > |
void | set (const E &_value) |
| Set the value from the derived widget to the Property. More...
|
|
void | init (QWidget *_widget) |
| Initialize the widget. More...
|
|
| BridgeItem () |
| Constructor. More...
|
|
virtual | ~BridgeItem () |
| Destructor. More...
|
|
void | setWidgetName () |
|
virtual void | initAttributes () |
| virtual function is called after connecting to a property. More...
|
|
CompletionState | getState () |
| Get the current state of the widget. More...
|
|
void | resetGUI () |
| Update the widgets data field from the connected Property. More...
|
|
virtual int | requestUserConfirmation () |
|
virtual void | trySetFocus () |
|
void | setBuffered (bool _buf) |
|
virtual void | set () |
| Slot is called when the date of the widget is changed. More...
|
|
virtual void | updateProperty () |
| Set the gui value to the Property. More...
|
|
bool | m_inited |
|
CompletionState | m_state |
|
bool | m_autoSynch |
|
bool | m_isUserConfirmationNeeded |
|
Nice::Joint * | m_root |
|
Nice::Property * | m_prop |
|
WaveBreakerPtr | m_breaker |
|
bool | m_showLabels |
|
Nice::I64 | m_id |
|
QString | m_nodeName |
|
std::vector< Nice::PropertyPtr > | m_connectedProps |
|