TwiceAsNice  2019-02-18
Public Slots | Public Member Functions | Properties | Private Slots | Private Member Functions | Private Attributes | List of all members
PlotCurve Class Reference

A qwt widget to plot an array of points (curve) More...

#include <PlotCurve.h>

Inheritance diagram for PlotCurve:
Inheritance graph
Collaboration diagram for PlotCurve:
Collaboration graph

Public Slots

void slot_setStyle (std::string _style)
 
virtual void slot_setLabels (std::vector< std::string > _labels)
 
virtual void slot_setIncrement (const double _increment)
 
virtual void slot_setCenterReference (std::string _ref)
 
virtual void slot_setGrid (const bool _grid)
 
virtual void slot_enableXaxis (bool enabled)
 
virtual void slot_enableYaxis (bool enabled)
 
virtual void slot_setScale (std::vector< double > _scale)
 
virtual void slot_setXAxisStepSize (double stepSize)
 
virtual void slot_setRefCurve (std::vector< float > _refCurve)
 
void slot_setStyle (std::string _style)
 
virtual void slot_setLabels (std::vector< std::string > _labels)
 
virtual void slot_setIncrement (const double _increment)
 
virtual void slot_setCenterReference (std::string _ref)
 
virtual void slot_setGrid (const bool _grid)
 
virtual void slot_enableXaxis (bool enabled)
 
virtual void slot_enableYaxis (bool enabled)
 
virtual void slot_setScale (std::vector< double > _scale)
 
virtual void slot_setXAxisStepSize (double stepSize)
 
virtual void slot_setRefCurve (std::vector< float > _refCurve)
 
void slot_setStyle (std::string _style)
 
virtual void slot_setLabels (std::vector< std::string > _labels)
 
virtual void slot_setIncrement (const double _increment)
 
virtual void slot_setCenterReference (std::string _ref)
 
virtual void slot_setGrid (const bool _grid)
 
virtual void slot_enableXaxis (bool enabled)
 
virtual void slot_enableYaxis (bool enabled)
 
virtual void slot_setScale (std::vector< double > _scale)
 
virtual void slot_setXAxisStepSize (double stepSize)
 
virtual void slot_setRefCurve (std::vector< float > _refCurve)
 

Public Member Functions

 PlotCurve (QWidget *parent=0, bool _connect=false)
 
 PlotCurve (QWidget *parent=0, bool _connect=false)
 
 PlotCurve (QWidget *parent=0, bool _connect=false)
 
- 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...
 

Properties

QString PropertyNode
 
bool AutoSynch
 

Private Slots

void set ()
 
void set ()
 
void set ()
 

Private Member Functions

virtual void updateGUI (const Nice::Any &_val)
 
virtual void initSlots ()
 
int NumDigits (int x)
 
virtual void updateGUI (const Nice::Any &_val)
 
virtual void initSlots ()
 
int NumDigits (int x)
 
virtual void updateGUI (const Nice::Any &_val)
 
virtual void initSlots ()
 
int NumDigits (int x)
 

Private Attributes

QwtPlotCurve * m_curve
 
QwtPlotCurve * m_refCurve
 
Nice::SeqDouble m_refCurveData
 
Nice::Time m_updateTime
 
Nice::Timer m_updateTimer
 
QwtScaleDraw * m_scaleDraw
 
double m_xIncrement
 
std::string m_xRef
 
Nice::Mutex m_mutex
 
std::vector< double > m_y_scale
 
double m_xAxisStepSize
 
double m_minYScale
 
double m_maxYScale
 

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
 
- Protected Member Functions inherited from Nice::BridgeItem
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...
 
- 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
 

Detailed Description

A qwt widget to plot an array of points (curve)

Id
PlotCurve.h 15333 2018-04-05 01:29:26Z briegel
Author
Borelli
Version
Date

Constructor & Destructor Documentation

◆ PlotCurve() [1/3]

PlotCurve::PlotCurve ( QWidget *  parent = 0,
bool  _connect = false 
)

◆ PlotCurve() [2/3]

PlotCurve::PlotCurve ( QWidget *  parent = 0,
bool  _connect = false 
)

◆ PlotCurve() [3/3]

PlotCurve::PlotCurve ( QWidget *  parent = 0,
bool  _connect = false 
)

Member Function Documentation

◆ initSlots() [1/3]

void PlotCurve::initSlots ( )
privatevirtual

Reimplemented from Nice::BridgeItem.

◆ initSlots() [2/3]

virtual void PlotCurve::initSlots ( )
privatevirtual

Reimplemented from Nice::BridgeItem.

◆ initSlots() [3/3]

virtual void PlotCurve::initSlots ( )
privatevirtual

Reimplemented from Nice::BridgeItem.

◆ NumDigits() [1/3]

int PlotCurve::NumDigits ( int  x)
private

◆ NumDigits() [2/3]

int PlotCurve::NumDigits ( int  x)
private

◆ NumDigits() [3/3]

int PlotCurve::NumDigits ( int  x)
private

◆ set [1/3]

void PlotCurve::set ( )
privateslot

◆ set [2/3]

void PlotCurve::set ( )
privateslot

◆ set [3/3]

void PlotCurve::set ( )
privateslot

◆ slot_enableXaxis [1/3]

void PlotCurve::slot_enableXaxis ( bool  enabled)
virtualslot

◆ slot_enableXaxis [2/3]

virtual void PlotCurve::slot_enableXaxis ( bool  enabled)
virtualslot

◆ slot_enableXaxis [3/3]

virtual void PlotCurve::slot_enableXaxis ( bool  enabled)
virtualslot

◆ slot_enableYaxis [1/3]

void PlotCurve::slot_enableYaxis ( bool  enabled)
virtualslot

◆ slot_enableYaxis [2/3]

virtual void PlotCurve::slot_enableYaxis ( bool  enabled)
virtualslot

◆ slot_enableYaxis [3/3]

virtual void PlotCurve::slot_enableYaxis ( bool  enabled)
virtualslot

◆ slot_setCenterReference [1/3]

virtual void PlotCurve::slot_setCenterReference ( std::string  _ref)
virtualslot

◆ slot_setCenterReference [2/3]

virtual void PlotCurve::slot_setCenterReference ( std::string  _ref)
virtualslot

◆ slot_setCenterReference [3/3]

void PlotCurve::slot_setCenterReference ( std::string  _ref)
virtualslot

◆ slot_setGrid [1/3]

virtual void PlotCurve::slot_setGrid ( const bool  _grid)
virtualslot

◆ slot_setGrid [2/3]

virtual void PlotCurve::slot_setGrid ( const bool  _grid)
virtualslot

◆ slot_setGrid [3/3]

void PlotCurve::slot_setGrid ( const bool  _grid)
virtualslot

◆ slot_setIncrement [1/3]

virtual void PlotCurve::slot_setIncrement ( const double  _increment)
virtualslot

◆ slot_setIncrement [2/3]

void PlotCurve::slot_setIncrement ( const double  _increment)
virtualslot

◆ slot_setIncrement [3/3]

virtual void PlotCurve::slot_setIncrement ( const double  _increment)
virtualslot

◆ slot_setLabels [1/3]

void PlotCurve::slot_setLabels ( std::vector< std::string >  _labels)
virtualslot

◆ slot_setLabels [2/3]

virtual void PlotCurve::slot_setLabels ( std::vector< std::string >  _labels)
virtualslot

◆ slot_setLabels [3/3]

virtual void PlotCurve::slot_setLabels ( std::vector< std::string >  _labels)
virtualslot

◆ slot_setRefCurve [1/3]

void PlotCurve::slot_setRefCurve ( std::vector< float >  _refCurve)
virtualslot

◆ slot_setRefCurve [2/3]

virtual void PlotCurve::slot_setRefCurve ( std::vector< float >  _refCurve)
virtualslot

◆ slot_setRefCurve [3/3]

virtual void PlotCurve::slot_setRefCurve ( std::vector< float >  _refCurve)
virtualslot

◆ slot_setScale [1/3]

void PlotCurve::slot_setScale ( std::vector< double >  _scale)
virtualslot

◆ slot_setScale [2/3]

virtual void PlotCurve::slot_setScale ( std::vector< double >  _scale)
virtualslot

◆ slot_setScale [3/3]

virtual void PlotCurve::slot_setScale ( std::vector< double >  _scale)
virtualslot

◆ slot_setStyle [1/3]

void PlotCurve::slot_setStyle ( std::string  _style)
slot

◆ slot_setStyle [2/3]

void PlotCurve::slot_setStyle ( std::string  _style)
slot

◆ slot_setStyle [3/3]

void PlotCurve::slot_setStyle ( std::string  _style)
slot

◆ slot_setXAxisStepSize [1/3]

void PlotCurve::slot_setXAxisStepSize ( double  stepSize)
virtualslot

◆ slot_setXAxisStepSize [2/3]

virtual void PlotCurve::slot_setXAxisStepSize ( double  stepSize)
virtualslot

◆ slot_setXAxisStepSize [3/3]

virtual void PlotCurve::slot_setXAxisStepSize ( double  stepSize)
virtualslot

◆ updateGUI() [1/3]

virtual void PlotCurve::updateGUI ( const Nice::Any _val)
privatevirtual

◆ updateGUI() [2/3]

virtual void PlotCurve::updateGUI ( const Nice::Any _val)
privatevirtual

◆ updateGUI() [3/3]

void PlotCurve::updateGUI ( const Nice::Any _val)
privatevirtual

Member Data Documentation

◆ m_curve

QwtPlotCurve * PlotCurve::m_curve
private

◆ m_maxYScale

double PlotCurve::m_maxYScale
private

◆ m_minYScale

double PlotCurve::m_minYScale
private

◆ m_mutex

Nice::Mutex PlotCurve::m_mutex
private

◆ m_refCurve

QwtPlotCurve * PlotCurve::m_refCurve
private

◆ m_refCurveData

Nice::SeqDouble PlotCurve::m_refCurveData
private

◆ m_scaleDraw

QwtScaleDraw * PlotCurve::m_scaleDraw
private

◆ m_updateTime

Nice::Time PlotCurve::m_updateTime
private

◆ m_updateTimer

Nice::Timer PlotCurve::m_updateTimer
private

◆ m_xAxisStepSize

double PlotCurve::m_xAxisStepSize
private

◆ m_xIncrement

double PlotCurve::m_xIncrement
private

◆ m_xRef

std::string PlotCurve::m_xRef
private

◆ m_y_scale

std::vector< double > PlotCurve::m_y_scale
private

Property Documentation

◆ AutoSynch

bool PlotCurve::AutoSynch
readwrite

◆ PropertyNode

QString PlotCurve::PropertyNode
readwrite

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