TwiceAsNice  2019-02-18
Public Member Functions | Protected Member Functions | Protected Attributes | Friends | List of all members
AbstractSpinBox< WIDGET, TYPE > Class Template Reference

Base class for all SpinBoxes. More...

#include <SpinBox.h>

Inheritance diagram for AbstractSpinBox< WIDGET, TYPE >:
Inheritance graph
Collaboration diagram for AbstractSpinBox< WIDGET, TYPE >:
Collaboration graph

Public Member Functions

 AbstractSpinBox (QWidget *_parent, bool _connect=false)
 
virtual void updateGUI (const Nice::Any &_val)
 
 AbstractSpinBox (QWidget *_parent, bool _connect=false)
 
virtual void updateGUI (const Nice::Any &_val)
 
 AbstractSpinBox (QWidget *_parent, bool _connect=false)
 
virtual void updateGUI (const Nice::Any &_val)
 
- Public Member Functions inherited from Nice::BridgeItem
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::JointgetNode () const
 Get the connected Joint node. More...
 
Nice::PropertygetProperty () 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::JointgetNode () const
 Get the connected Joint node. More...
 
Nice::PropertygetProperty () 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::JointgetNode () const
 Get the connected Joint node. More...
 
Nice::PropertygetProperty () 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...
 

Protected Member Functions

virtual void updateState (const Nice::Any &_val)
 
TYPE value () const
 
virtual void updateState (const Nice::Any &_val)
 
TYPE value () const
 
virtual void updateState (const Nice::Any &_val)
 
TYPE value () const
 
- Protected Member Functions inherited from Nice::BridgeItem
virtual void initSlots ()
 
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...
 
virtual void initSlots ()
 
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...
 
virtual void initSlots ()
 
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...
 

Protected Attributes

QString m_specialText
 
- Protected Attributes inherited from Nice::BridgeItem
bool m_inited
 
CompletionState m_state
 
bool m_autoSynch
 
bool m_isUserConfirmationNeeded
 
Nice::Jointm_root
 
Nice::Propertym_prop
 
WaveBreakerPtr m_breaker
 
bool m_showLabels
 
Nice::I64 m_id
 
QString m_nodeName
 
std::vector< Nice::PropertyPtrm_connectedProps
 

Friends

class LineBox
 
class RectBox
 
class SizeBox
 
class WMatrixBox
 
class ByteVectorBox
 
class IntVectorBox
 
class LongVectorBox
 
class ShortVectorBox
 
class U16VectorBox
 
template<typename T , typename E >
class AbstractMatrixBox
 
template<typename T , typename E >
class AbstractVectorBox
 
template<typename T1 , typename E1 , typename T2 , typename E2 >
class AbstractMapBox
 
template<typename T >
class AbstractPointBox
 
template<typename T , typename E >
class AbstractMatrixBox
 
template<typename T , typename E >
class AbstractVectorBox
 
template<typename T1 , typename E1 , typename T2 , typename E2 >
class AbstractMapBox
 
template<typename T >
class AbstractPointBox
 
template<typename T , typename E >
class AbstractMatrixBox
 
template<typename T , typename E >
class AbstractVectorBox
 
template<typename T1 , typename E1 , typename T2 , typename E2 >
class AbstractMapBox
 
template<typename T >
class AbstractPointBox
 

Additional Inherited Members

- Public Attributes inherited from Nice::BridgeItem
QGroupBox * m_container
 
bool m_locked
 
- Static Public Attributes inherited from Nice::BridgeItem
static std::map< CompletionState, QString > * s_palette = 0
 

Detailed Description

template<typename WIDGET, typename TYPE>
class AbstractSpinBox< WIDGET, TYPE >

Base class for all SpinBoxes.

Author
Berwein
Version
Date
2012-08-10 11:04:59 AM

Constructor & Destructor Documentation

◆ AbstractSpinBox() [1/3]

template<typename WIDGET, typename TYPE>
AbstractSpinBox< WIDGET, TYPE >::AbstractSpinBox ( QWidget *  _parent,
bool  _connect = false 
)
inline

◆ AbstractSpinBox() [2/3]

template<typename WIDGET, typename TYPE>
AbstractSpinBox< WIDGET, TYPE >::AbstractSpinBox ( QWidget *  _parent,
bool  _connect = false 
)
inline

◆ AbstractSpinBox() [3/3]

template<typename WIDGET, typename TYPE>
AbstractSpinBox< WIDGET, TYPE >::AbstractSpinBox ( QWidget *  _parent,
bool  _connect = false 
)
inline

Member Function Documentation

◆ updateGUI() [1/3]

template<typename WIDGET, typename TYPE>
virtual void AbstractSpinBox< WIDGET, TYPE >::updateGUI ( const Nice::Any _val)
inlinevirtual

◆ updateGUI() [2/3]

template<typename WIDGET, typename TYPE>
virtual void AbstractSpinBox< WIDGET, TYPE >::updateGUI ( const Nice::Any _val)
inlinevirtual

◆ updateGUI() [3/3]

template<typename WIDGET, typename TYPE>
virtual void AbstractSpinBox< WIDGET, TYPE >::updateGUI ( const Nice::Any _val)
inlinevirtual

◆ updateState() [1/3]

template<typename WIDGET, typename TYPE>
virtual void AbstractSpinBox< WIDGET, TYPE >::updateState ( const Nice::Any _val)
inlineprotectedvirtual

◆ updateState() [2/3]

template<typename WIDGET, typename TYPE>
virtual void AbstractSpinBox< WIDGET, TYPE >::updateState ( const Nice::Any _val)
inlineprotectedvirtual

◆ updateState() [3/3]

template<typename WIDGET, typename TYPE>
virtual void AbstractSpinBox< WIDGET, TYPE >::updateState ( const Nice::Any _val)
inlineprotectedvirtual

◆ value() [1/3]

template<typename WIDGET, typename TYPE>
TYPE AbstractSpinBox< WIDGET, TYPE >::value ( ) const
inlineprotected

◆ value() [2/3]

template<typename WIDGET, typename TYPE>
TYPE AbstractSpinBox< WIDGET, TYPE >::value ( ) const
inlineprotected

◆ value() [3/3]

template<typename WIDGET, typename TYPE>
TYPE AbstractSpinBox< WIDGET, TYPE >::value ( ) const
inlineprotected

Friends And Related Function Documentation

◆ AbstractMapBox [1/3]

template<typename WIDGET, typename TYPE>
template<typename T1 , typename E1 , typename T2 , typename E2 >
friend class AbstractMapBox
friend

◆ AbstractMapBox [2/3]

template<typename WIDGET, typename TYPE>
template<typename T1 , typename E1 , typename T2 , typename E2 >
class AbstractMapBox ( )
friend

◆ AbstractMapBox [3/3]

template<typename WIDGET, typename TYPE>
template<typename T1 , typename E1 , typename T2 , typename E2 >
class AbstractMapBox ( )
friend

◆ AbstractMatrixBox [1/3]

template<typename WIDGET, typename TYPE>
template<typename T , typename E >
class AbstractMatrixBox ( )
friend

◆ AbstractMatrixBox [2/3]

template<typename WIDGET, typename TYPE>
template<typename T , typename E >
friend class AbstractMatrixBox
friend

◆ AbstractMatrixBox [3/3]

template<typename WIDGET, typename TYPE>
template<typename T , typename E >
class AbstractMatrixBox ( )
friend

◆ AbstractPointBox [1/3]

template<typename WIDGET, typename TYPE>
template<typename T >
class AbstractPointBox ( )
friend

◆ AbstractPointBox [2/3]

template<typename WIDGET, typename TYPE>
template<typename T >
class AbstractPointBox ( )
friend

◆ AbstractPointBox [3/3]

template<typename WIDGET, typename TYPE>
template<typename T >
friend class AbstractPointBox
friend

◆ AbstractVectorBox [1/3]

template<typename WIDGET, typename TYPE>
template<typename T , typename E >
friend class AbstractVectorBox
friend

◆ AbstractVectorBox [2/3]

template<typename WIDGET, typename TYPE>
template<typename T , typename E >
class AbstractVectorBox ( )
friend

◆ AbstractVectorBox [3/3]

template<typename WIDGET, typename TYPE>
template<typename T , typename E >
class AbstractVectorBox ( )
friend

◆ ByteVectorBox

template<typename WIDGET, typename TYPE>
ByteVectorBox
friend

◆ IntVectorBox

template<typename WIDGET, typename TYPE>
IntVectorBox
friend

◆ LineBox

template<typename WIDGET, typename TYPE>
LineBox
friend

◆ LongVectorBox

template<typename WIDGET, typename TYPE>
LongVectorBox
friend

◆ RectBox

template<typename WIDGET, typename TYPE>
RectBox
friend

◆ ShortVectorBox

template<typename WIDGET, typename TYPE>
ShortVectorBox
friend

◆ SizeBox

template<typename WIDGET, typename TYPE>
SizeBox
friend

◆ U16VectorBox

template<typename WIDGET, typename TYPE>
U16VectorBox
friend

◆ WMatrixBox

template<typename WIDGET, typename TYPE>
WMatrixBox
friend

Member Data Documentation

◆ m_specialText

template<typename WIDGET, typename TYPE>
QString AbstractSpinBox< WIDGET, TYPE >::m_specialText
protected

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