Gra zręcznościowa „Straszna Epidemia"  V1.2
Projekt Wizualizacja Danych Sensorycznych Kewin Gałuszka rok akademicki 2019/2020
Dokumentacja klasy QCPAbstractLegendItemabstract

The abstract base class for all entries in a QCPLegend. Więcej...

#include <qcustomplot.h>

Diagram dziedziczenia dla QCPAbstractLegendItem
Diagram współpracy dla QCPAbstractLegendItem:

Sygnały

void selectionChanged (bool selected)
 
void selectableChanged (bool selectable)
 
- Sygnały dziedziczone z QCPLayerable
void layerChanged (QCPLayer *newLayer)
 

Metody publiczne

 QCPAbstractLegendItem (QCPLegend *parent)
 
QCPLegendparentLegend () const
 
QFont font () const
 
QColor textColor () const
 
QFont selectedFont () const
 
QColor selectedTextColor () const
 
bool selectable () const
 
bool selected () const
 
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 Q_DECL_OVERRIDE
 
- Metody publiczne dziedziczone z 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
 
- Metody publiczne dziedziczone z 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
 

Metody chronione

virtual QCP::Interaction selectionCategory () const Q_DECL_OVERRIDE
 
virtual void applyDefaultAntialiasingHint (QCPPainter *painter) const Q_DECL_OVERRIDE
 
virtual QRect clipRect () const Q_DECL_OVERRIDE
 
virtual void draw (QCPPainter *painter) Q_DECL_OVERRIDE=0
 
virtual void selectEvent (QMouseEvent *event, bool additive, const QVariant &details, bool *selectionStateChanged) Q_DECL_OVERRIDE
 
virtual void deselectEvent (bool *selectionStateChanged) Q_DECL_OVERRIDE
 
- Metody chronione dziedziczone z QCPLayoutElement
virtual int calculateAutoMargin (QCP::MarginSide side)
 
virtual void layoutChanged ()
 
virtual void parentPlotInitialized (QCustomPlot *parentPlot) Q_DECL_OVERRIDE
 
- Metody chronione dziedziczone z QCPLayerable
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)
 
virtual void wheelEvent (QWheelEvent *event)
 
void initializeParentPlot (QCustomPlot *parentPlot)
 
void setParentLayerable (QCPLayerable *parentLayerable)
 
bool moveToLayer (QCPLayer *layer, bool prepend)
 
void applyAntialiasingHint (QCPPainter *painter, bool localAntialiased, QCP::AntialiasedElement overrideElement) const
 

Atrybuty chronione

QCPLegendmParentLegend
 
QFont mFont
 
QColor mTextColor
 
QFont mSelectedFont
 
QColor mSelectedTextColor
 
bool mSelectable
 
bool mSelected
 
- Atrybuty chronione dziedziczone z QCPLayoutElement
QCPLayoutmParentLayout
 
QSize mMinimumSize
 
QSize mMaximumSize
 
SizeConstraintRect mSizeConstraintRect
 
QRect mRect
 
QRect mOuterRect
 
QMargins mMargins
 
QMargins mMinimumMargins
 
QCP::MarginSides mAutoMargins
 
QHash< QCP::MarginSide, QCPMarginGroup * > mMarginGroups
 
- Atrybuty chronione dziedziczone z QCPLayerable
bool mVisible
 
QCustomPlotmParentPlot
 
QPointer< QCPLayerablemParentLayerable
 
QCPLayermLayer
 
bool mAntialiased
 

Przyjaciele

class QCPLegend
 

Dodatkowe Dziedziczone Składowe

- Typy publiczne dziedziczone z QCPLayoutElement
enum  UpdatePhase { upPreparation, upMargins, upLayout }
 
enum  SizeConstraintRect { scrInnerRect, scrOuterRect }
 

Opis szczegółowy

The abstract base class for all entries in a QCPLegend.

It defines a very basic interface for entries in a QCPLegend. For representing plottables in the legend, the subclass QCPPlottableLegendItem is more suitable.

Only derive directly from this class when you need absolute freedom (e.g. a custom legend entry that's not even associated with a plottable).

You must implement the following pure virtual functions:

You inherit the following members you may use:

QCPLegend *mParentLegend A pointer to the parent QCPLegend.
QFont mFont The generic font of the item. You should use this font for all or at least the most prominent text of the item.

Definicja w linii 4719 pliku qcustomplot.h.

Dokumentacja konstruktora i destruktora

◆ QCPAbstractLegendItem()

QCPAbstractLegendItem::QCPAbstractLegendItem ( QCPLegend parent)
explicit

Constructs a QCPAbstractLegendItem and associates it with the QCPLegend parent. This does not cause the item to be added to parent, so QCPLegend::addItem must be called separately.

Definicja w linii 18006 pliku qcustomplot.cpp.

Oto graf wywołań dla tej funkcji:

Dokumentacja funkcji składowych

◆ applyDefaultAntialiasingHint()

void QCPAbstractLegendItem::applyDefaultAntialiasingHint ( QCPPainter painter) const
protectedvirtual

Reimplementowana z QCPLayoutElement.

Definicja w linii 18108 pliku qcustomplot.cpp.

Oto graf wywołań dla tej funkcji:

◆ clipRect()

QRect QCPAbstractLegendItem::clipRect ( ) const
protectedvirtual

Reimplementowana z QCPLayerable.

Definicja w linii 18114 pliku qcustomplot.cpp.

◆ deselectEvent()

void QCPAbstractLegendItem::deselectEvent ( bool *  selectionStateChanged)
protectedvirtual

Reimplementowana z QCPLayerable.

Definicja w linii 18134 pliku qcustomplot.cpp.

Oto graf wywołań dla tej funkcji:

◆ draw()

virtual void QCPAbstractLegendItem::draw ( QCPPainter painter)
protectedpure virtual

Reimplementowana z QCPLayoutElement.

Implementowany w QCPPlottableLegendItem.

◆ font()

QFont QCPAbstractLegendItem::font ( ) const
inline

Definicja w linii 4736 pliku qcustomplot.h.

Oto graf wywoływań tej funkcji:

◆ parentLegend()

QCPLegend* QCPAbstractLegendItem::parentLegend ( ) const
inline

Definicja w linii 4735 pliku qcustomplot.h.

◆ selectable()

bool QCPAbstractLegendItem::selectable ( ) const
inline

Definicja w linii 4740 pliku qcustomplot.h.

Oto graf wywoływań tej funkcji:

◆ selectableChanged

void QCPAbstractLegendItem::selectableChanged ( bool  selectable)
signal
Oto graf wywoływań tej funkcji:

◆ selected()

bool QCPAbstractLegendItem::selected ( ) const
inline

Definicja w linii 4741 pliku qcustomplot.h.

Oto graf wywoływań tej funkcji:

◆ selectedFont()

QFont QCPAbstractLegendItem::selectedFont ( ) const
inline

Definicja w linii 4738 pliku qcustomplot.h.

◆ selectedTextColor()

QColor QCPAbstractLegendItem::selectedTextColor ( ) const
inline

Definicja w linii 4739 pliku qcustomplot.h.

◆ selectEvent()

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

Reimplementowana z QCPLayerable.

Definicja w linii 18120 pliku qcustomplot.cpp.

Oto graf wywołań dla tej funkcji:

◆ selectionCategory()

QCP::Interaction QCPAbstractLegendItem::selectionCategory ( ) const
protectedvirtual

Reimplementowana z QCPLayerable.

Definicja w linii 18863 pliku qcustomplot.cpp.

◆ selectionChanged

void QCPAbstractLegendItem::selectionChanged ( bool  selected)
signal

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

Oto graf wywoływań tej funkcji:

◆ selectTest()

double QCPAbstractLegendItem::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.

Reimplementowana z QCPLayoutElement.

Definicja w linii 18094 pliku qcustomplot.cpp.

Oto graf wywołań dla tej funkcji:

◆ setFont()

void QCPAbstractLegendItem::setFont ( const QFont &  font)

Sets the default font of this specific legend item to font.

Zobacz również
setTextColor, QCPLegend::setFont

Definicja w linii 18025 pliku qcustomplot.cpp.

Oto graf wywołań dla tej funkcji:
Oto graf wywoływań tej funkcji:

◆ setSelectable()

void QCPAbstractLegendItem::setSelectable ( bool  selectable)

Sets whether this specific legend item is selectable.

Zobacz również
setSelectedParts, QCustomPlot::setInteractions

Definicja w linii 18067 pliku qcustomplot.cpp.

Oto graf wywołań dla tej funkcji:

◆ setSelected()

void QCPAbstractLegendItem::setSelected ( bool  selected)

Sets whether this specific legend item is selected.

It is possible to set the selection state of this item by calling this function directly, even if setSelectable is set to false.

Zobacz również
setSelectableParts, QCustomPlot::setInteractions

Definicja w linii 18084 pliku qcustomplot.cpp.

Oto graf wywołań dla tej funkcji:
Oto graf wywoływań tej funkcji:

◆ setSelectedFont()

void QCPAbstractLegendItem::setSelectedFont ( const QFont &  font)

When this legend item is selected, font is used to draw generic text, instead of the normal font set with setFont.

Zobacz również
setFont, QCPLegend::setSelectedFont

Definicja w linii 18046 pliku qcustomplot.cpp.

Oto graf wywołań dla tej funkcji:
Oto graf wywoływań tej funkcji:

◆ setSelectedTextColor()

void QCPAbstractLegendItem::setSelectedTextColor ( const QColor &  color)

When this legend item is selected, color is used to draw generic text, instead of the normal color set with setTextColor.

Zobacz również
setTextColor, QCPLegend::setSelectedTextColor

Definicja w linii 18057 pliku qcustomplot.cpp.

Oto graf wywoływań tej funkcji:

◆ setTextColor()

void QCPAbstractLegendItem::setTextColor ( const QColor &  color)

Sets the default text color of this specific legend item to color.

Zobacz również
setFont, QCPLegend::setTextColor

Definicja w linii 18035 pliku qcustomplot.cpp.

Oto graf wywoływań tej funkcji:

◆ textColor()

QColor QCPAbstractLegendItem::textColor ( ) const
inline

Definicja w linii 4737 pliku qcustomplot.h.

Dokumentacja przyjaciół i funkcji związanych

◆ QCPLegend

friend class QCPLegend
friend

Definicja w linii 4779 pliku qcustomplot.h.

Dokumentacja atrybutów składowych

◆ mFont

QFont QCPAbstractLegendItem::mFont
protected

Definicja w linii 4761 pliku qcustomplot.h.

◆ mParentLegend

QCPLegend* QCPAbstractLegendItem::mParentLegend
protected

Definicja w linii 4760 pliku qcustomplot.h.

◆ mSelectable

bool QCPAbstractLegendItem::mSelectable
protected

Definicja w linii 4765 pliku qcustomplot.h.

◆ mSelected

bool QCPAbstractLegendItem::mSelected
protected

Definicja w linii 4765 pliku qcustomplot.h.

◆ mSelectedFont

QFont QCPAbstractLegendItem::mSelectedFont
protected

Definicja w linii 4763 pliku qcustomplot.h.

◆ mSelectedTextColor

QColor QCPAbstractLegendItem::mSelectedTextColor
protected

Definicja w linii 4764 pliku qcustomplot.h.

◆ mTextColor

QColor QCPAbstractLegendItem::mTextColor
protected

Definicja w linii 4762 pliku qcustomplot.h.


Dokumentacja dla tej klasy została wygenerowana z plików: