QCPSelectionDecorator Class Reference

#include </home/florent/devel/release/src/gepetto-viewer/plugins/pyqcustomplot/qcustomplot-2.0.1/qcustomplot.h>

Inheritance diagram for QCPSelectionDecorator:
Collaboration diagram for QCPSelectionDecorator:

Public Member Functions

 QCPSelectionDecorator ()
 
virtual ~QCPSelectionDecorator ()
 
QPen pen () const
 
QBrush brush () const
 
QCPScatterStyle scatterStyle () const
 
QCPScatterStyle::ScatterProperties usedScatterProperties () const
 
void setPen (const QPen &pen)
 
void setBrush (const QBrush &brush)
 
void setScatterStyle (const QCPScatterStyle &scatterStyle, QCPScatterStyle::ScatterProperties usedProperties=QCPScatterStyle::spPen)
 
void setUsedScatterProperties (const QCPScatterStyle::ScatterProperties &properties)
 
void applyPen (QCPPainter *painter) const
 
void applyBrush (QCPPainter *painter) const
 
QCPScatterStyle getFinalScatterStyle (const QCPScatterStyle &unselectedStyle) const
 
virtual void copyFrom (const QCPSelectionDecorator *other)
 
virtual void drawDecoration (QCPPainter *painter, QCPDataSelection selection)
 

Protected Member Functions

virtual bool registerWithPlottable (QCPAbstractPlottable *plottable)
 

Protected Attributes

QPen mPen
 
QBrush mBrush
 
QCPScatterStyle mScatterStyle
 
QCPScatterStyle::ScatterProperties mUsedScatterProperties
 
QCPAbstractPlottablemPlottable
 

Friends

class QCPAbstractPlottable
 

Constructor & Destructor Documentation

◆ QCPSelectionDecorator()

QCPSelectionDecorator::QCPSelectionDecorator ( )

◆ ~QCPSelectionDecorator()

virtual QCPSelectionDecorator::~QCPSelectionDecorator ( )
virtual

Member Function Documentation

◆ applyBrush()

void QCPSelectionDecorator::applyBrush ( QCPPainter painter) const

◆ applyPen()

void QCPSelectionDecorator::applyPen ( QCPPainter painter) const

◆ brush()

QBrush QCPSelectionDecorator::brush ( ) const
inline

◆ copyFrom()

virtual void QCPSelectionDecorator::copyFrom ( const QCPSelectionDecorator other)
virtual

◆ drawDecoration()

virtual void QCPSelectionDecorator::drawDecoration ( QCPPainter painter,
QCPDataSelection  selection 
)
virtual

Reimplemented in QCPSelectionDecoratorBracket.

◆ getFinalScatterStyle()

QCPScatterStyle QCPSelectionDecorator::getFinalScatterStyle ( const QCPScatterStyle unselectedStyle) const

◆ pen()

QPen QCPSelectionDecorator::pen ( ) const
inline

◆ registerWithPlottable()

virtual bool QCPSelectionDecorator::registerWithPlottable ( QCPAbstractPlottable plottable)
protectedvirtual

◆ scatterStyle()

QCPScatterStyle QCPSelectionDecorator::scatterStyle ( ) const
inline

◆ setBrush()

void QCPSelectionDecorator::setBrush ( const QBrush &  brush)

◆ setPen()

void QCPSelectionDecorator::setPen ( const QPen &  pen)

◆ setScatterStyle()

void QCPSelectionDecorator::setScatterStyle ( const QCPScatterStyle scatterStyle,
QCPScatterStyle::ScatterProperties  usedProperties = QCPScatterStyle::spPen 
)

◆ setUsedScatterProperties()

void QCPSelectionDecorator::setUsedScatterProperties ( const QCPScatterStyle::ScatterProperties &  properties)

◆ usedScatterProperties()

QCPScatterStyle::ScatterProperties QCPSelectionDecorator::usedScatterProperties ( ) const
inline

Friends And Related Function Documentation

◆ QCPAbstractPlottable

friend class QCPAbstractPlottable
friend

Member Data Documentation

◆ mBrush

QBrush QCPSelectionDecorator::mBrush
protected

◆ mPen

QPen QCPSelectionDecorator::mPen
protected

◆ mPlottable

QCPAbstractPlottable* QCPSelectionDecorator::mPlottable
protected

◆ mScatterStyle

QCPScatterStyle QCPSelectionDecorator::mScatterStyle
protected

◆ mUsedScatterProperties

QCPScatterStyle::ScatterProperties QCPSelectionDecorator::mUsedScatterProperties
protected

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