ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
QCPPlotTitle Class Reference

A layout element displaying a plot title text. More...

#include <qcustomplot.h>

Inheritance diagram for QCPPlotTitle:
Collaboration diagram for QCPPlotTitle:

Signals

void selectionChanged (bool selected)
 
void selectableChanged (bool selectable)
 
- Signals inherited from QCPLayerable
void layerChanged (QCPLayer *newLayer)
 
void layerChanged (QCPLayer *newLayer)
 

Public Member Functions

 QCPPlotTitle (QCustomPlot *parentPlot)
 
 QCPPlotTitle (QCustomPlot *parentPlot, const QString &text)
 
QString text () const
 
QFont font () const
 
QColor textColor () const
 
QFont selectedFont () const
 
QColor selectedTextColor () const
 
bool selectable () const
 
bool selected () const
 
void setText (const QString &text)
 
void setFont (const QFont &font)
 
void setTextColor (const QColor &color)
 
void setSelectedFont (const QFont &font)
 
void setSelectedTextColor (const QColor &color)
 
Q_SLOT void setSelectable (bool selectable)
 
Q_SLOT void setSelected (bool selected)
 
virtual double selectTest (const QPointF &pos, bool onlySelectable, QVariant *details=0) const
 
- Public Member Functions inherited from QCPLayoutElement
 QCPLayoutElement (QCustomPlot *parentPlot=0)
 
virtual ~QCPLayoutElement ()
 
QCPLayoutlayout () const
 
QRect rect () const
 
QRect outerRect () const
 
QMargins margins () const
 
QMargins minimumMargins () const
 
QCP::MarginSides autoMargins () const
 
QSize minimumSize () const
 
QSize maximumSize () const
 
SizeConstraintRect sizeConstraintRect () const
 
QCPMarginGroupmarginGroup (QCP::MarginSide side) const
 
QHash< QCP::MarginSide, QCPMarginGroup * > marginGroups () const
 
void setOuterRect (const QRect &rect)
 
void setMargins (const QMargins &margins)
 
void setMinimumMargins (const QMargins &margins)
 
void setAutoMargins (QCP::MarginSides sides)
 
void setMinimumSize (const QSize &size)
 
void setMinimumSize (int width, int height)
 
void setMaximumSize (const QSize &size)
 
void setMaximumSize (int width, int height)
 
void setSizeConstraintRect (SizeConstraintRect constraintRect)
 
void setMarginGroup (QCP::MarginSides sides, QCPMarginGroup *group)
 
virtual void update (UpdatePhase phase)
 
virtual QSize minimumOuterSizeHint () const
 
virtual QSize maximumOuterSizeHint () const
 
virtual QList< QCPLayoutElement * > elements (bool recursive) const
 
 QCPLayoutElement (QCustomPlot *parentPlot=0)
 
virtual ~QCPLayoutElement ()
 
QCPLayoutlayout () const
 
QRect rect () const
 
QRect outerRect () const
 
QMargins margins () const
 
QMargins minimumMargins () const
 
QCP::MarginSides autoMargins () const
 
QSize minimumSize () const
 
QSize maximumSize () const
 
QCPMarginGroupmarginGroup (QCP::MarginSide side) const
 
QHash< QCP::MarginSide, QCPMarginGroup * > marginGroups () const
 
void setOuterRect (const QRect &rect)
 
void setMargins (const QMargins &margins)
 
void setMinimumMargins (const QMargins &margins)
 
void setAutoMargins (QCP::MarginSides sides)
 
void setMinimumSize (const QSize &size)
 
void setMinimumSize (int width, int height)
 
void setMaximumSize (const QSize &size)
 
void setMaximumSize (int width, int height)
 
void setMarginGroup (QCP::MarginSides sides, QCPMarginGroup *group)
 
virtual void update (UpdatePhase phase)
 
virtual QList< QCPLayoutElement * > elements (bool recursive) const
 
- Public Member Functions inherited from QCPLayerable
 QCPLayerable (QCustomPlot *plot, QString targetLayer=QString(), QCPLayerable *parentLayerable=0)
 
virtual ~QCPLayerable ()
 
bool visible () const
 
QCustomPlotparentPlot () const
 
QCPLayerableparentLayerable () const
 
QCPLayerlayer () const
 
bool antialiased () const
 
void setVisible (bool on)
 
Q_SLOT bool setLayer (QCPLayer *layer)
 
bool setLayer (const QString &layerName)
 
void setAntialiased (bool enabled)
 
bool realVisibility () const
 
 QCPLayerable (QCustomPlot *plot, QString targetLayer=QString(), QCPLayerable *parentLayerable=0)
 
 ~QCPLayerable ()
 
bool visible () const
 
QCustomPlotparentPlot () const
 
QCPLayerableparentLayerable () const
 
QCPLayerlayer () const
 
bool antialiased () const
 
void setVisible (bool on)
 
Q_SLOT bool setLayer (QCPLayer *layer)
 
bool setLayer (const QString &layerName)
 
void setAntialiased (bool enabled)
 
bool realVisibility () const
 

Protected Member Functions

virtual void applyDefaultAntialiasingHint (QCPPainter *painter) const
 
virtual void draw (QCPPainter *painter)
 
virtual QSize minimumSizeHint () const
 
virtual QSize maximumSizeHint () const
 
virtual void selectEvent (QMouseEvent *event, bool additive, const QVariant &details, bool *selectionStateChanged)
 
virtual void deselectEvent (bool *selectionStateChanged)
 
QFont mainFont () const
 
QColor mainTextColor () const
 
- Protected Member Functions inherited from QCPLayoutElement
virtual int calculateAutoMargin (QCP::MarginSide side)
 
virtual void layoutChanged ()
 
virtual void parentPlotInitialized (QCustomPlot *parentPlot)
 
virtual int calculateAutoMargin (QCP::MarginSide side)
 
virtual void mousePressEvent (QMouseEvent *event)
 
virtual void mouseMoveEvent (QMouseEvent *event)
 
virtual void mouseReleaseEvent (QMouseEvent *event)
 
virtual void mouseDoubleClickEvent (QMouseEvent *event)
 
virtual void wheelEvent (QWheelEvent *event)
 
virtual void parentPlotInitialized (QCustomPlot *parentPlot)
 
- Protected Member Functions inherited from QCPLayerable
virtual QCP::Interaction selectionCategory () const
 
virtual QRect clipRect () const
 
virtual void mousePressEvent (QMouseEvent *event, const QVariant &details)
 
virtual void mouseMoveEvent (QMouseEvent *event, const QPointF &startPos)
 
virtual void mouseReleaseEvent (QMouseEvent *event, const QPointF &startPos)
 
virtual void mouseDoubleClickEvent (QMouseEvent *event, const QVariant &details)
 
void initializeParentPlot (QCustomPlot *parentPlot)
 
void setParentLayerable (QCPLayerable *parentLayerable)
 
bool moveToLayer (QCPLayer *layer, bool prepend)
 
void applyAntialiasingHint (QCPPainter *painter, bool localAntialiased, QCP::AntialiasedElement overrideElement) const
 
virtual QCP::Interaction selectionCategory () const
 
virtual QRect clipRect () const
 
void initializeParentPlot (QCustomPlot *parentPlot)
 
void setParentLayerable (QCPLayerable *parentLayerable)
 
bool moveToLayer (QCPLayer *layer, bool prepend)
 
void applyAntialiasingHint (QCPPainter *painter, bool localAntialiased, QCP::AntialiasedElement overrideElement) const
 

Protected Attributes

QString mText
 
QFont mFont
 
QColor mTextColor
 
QFont mSelectedFont
 
QColor mSelectedTextColor
 
QRect mTextBoundingRect
 
bool mSelectable
 
bool mSelected
 
- Protected Attributes inherited from QCPLayoutElement
QCPLayoutmParentLayout
 
QSize mMinimumSize
 
QSize mMaximumSize
 
SizeConstraintRect mSizeConstraintRect
 
QRect mRect
 
QRect mOuterRect
 
QMargins mMargins
 
QMargins mMinimumMargins
 
QCP::MarginSides mAutoMargins
 
QHash< QCP::MarginSide, QCPMarginGroup * > mMarginGroups
 
- Protected Attributes inherited from QCPLayerable
bool mVisible
 
QCustomPlotmParentPlot
 
QPointer< QCPLayerablemParentLayerable
 
QCPLayermLayer
 
bool mAntialiased
 

Additional Inherited Members

- Public Types inherited from QCPLayoutElement
enum  UpdatePhase {
  upPreparation , upMargins , upLayout , upPreparation ,
  upMargins , upLayout
}
 
enum  SizeConstraintRect { scrInnerRect , scrOuterRect }
 
enum  UpdatePhase {
  upPreparation , upMargins , upLayout , upPreparation ,
  upMargins , upLayout
}
 

Detailed Description

A layout element displaying a plot title text.

The text may be specified with setText, theformatting can be controlled with setFont and setTextColor.

A plot title can be added as follows:

Since a plot title is a common requirement, QCustomPlot offers specialized selection signals for easy interaction with QCPPlotTitle. If a layout element of type QCPPlotTitle is clicked, the signal QCustomPlot::titleClick is emitted. A double click emits the QCustomPlot::titleDoubleClick signal.

Definition at line 2773 of file qcustomplot.h.

Constructor & Destructor Documentation

◆ QCPPlotTitle() [1/2]

QCPPlotTitle::QCPPlotTitle ( QCustomPlot parentPlot)
explicit

Creates a new QCPPlotTitle instance and sets default values. The initial text is empty (setText).

To set the title text in the constructor, rather use QCPPlotTitle(QCustomPlot *parentPlot, const QString &text).

Definition at line 13899 of file qcustomplot.cpp.

References QCustomPlot::currentLayer(), mFont, mSelectedFont, QCPLayerable::parentPlot(), QCPLayerable::setLayer(), and QCPLayoutElement::setMargins().

◆ QCPPlotTitle() [2/2]

QCPPlotTitle::QCPPlotTitle ( QCustomPlot parentPlot,
const QString &  text 
)
explicit

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.

Creates a new QCPPlotTitle instance and sets default values. The initial text is set to text.

Definition at line 13923 of file qcustomplot.cpp.

References QCPLayerable::setLayer(), and QCPLayoutElement::setMargins().

Member Function Documentation

◆ applyDefaultAntialiasingHint()

void QCPPlotTitle::applyDefaultAntialiasingHint ( QCPPainter painter) const
protectedvirtual

◆ deselectEvent()

void QCPPlotTitle::deselectEvent ( bool *  selectionStateChanged)
protectedvirtual

Reimplemented from QCPLayerable.

Definition at line 14055 of file qcustomplot.cpp.

References mSelectable, mSelected, and setSelected().

◆ draw()

void QCPPlotTitle::draw ( QCPPainter painter)
protectedvirtual

◆ font()

QFont QCPPlotTitle::font ( ) const
inline

Definition at line 2793 of file qcustomplot.h.

References QCPAbstractLegendItem::mFont.

Referenced by setFont(), and setSelectedFont().

◆ mainFont()

QFont QCPPlotTitle::mainFont ( ) const
protected

Definition at line 14082 of file qcustomplot.cpp.

References mFont, mSelected, and mSelectedFont.

Referenced by draw().

◆ mainTextColor()

QColor QCPPlotTitle::mainTextColor ( ) const
protected

Definition at line 14091 of file qcustomplot.cpp.

References mSelected, mSelectedTextColor, and mTextColor.

Referenced by draw().

◆ maximumSizeHint()

QSize QCPPlotTitle::maximumSizeHint ( ) const
protectedvirtual

Returns the maximum size this layout element (the inner rect) may be expanded to.

if a maximum size (setMaximumSize) was not set manually, parent layouts consult this function to determine the maximum allowed size of this layout element. (A manual maximum size is considered set if it is smaller than Qt's QWIDGETSIZE_MAX.)

Reimplemented from QCPLayoutElement.

Definition at line 14030 of file qcustomplot.cpp.

References mFont, QCPLayoutElement::mMargins, mText, and result.

◆ minimumSizeHint()

QSize QCPPlotTitle::minimumSizeHint ( ) const
protectedvirtual

Returns the minimum size this layout element (the inner rect) may be compressed to.

if a minimum size (setMinimumSize) was not set manually, parent layouts consult this function to determine the minimum allowed size of this layout element. (A manual minimum size is considered set if it is non-zero.)

Reimplemented from QCPLayoutElement.

Definition at line 14020 of file qcustomplot.cpp.

References mFont, QCPLayoutElement::mMargins, mText, and result.

◆ selectable()

bool QCPPlotTitle::selectable ( ) const
inline

Definition at line 2797 of file qcustomplot.h.

References QCPAbstractLegendItem::mSelectable.

Referenced by setSelectable().

◆ selectableChanged

void QCPPlotTitle::selectableChanged ( bool  selectable)
signal

Referenced by setSelectable().

◆ selected()

bool QCPPlotTitle::selected ( ) const
inline

Definition at line 2798 of file qcustomplot.h.

References QCPAbstractLegendItem::mSelected.

Referenced by setSelected().

◆ selectedFont()

QFont QCPPlotTitle::selectedFont ( ) const
inline

Definition at line 2795 of file qcustomplot.h.

References QCPAbstractLegendItem::mSelectedFont.

◆ selectedTextColor()

QColor QCPPlotTitle::selectedTextColor ( ) const
inline

Definition at line 2796 of file qcustomplot.h.

References QCPAbstractLegendItem::mSelectedTextColor.

◆ selectEvent()

void QCPPlotTitle::selectEvent ( QMouseEvent *  event,
bool  additive,
const QVariant &  details,
bool *  selectionStateChanged 
)
protectedvirtual

Reimplemented from QCPLayerable.

Definition at line 14040 of file qcustomplot.cpp.

References event, mSelectable, mSelected, and setSelected().

◆ selectionChanged

void QCPPlotTitle::selectionChanged ( bool  selected)
signal

This signal is emitted when the selection state has changed to selected, either by user interaction or by a direct call to setSelected.

See also
setSelected, setSelectable

Referenced by setSelected().

◆ selectTest()

double QCPPlotTitle::selectTest ( const QPointF &  pos,
bool  onlySelectable,
QVariant *  details = 0 
) const
virtual

Layout elements are sensitive to events inside their outer rect. If pos is within the outer rect, this method returns a value corresponding to 0.99 times the parent plot's selection tolerance. However, layout elements are not selectable by default. So if onlySelectable is true, -1.0 is returned.

See QCPLayerable::selectTest for a general explanation of this virtual method.

QCPLayoutElement subclasses may reimplement this method to provide more specific selection test behaviour.

Reimplemented from QCPLayoutElement.

Definition at line 14065 of file qcustomplot.cpp.

References QCPLayerable::mParentPlot, mSelectable, mTextBoundingRect, and QCustomPlot::selectionTolerance().

◆ setFont()

void QCPPlotTitle::setFont ( const QFont &  font)

Sets the font of the title text.

See also
setTextColor, setSelectedFont

Definition at line 13953 of file qcustomplot.cpp.

References font(), and mFont.

◆ setSelectable()

void QCPPlotTitle::setSelectable ( bool  selectable)

Sets whether the user may select this plot title to selectable.

Note that even when selectable is set to false, the selection state may be changed programmatically via setSelected.

Definition at line 13986 of file qcustomplot.cpp.

References mSelectable, selectable(), and selectableChanged().

◆ setSelected()

void QCPPlotTitle::setSelected ( bool  selected)

Sets the selection state of this plot title to selected. If the selection has changed, selectionChanged is emitted.

Note that this function can change the selection state independently of the current setSelectable state.

Definition at line 14000 of file qcustomplot.cpp.

References mSelected, selected(), and selectionChanged().

Referenced by deselectEvent(), and selectEvent().

◆ setSelectedFont()

void QCPPlotTitle::setSelectedFont ( const QFont &  font)

Sets the font of the title text that will be used if the plot title is selected (setSelected).

See also
setFont

Definition at line 13968 of file qcustomplot.cpp.

References font(), and mSelectedFont.

◆ setSelectedTextColor()

void QCPPlotTitle::setSelectedTextColor ( const QColor &  color)

Sets the color of the title text that will be used if the plot title is selected (setSelected).

See also
setTextColor

Definition at line 13976 of file qcustomplot.cpp.

References color, and mSelectedTextColor.

◆ setText()

void QCPPlotTitle::setText ( const QString &  text)

Sets the text that will be displayed to text. Multiple lines can be created by insertion of "\n".

See also
setFont, setTextColor

Definition at line 13946 of file qcustomplot.cpp.

References mText, and text().

◆ setTextColor()

void QCPPlotTitle::setTextColor ( const QColor &  color)

Sets the color of the title text.

See also
setFont, setSelectedTextColor

Definition at line 13960 of file qcustomplot.cpp.

References color, and mTextColor.

◆ text()

QString QCPPlotTitle::text ( ) const
inline

Definition at line 2792 of file qcustomplot.h.

Referenced by setText().

◆ textColor()

QColor QCPPlotTitle::textColor ( ) const
inline

Definition at line 2794 of file qcustomplot.h.

References QCPAbstractLegendItem::mTextColor.

Member Data Documentation

◆ mFont

QFont QCPPlotTitle::mFont
protected

Definition at line 2821 of file qcustomplot.h.

Referenced by mainFont(), maximumSizeHint(), minimumSizeHint(), QCPPlotTitle(), and setFont().

◆ mSelectable

bool QCPPlotTitle::mSelectable
protected

Definition at line 2826 of file qcustomplot.h.

Referenced by deselectEvent(), selectEvent(), selectTest(), and setSelectable().

◆ mSelected

bool QCPPlotTitle::mSelected
protected

Definition at line 2826 of file qcustomplot.h.

Referenced by deselectEvent(), mainFont(), mainTextColor(), selectEvent(), and setSelected().

◆ mSelectedFont

QFont QCPPlotTitle::mSelectedFont
protected

Definition at line 2823 of file qcustomplot.h.

Referenced by mainFont(), QCPPlotTitle(), and setSelectedFont().

◆ mSelectedTextColor

QColor QCPPlotTitle::mSelectedTextColor
protected

Definition at line 2824 of file qcustomplot.h.

Referenced by mainTextColor(), and setSelectedTextColor().

◆ mText

QString QCPPlotTitle::mText
protected

Definition at line 2820 of file qcustomplot.h.

Referenced by draw(), maximumSizeHint(), minimumSizeHint(), and setText().

◆ mTextBoundingRect

QRect QCPPlotTitle::mTextBoundingRect
protected

Definition at line 2825 of file qcustomplot.h.

Referenced by draw(), and selectTest().

◆ mTextColor

QColor QCPPlotTitle::mTextColor
protected

Definition at line 2822 of file qcustomplot.h.

Referenced by mainTextColor(), and setTextColor().


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