TwiceAsNice  2019-02-18
Public Member Functions | Protected Member Functions | Protected Attributes | Static Protected Attributes | Private Member Functions | Private Attributes | Friends | List of all members
AbstractWidgetItem Class Referenceabstract

#include <WidgetItem.h>

Inheritance diagram for AbstractWidgetItem:
Inheritance graph
Collaboration diagram for AbstractWidgetItem:
Collaboration graph

Public Member Functions

void recursiveTreeDisable (const TreeWidgetItem *_t, bool _disabled)
 
 AbstractWidgetItem ()
 
virtual ~AbstractWidgetItem ()
 
virtual void createMdiSubWindow (bool _rec)=0
 
MdiSubWindowgetMdiSubWindow ()
 
void setMdiSubWindow (MdiSubWindow *_sub)
 
virtual void connect (const Nice::JointPtr &_a)
 
void createExtraWidget ()
 
template<typename T >
void addExtraWidget (T _widget)
 
void showAttributes ()
 
void setSubwindow (MdiSubWindow *_sub)
 
- 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 setUiIcon ()
 
bool canBeBuffered ()
 
- 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

MdiSubWindowm_subWindow
 
QString m_name
 
bool m_hasExtra
 
- 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
 

Static Protected Attributes

static std::map< Nice::CompletionState, QPalette > * s_palette = 0
 

Private Member Functions

virtual void updateGUI (const Nice::Any &_val)=0
 
const QString & getName () const
 
virtual void select (bool _sel)=0
 

Private Attributes

QWidget * m_extraWidget
 
QIcon m_icon
 

Friends

class TreeWidgetItem
 
class TableWidget
 
class ListWidget
 
template<typename T >
class AbstractWidget
 
class ViewHandler
 
class ::NiceInternal::ProfileLoadSquirrel
 

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
 

Constructor & Destructor Documentation

◆ AbstractWidgetItem()

AbstractWidgetItem::AbstractWidgetItem ( )

◆ ~AbstractWidgetItem()

AbstractWidgetItem::~AbstractWidgetItem ( )
virtual

Member Function Documentation

◆ addExtraWidget()

template<typename T >
void AbstractWidgetItem::addExtraWidget ( _widget)
inline

◆ canBeBuffered()

bool AbstractWidgetItem::canBeBuffered ( )
protected
Parameters

◆ connect()

void AbstractWidgetItem::connect ( const Nice::JointPtr _a)
virtual
Parameters

◆ createExtraWidget()

void AbstractWidgetItem::createExtraWidget ( )
Parameters

◆ createMdiSubWindow()

virtual void AbstractWidgetItem::createMdiSubWindow ( bool  _rec)
pure virtual

◆ getMdiSubWindow()

MdiSubWindow * AbstractWidgetItem::getMdiSubWindow ( )

◆ getName()

const QString & AbstractWidgetItem::getName ( ) const
private
Parameters

◆ recursiveTreeDisable()

void AbstractWidgetItem::recursiveTreeDisable ( const TreeWidgetItem _t,
bool  _disabled 
)

◆ select()

virtual void AbstractWidgetItem::select ( bool  _sel)
privatepure virtual
Parameters

Implemented in ListWidgetItem, TreeWidgetItem, and TableWidgetItem.

◆ setMdiSubWindow()

void AbstractWidgetItem::setMdiSubWindow ( MdiSubWindow _sub)

◆ setSubwindow()

void AbstractWidgetItem::setSubwindow ( MdiSubWindow _sub)

◆ setUiIcon()

virtual void AbstractWidgetItem::setUiIcon ( )
inlineprotectedvirtual
Parameters

Reimplemented in ListWidgetItem, TreeWidgetItem, and TableWidgetItem.

◆ showAttributes()

void AbstractWidgetItem::showAttributes ( )
Parameters

◆ updateGUI()

virtual void AbstractWidgetItem::updateGUI ( const Nice::Any _val)
privatepure virtual
Parameters

Implemented in ListWidgetItem, TreeWidgetItem, and TableWidgetItem.

Friends And Related Function Documentation

◆ ::NiceInternal::ProfileLoadSquirrel

friend class ::NiceInternal::ProfileLoadSquirrel
friend

◆ AbstractWidget

template<typename T >
friend class AbstractWidget
friend

◆ ListWidget

friend class ListWidget
friend

◆ TableWidget

friend class TableWidget
friend

◆ TreeWidgetItem

friend class TreeWidgetItem
friend

◆ ViewHandler

friend class ViewHandler
friend

Member Data Documentation

◆ m_extraWidget

QWidget* AbstractWidgetItem::m_extraWidget
private

◆ m_hasExtra

bool AbstractWidgetItem::m_hasExtra
protected

◆ m_icon

QIcon AbstractWidgetItem::m_icon
private

◆ m_name

QString AbstractWidgetItem::m_name
protected

◆ m_subWindow

MdiSubWindow* AbstractWidgetItem::m_subWindow
protected

◆ s_palette

std::map< Nice::CompletionState, QPalette > * AbstractWidgetItem::s_palette = 0
staticprotected

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