TwiceAsNice  2019-02-18
Public Member Functions | Protected Member Functions | Protected Attributes | Private Member Functions | List of all members
AbstractVectorBox< T, E > Class Template Referenceabstract

Abstract class for all derived vector widgets. More...

#include <VectorBox.h>

Inheritance diagram for AbstractVectorBox< T, E >:
Inheritance graph
Collaboration diagram for AbstractVectorBox< T, E >:
Collaboration graph

Public Member Functions

 AbstractVectorBox (QWidget *parent, bool _connect=false)
 
virtual std::vector< E > getValue ()
 
virtual void setValue (std::vector< E >)=0
 
virtual unsigned int getSize ()
 
virtual void setSize (unsigned int x)
 
virtual bool getVertical ()
 
virtual void setVertical (bool _vert)
 
virtual int getSpacing ()
 
virtual void setSpacing (int _space)
 
virtual int getMargin ()
 
virtual void setMargin (int _margin)
 
 AbstractVectorBox (QWidget *parent, bool _connect=false)
 
virtual std::vector< E > getValue ()
 
virtual void setValue (std::vector< E >)=0
 
virtual unsigned int getSize ()
 
virtual void setSize (unsigned int x)
 
virtual bool getVertical ()
 
virtual void setVertical (bool _vert)
 
virtual int getSpacing ()
 
virtual void setSpacing (int _space)
 
virtual int getMargin ()
 
virtual void setMargin (int _margin)
 
 AbstractVectorBox (QWidget *parent, bool _connect=false)
 
virtual std::vector< E > getValue ()
 
virtual void setValue (std::vector< E >)=0
 
virtual unsigned int getSize ()
 
virtual void setSize (unsigned int x)
 
virtual bool getVertical ()
 
virtual void setVertical (bool _vert)
 
virtual int getSpacing ()
 
virtual void setSpacing (int _space)
 
virtual int getMargin ()
 
virtual void setMargin (int _margin)
 
- Public Member Functions inherited from Nice::BridgeItem
void detach (QWidget *_widget)
 
bool getSynchStatus () const
 Get the sync status. More...
 
const QString & getNodeName ()
 
virtual void updateGUI (const ::Nice::Any &)
 Update the widgets data field from the connected Property. 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...
 
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 updateGUI (const ::Nice::Any &)
 Update the widgets data field from the connected Property. 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...
 
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 updateGUI (const ::Nice::Any &)
 Update the widgets data field from the connected Property. 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...
 
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 ~AbstractVectorBox ()
 
void add ()
 
void remove ()
 
virtual void updateGUI (const Nice::Any &_val)
 
virtual bool getSynchStatus () const
 
virtual void setSynchStatus (bool _sync)
 
virtual void setState (Nice::CompletionState _state)
 Set the state of the widget (either Nice::OK or Nice::Unsynched ). More...
 
virtual void setShowLabels (bool _show)
 Enables to Labels. More...
 
virtual void setLabels (std::vector< std::string > _vec)
 Set the Labels This function has to be implemented in the derived widget class. More...
 
virtual void set ()
 Slot is called when the date of the widget is changed. More...
 
virtual ~AbstractVectorBox ()
 
void add ()
 
void remove ()
 
virtual void updateGUI (const Nice::Any &_val)
 
virtual bool getSynchStatus () const
 
virtual void setSynchStatus (bool _sync)
 
virtual void setState (Nice::CompletionState _state)
 Set the state of the widget (either Nice::OK or Nice::Unsynched ). More...
 
virtual void setShowLabels (bool _show)
 Enables to Labels. More...
 
virtual void setLabels (std::vector< std::string > _vec)
 Set the Labels This function has to be implemented in the derived widget class. More...
 
virtual void set ()
 Slot is called when the date of the widget is changed. More...
 
virtual ~AbstractVectorBox ()
 
void add ()
 
void remove ()
 
virtual void updateGUI (const Nice::Any &_val)
 
virtual bool getSynchStatus () const
 
virtual void setSynchStatus (bool _sync)
 
virtual void setState (Nice::CompletionState _state)
 Set the state of the widget (either Nice::OK or Nice::Unsynched ). More...
 
virtual void setShowLabels (bool _show)
 Enables to Labels. More...
 
virtual void setLabels (std::vector< std::string > _vec)
 Set the Labels This function has to be implemented in the derived widget class. More...
 
virtual void set ()
 Slot is called when the date of the widget is changed. More...
 
- 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 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 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 updateProperty ()
 Set the gui value to the Property. More...
 

Protected Attributes

std::vector< T * > m_vectorBox
 
bool m_vertical
 
int m_space
 
int m_margin
 
int m_precision
 
QGridLayout * m_layout
 
bool m_connected
 
Nice::Mutex m_mutex
 
- 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
 

Private Member Functions

virtual void getLocal (std::vector< E > &_value)
 
virtual E value (const T *)=0
 
virtual void getLocal (std::vector< E > &_value)
 
virtual E value (const T *)=0
 
virtual void getLocal (std::vector< E > &_value)
 
virtual E value (const T *)=0
 

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 T, typename E>
class AbstractVectorBox< T, E >

Abstract class for all derived vector widgets.

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

Constructor & Destructor Documentation

◆ AbstractVectorBox() [1/3]

template<typename T , typename E >
AbstractVectorBox< T, E >::AbstractVectorBox ( QWidget *  parent,
bool  _connect = false 
)

◆ ~AbstractVectorBox() [1/3]

template<typename T , typename E >
AbstractVectorBox< T, E >::~AbstractVectorBox ( )
protectedvirtual

◆ AbstractVectorBox() [2/3]

template<typename T, typename E>
AbstractVectorBox< T, E >::AbstractVectorBox ( QWidget *  parent,
bool  _connect = false 
)

◆ ~AbstractVectorBox() [2/3]

template<typename T, typename E>
virtual AbstractVectorBox< T, E >::~AbstractVectorBox ( )
protectedvirtual

◆ AbstractVectorBox() [3/3]

template<typename T, typename E>
AbstractVectorBox< T, E >::AbstractVectorBox ( QWidget *  parent,
bool  _connect = false 
)

◆ ~AbstractVectorBox() [3/3]

template<typename T, typename E>
virtual AbstractVectorBox< T, E >::~AbstractVectorBox ( )
protectedvirtual

Member Function Documentation

◆ add() [1/3]

template<typename T , typename E >
void AbstractVectorBox< T, E >::add ( )
protected

◆ add() [2/3]

template<typename T, typename E>
void AbstractVectorBox< T, E >::add ( )
protected

◆ add() [3/3]

template<typename T, typename E>
void AbstractVectorBox< T, E >::add ( )
protected

◆ getLocal() [1/3]

template<typename T , typename E>
void AbstractVectorBox< T, E >::getLocal ( std::vector< E > &  _value)
privatevirtual

◆ getLocal() [2/3]

template<typename T, typename E>
virtual void AbstractVectorBox< T, E >::getLocal ( std::vector< E > &  _value)
privatevirtual

◆ getLocal() [3/3]

template<typename T, typename E>
virtual void AbstractVectorBox< T, E >::getLocal ( std::vector< E > &  _value)
privatevirtual

◆ getMargin() [1/3]

template<typename T , typename E >
int AbstractVectorBox< T, E >::getMargin ( )
virtual

◆ getMargin() [2/3]

template<typename T, typename E>
virtual int AbstractVectorBox< T, E >::getMargin ( )
virtual

◆ getMargin() [3/3]

template<typename T, typename E>
virtual int AbstractVectorBox< T, E >::getMargin ( )
virtual

◆ getSize() [1/3]

template<typename T , typename E >
unsigned int AbstractVectorBox< T, E >::getSize ( )
virtual

◆ getSize() [2/3]

template<typename T, typename E>
virtual unsigned int AbstractVectorBox< T, E >::getSize ( )
virtual

◆ getSize() [3/3]

template<typename T, typename E>
virtual unsigned int AbstractVectorBox< T, E >::getSize ( )
virtual

◆ getSpacing() [1/3]

template<typename T , typename E >
int AbstractVectorBox< T, E >::getSpacing ( )
virtual

◆ getSpacing() [2/3]

template<typename T, typename E>
virtual int AbstractVectorBox< T, E >::getSpacing ( )
virtual

◆ getSpacing() [3/3]

template<typename T, typename E>
virtual int AbstractVectorBox< T, E >::getSpacing ( )
virtual

◆ getSynchStatus() [1/3]

template<typename T, typename E>
virtual bool AbstractVectorBox< T, E >::getSynchStatus ( ) const
protectedvirtual

◆ getSynchStatus() [2/3]

template<typename T , typename E >
bool AbstractVectorBox< T, E >::getSynchStatus ( ) const
protectedvirtual

◆ getSynchStatus() [3/3]

template<typename T, typename E>
virtual bool AbstractVectorBox< T, E >::getSynchStatus ( ) const
protectedvirtual

◆ getValue() [1/3]

template<typename T, typename E>
virtual std::vector<E> AbstractVectorBox< T, E >::getValue ( )
virtual

◆ getValue() [2/3]

template<typename T, typename E>
virtual std::vector<E> AbstractVectorBox< T, E >::getValue ( )
virtual

◆ getValue() [3/3]

template<typename T , typename E >
std::vector< E > AbstractVectorBox< T, E >::getValue ( )
virtual

◆ getVertical() [1/3]

template<typename T , typename E >
bool AbstractVectorBox< T, E >::getVertical ( )
virtual

◆ getVertical() [2/3]

template<typename T, typename E>
virtual bool AbstractVectorBox< T, E >::getVertical ( )
virtual

◆ getVertical() [3/3]

template<typename T, typename E>
virtual bool AbstractVectorBox< T, E >::getVertical ( )
virtual

◆ remove() [1/3]

template<typename T, typename E>
void AbstractVectorBox< T, E >::remove ( )
protected

◆ remove() [2/3]

template<typename T , typename E >
void AbstractVectorBox< T, E >::remove ( )
protected

◆ remove() [3/3]

template<typename T, typename E>
void AbstractVectorBox< T, E >::remove ( )
protected

◆ set() [1/3]

template<typename T , typename E >
void AbstractVectorBox< T, E >::set ( )
protectedvirtual

Slot is called when the date of the widget is changed.

The function has to be implemented in the derived widget.

Reimplemented from Nice::BridgeItem.

◆ set() [2/3]

template<typename T, typename E>
virtual void AbstractVectorBox< T, E >::set ( )
protectedvirtual

Slot is called when the date of the widget is changed.

The function has to be implemented in the derived widget.

Reimplemented from Nice::BridgeItem.

◆ set() [3/3]

template<typename T, typename E>
virtual void AbstractVectorBox< T, E >::set ( )
protectedvirtual

Slot is called when the date of the widget is changed.

The function has to be implemented in the derived widget.

Reimplemented from Nice::BridgeItem.

◆ setLabels() [1/3]

template<typename T , typename E >
void AbstractVectorBox< T, E >::setLabels ( std::vector< std::string >  _vec)
protectedvirtual

Set the Labels This function has to be implemented in the derived widget class.

Reimplemented from Nice::BridgeItem.

◆ setLabels() [2/3]

template<typename T, typename E>
virtual void AbstractVectorBox< T, E >::setLabels ( std::vector< std::string >  _vec)
protectedvirtual

Set the Labels This function has to be implemented in the derived widget class.

Reimplemented from Nice::BridgeItem.

◆ setLabels() [3/3]

template<typename T, typename E>
virtual void AbstractVectorBox< T, E >::setLabels ( std::vector< std::string >  _vec)
protectedvirtual

Set the Labels This function has to be implemented in the derived widget class.

Reimplemented from Nice::BridgeItem.

◆ setMargin() [1/3]

template<typename T , typename E >
void AbstractVectorBox< T, E >::setMargin ( int  _margin)
virtual

◆ setMargin() [2/3]

template<typename T, typename E>
virtual void AbstractVectorBox< T, E >::setMargin ( int  _margin)
virtual

◆ setMargin() [3/3]

template<typename T, typename E>
virtual void AbstractVectorBox< T, E >::setMargin ( int  _margin)
virtual

◆ setShowLabels() [1/3]

template<typename T , typename E >
void AbstractVectorBox< T, E >::setShowLabels ( bool  _show)
protectedvirtual

Enables to Labels.

By default no Labels are displayed.

Parameters
_showIf TRUE Property labels will be displayed.

Reimplemented from Nice::BridgeItem.

◆ setShowLabels() [2/3]

template<typename T, typename E>
virtual void AbstractVectorBox< T, E >::setShowLabels ( bool  _show)
protectedvirtual

Enables to Labels.

By default no Labels are displayed.

Parameters
_showIf TRUE Property labels will be displayed.

Reimplemented from Nice::BridgeItem.

◆ setShowLabels() [3/3]

template<typename T, typename E>
virtual void AbstractVectorBox< T, E >::setShowLabels ( bool  _show)
protectedvirtual

Enables to Labels.

By default no Labels are displayed.

Parameters
_showIf TRUE Property labels will be displayed.

Reimplemented from Nice::BridgeItem.

◆ setSize() [1/3]

template<typename T , typename E >
void AbstractVectorBox< T, E >::setSize ( unsigned int  x)
virtual

◆ setSize() [2/3]

template<typename T, typename E>
virtual void AbstractVectorBox< T, E >::setSize ( unsigned int  x)
virtual

◆ setSize() [3/3]

template<typename T, typename E>
virtual void AbstractVectorBox< T, E >::setSize ( unsigned int  x)
virtual

◆ setSpacing() [1/3]

template<typename T , typename E >
void AbstractVectorBox< T, E >::setSpacing ( int  _space)
virtual

◆ setSpacing() [2/3]

template<typename T, typename E>
virtual void AbstractVectorBox< T, E >::setSpacing ( int  _space)
virtual

◆ setSpacing() [3/3]

template<typename T, typename E>
virtual void AbstractVectorBox< T, E >::setSpacing ( int  _space)
virtual

◆ setState() [1/3]

template<typename T , typename E >
void AbstractVectorBox< T, E >::setState ( Nice::CompletionState  _state)
protectedvirtual

Set the state of the widget (either Nice::OK or Nice::Unsynched ).

Parameters
_stateState of the widget.

Reimplemented from Nice::BridgeItem.

◆ setState() [2/3]

template<typename T, typename E>
virtual void AbstractVectorBox< T, E >::setState ( Nice::CompletionState  _state)
protectedvirtual

Set the state of the widget (either Nice::OK or Nice::Unsynched ).

Parameters
_stateState of the widget.

Reimplemented from Nice::BridgeItem.

◆ setState() [3/3]

template<typename T, typename E>
virtual void AbstractVectorBox< T, E >::setState ( Nice::CompletionState  _state)
protectedvirtual

Set the state of the widget (either Nice::OK or Nice::Unsynched ).

Parameters
_stateState of the widget.

Reimplemented from Nice::BridgeItem.

◆ setSynchStatus() [1/3]

template<typename T, typename E>
virtual void AbstractVectorBox< T, E >::setSynchStatus ( bool  _sync)
protectedvirtual

◆ setSynchStatus() [2/3]

template<typename T , typename E >
void AbstractVectorBox< T, E >::setSynchStatus ( bool  _sync)
protectedvirtual

◆ setSynchStatus() [3/3]

template<typename T, typename E>
virtual void AbstractVectorBox< T, E >::setSynchStatus ( bool  _sync)
protectedvirtual

◆ setValue() [1/3]

template<typename T, typename E>
virtual void AbstractVectorBox< T, E >::setValue ( std::vector< E >  )
pure virtual

◆ setValue() [2/3]

template<typename T, typename E>
virtual void AbstractVectorBox< T, E >::setValue ( std::vector< E >  )
pure virtual

◆ setValue() [3/3]

template<typename T, typename E>
virtual void AbstractVectorBox< T, E >::setValue ( std::vector< E >  )
pure virtual

◆ setVertical() [1/3]

template<typename T, typename E>
virtual void AbstractVectorBox< T, E >::setVertical ( bool  _vert)
virtual

◆ setVertical() [2/3]

template<typename T , typename E >
void AbstractVectorBox< T, E >::setVertical ( bool  _vert)
virtual

◆ setVertical() [3/3]

template<typename T, typename E>
virtual void AbstractVectorBox< T, E >::setVertical ( bool  _vert)
virtual

◆ updateGUI() [1/3]

template<typename T, typename E>
virtual void AbstractVectorBox< T, E >::updateGUI ( const Nice::Any _val)
protectedvirtual

◆ updateGUI() [2/3]

template<typename T, typename E>
virtual void AbstractVectorBox< T, E >::updateGUI ( const Nice::Any _val)
protectedvirtual

◆ updateGUI() [3/3]

template<typename T , typename E >
void AbstractVectorBox< T, E >::updateGUI ( const Nice::Any _val)
protectedvirtual

◆ value() [1/3]

template<typename T, typename E>
virtual E AbstractVectorBox< T, E >::value ( const T *  )
privatepure virtual

◆ value() [2/3]

template<typename T, typename E>
virtual E AbstractVectorBox< T, E >::value ( const T *  )
privatepure virtual

◆ value() [3/3]

template<typename T, typename E>
virtual E AbstractVectorBox< T, E >::value ( const T *  )
privatepure virtual

Member Data Documentation

◆ m_connected

template<typename T, typename E>
bool AbstractVectorBox< T, E >::m_connected
protected

◆ m_layout

template<typename T, typename E>
QGridLayout * AbstractVectorBox< T, E >::m_layout
protected

◆ m_margin

template<typename T, typename E>
int AbstractVectorBox< T, E >::m_margin
protected

◆ m_mutex

template<typename T, typename E>
Nice::Mutex AbstractVectorBox< T, E >::m_mutex
protected

Mutex

◆ m_precision

template<typename T, typename E>
int AbstractVectorBox< T, E >::m_precision
protected

◆ m_space

template<typename T, typename E>
int AbstractVectorBox< T, E >::m_space
protected

◆ m_vectorBox

template<typename T, typename E>
std::vector< T * > AbstractVectorBox< T, E >::m_vectorBox
protected

◆ m_vertical

template<typename T, typename E>
bool AbstractVectorBox< T, E >::m_vertical
protected

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