iCub-main
|
A layout element displaying a plot title text. More...
#include <qcustomplot.h>
Signals | |
void | selectionChanged (bool selected) |
This signal is emitted when the selection state has changed to selected, either by user interaction or by a direct call to setSelected. More... | |
void | selectableChanged (bool selectable) |
Signals inherited from QCPLayerable | |
void | layerChanged (QCPLayer *newLayer) |
This signal is emitted when the layer of this layerable changes, i.e. More... | |
Public Member Functions | |
QCPPlotTitle (QCustomPlot *parentPlot) | |
Creates a new QCPPlotTitle instance and sets default values. More... | |
QCPPlotTitle (QCustomPlot *parentPlot, const QString &text) | |
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. More... | |
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) |
Sets the text that will be displayed to text. More... | |
void | setFont (const QFont &font) |
Sets the font of the title text. More... | |
void | setTextColor (const QColor &color) |
Sets the color of the title text. More... | |
void | setSelectedFont (const QFont &font) |
Sets the font of the title text that will be used if the plot title is selected (setSelected). More... | |
void | setSelectedTextColor (const QColor &color) |
Sets the color of the title text that will be used if the plot title is selected (setSelected). More... | |
Q_SLOT void | setSelectable (bool selectable) |
Sets whether the user may select this plot title to selectable. More... | |
Q_SLOT void | setSelected (bool selected) |
Sets the selection state of this plot title to selected. More... | |
virtual double | selectTest (const QPointF &pos, bool onlySelectable, QVariant *details=0) const |
Layout elements are sensitive to events inside their outer rect. More... | |
Public Member Functions inherited from QCPLayoutElement | |
QCPLayoutElement (QCustomPlot *parentPlot=0) | |
Creates an instance of QCPLayoutElement and sets default values. More... | |
virtual | ~QCPLayoutElement () |
QCPLayout * | layout () const |
Returns the parent layout of this layout element. More... | |
QRect | rect () const |
Returns the inner rect of this layout element. More... | |
QRect | outerRect () const |
QMargins | margins () const |
QMargins | minimumMargins () const |
QCP::MarginSides | autoMargins () const |
QSize | minimumSize () const |
QSize | maximumSize () const |
QCPMarginGroup * | marginGroup (QCP::MarginSide side) const |
QHash< QCP::MarginSide, QCPMarginGroup * > | marginGroups () const |
void | setOuterRect (const QRect &rect) |
Sets the outer rect of this layout element. More... | |
void | setMargins (const QMargins &margins) |
Sets the margins of this layout element. More... | |
void | setMinimumMargins (const QMargins &margins) |
If setAutoMargins is enabled on some or all margins, this function is used to provide minimum values for those margins. More... | |
void | setAutoMargins (QCP::MarginSides sides) |
Sets on which sides the margin shall be calculated automatically. More... | |
void | setMinimumSize (const QSize &size) |
Sets the minimum size for the inner rect of this layout element. More... | |
void | setMinimumSize (int width, int height) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.Sets the minimum size for the inner rect of this layout element. More... | |
void | setMaximumSize (const QSize &size) |
Sets the maximum size for the inner rect of this layout element. More... | |
void | setMaximumSize (int width, int height) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.Sets the maximum size for the inner rect of this layout element. More... | |
void | setMarginGroup (QCP::MarginSides sides, QCPMarginGroup *group) |
Sets the margin group of the specified margin sides. More... | |
virtual void | update (UpdatePhase phase) |
Updates the layout element and sub-elements. More... | |
virtual QList< QCPLayoutElement * > | elements (bool recursive) const |
Returns a list of all child elements in this layout element. More... | |
Public Member Functions inherited from QCPLayerable | |
QCPLayerable (QCustomPlot *plot, QString targetLayer="", QCPLayerable *parentLayerable=0) | |
Creates a new QCPLayerable instance. More... | |
~QCPLayerable () | |
bool | visible () const |
QCustomPlot * | parentPlot () const |
QCPLayerable * | parentLayerable () const |
Returns the parent layerable of this layerable. More... | |
QCPLayer * | layer () const |
bool | antialiased () const |
void | setVisible (bool on) |
Sets the visibility of this layerable object. More... | |
Q_SLOT bool | setLayer (QCPLayer *layer) |
Sets the layer of this layerable object. More... | |
bool | setLayer (const QString &layerName) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. Sets the layer of this layerable object by name. More... | |
void | setAntialiased (bool enabled) |
Sets whether this object will be drawn antialiased or not. More... | |
bool | realVisibility () const |
Returns whether this layerable is visible, taking the visibility of the layerable parent and the visibility of the layer this layerable is on into account. More... | |
Protected Member Functions | |
virtual void | applyDefaultAntialiasingHint (QCPPainter *painter) const |
virtual void | draw (QCPPainter *painter) |
virtual QSize | minimumSizeHint () const |
Returns the minimum size this layout element (the inner rect) may be compressed to. More... | |
virtual QSize | maximumSizeHint () const |
Returns the maximum size this layout element (the inner rect) may be expanded to. More... | |
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 | mousePressEvent (QMouseEvent *event) |
This event is called, if the mouse was pressed while being inside the outer rect of this layout element. More... | |
virtual void | mouseMoveEvent (QMouseEvent *event) |
This event is called, if the mouse is moved inside the outer rect of this layout element. More... | |
virtual void | mouseReleaseEvent (QMouseEvent *event) |
This event is called, if the mouse was previously pressed inside the outer rect of this layout element and is now released. More... | |
virtual void | mouseDoubleClickEvent (QMouseEvent *event) |
This event is called, if the mouse is double-clicked inside the outer rect of this layout element. More... | |
virtual void | wheelEvent (QWheelEvent *event) |
This event is called, if the mouse wheel is scrolled while the cursor is inside the rect of this layout element. More... | |
virtual void | parentPlotInitialized (QCustomPlot *parentPlot) |
Protected Member Functions inherited from QCPLayerable | |
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 | |
QCPLayout * | mParentLayout |
QSize | mMinimumSize |
QSize | mMaximumSize |
QRect | mRect |
QRect | mOuterRect |
QMargins | mMargins |
QMargins | mMinimumMargins |
QCP::MarginSides | mAutoMargins |
QHash< QCP::MarginSide, QCPMarginGroup * > | mMarginGroups |
Protected Attributes inherited from QCPLayerable | |
bool | mVisible |
QCustomPlot * | mParentPlot |
QPointer< QCPLayerable > | mParentLayerable |
QCPLayer * | mLayer |
bool | mAntialiased |
Additional Inherited Members | |
Public Types inherited from QCPLayoutElement | |
enum | UpdatePhase { upPreparation , upMargins , upLayout } |
Defines the phases of the update process, that happens just before a replot. More... | |
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 2269 of file qcustomplot.h.
|
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 13527 of file qcustomplot.cpp.
|
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 13549 of file qcustomplot.cpp.
|
protectedvirtual |
Reimplemented from QCPLayoutElement.
Definition at line 13645 of file qcustomplot.cpp.
|
protectedvirtual |
Reimplemented from QCPLayerable.
Definition at line 13693 of file qcustomplot.cpp.
|
protectedvirtual |
Reimplemented from QCPLayoutElement.
Definition at line 13651 of file qcustomplot.cpp.
|
inline |
Definition at line 2287 of file qcustomplot.h.
|
protected |
Definition at line 13722 of file qcustomplot.cpp.
|
protected |
Definition at line 13732 of file qcustomplot.cpp.
|
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 13669 of file qcustomplot.cpp.
|
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 13659 of file qcustomplot.cpp.
|
inline |
Definition at line 2291 of file qcustomplot.h.
|
signal |
|
inline |
Definition at line 2292 of file qcustomplot.h.
|
inline |
Definition at line 2289 of file qcustomplot.h.
|
inline |
Definition at line 2290 of file qcustomplot.h.
|
protectedvirtual |
Reimplemented from QCPLayerable.
Definition at line 13679 of file qcustomplot.cpp.
|
signal |
This signal is emitted when the selection state has changed to selected, either by user interaction or by a direct call to setSelected.
|
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 13705 of file qcustomplot.cpp.
void QCPPlotTitle::setFont | ( | const QFont & | font | ) |
Sets the font of the title text.
Definition at line 13578 of file qcustomplot.cpp.
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 13619 of file qcustomplot.cpp.
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 13635 of file qcustomplot.cpp.
void QCPPlotTitle::setSelectedFont | ( | const QFont & | font | ) |
Sets the font of the title text that will be used if the plot title is selected (setSelected).
Definition at line 13598 of file qcustomplot.cpp.
void QCPPlotTitle::setSelectedTextColor | ( | const QColor & | color | ) |
Sets the color of the title text that will be used if the plot title is selected (setSelected).
Definition at line 13608 of file qcustomplot.cpp.
void QCPPlotTitle::setText | ( | const QString & | text | ) |
Sets the text that will be displayed to text.
Multiple lines can be created by insertion of "\n".
Definition at line 13568 of file qcustomplot.cpp.
void QCPPlotTitle::setTextColor | ( | const QColor & | color | ) |
Sets the color of the title text.
Definition at line 13588 of file qcustomplot.cpp.
|
inline |
Definition at line 2286 of file qcustomplot.h.
|
inline |
Definition at line 2288 of file qcustomplot.h.
|
protected |
Definition at line 2313 of file qcustomplot.h.
|
protected |
Definition at line 2318 of file qcustomplot.h.
|
protected |
Definition at line 2318 of file qcustomplot.h.
|
protected |
Definition at line 2315 of file qcustomplot.h.
|
protected |
Definition at line 2316 of file qcustomplot.h.
|
protected |
Definition at line 2312 of file qcustomplot.h.
|
protected |
Definition at line 2317 of file qcustomplot.h.
|
protected |
Definition at line 2314 of file qcustomplot.h.