Analitza
Analitza::PlotItem Class Referenceabstract
#include <plotitem.h>
Inheritance diagram for Analitza::PlotItem:
Public Member Functions | |
PlotItem (const QString &name, const QColor &col) | |
virtual | ~PlotItem () |
void | addTags (const QSet< QString > &tag) |
void | clearTags () |
QColor | color () const |
virtual CoordinateSystem | coordinateSystem () const =0 |
virtual QString | display () const =0 |
virtual const Analitza::Expression & | expression () const =0 |
virtual QString | iconName () const =0 |
bool | isVisible () const |
QString | name () const |
void | setColor (const QColor &newColor) |
void | setName (const QString &newName) |
void | setVisible (bool v) |
virtual Dimension | spaceDimension () const =0 |
QSet< QString > | tags () const |
virtual QString | typeName () const =0 |
virtual Analitza::Variables * | variables () const =0 |
Protected Member Functions | |
void | emitDataChanged () |
void | setModel (PlotsModel *m) |
Detailed Description
Represents a visual item.
This class containes common properties of any plot object.
Definition at line 45 of file plotitem.h.
Constructor & Destructor Documentation
|
virtual |
Member Function Documentation
void Analitza::PlotItem::clearTags | ( | ) |
|
inline |
Definition at line 62 of file plotitem.h.
|
pure virtual |
Implemented in Analitza::FunctionGraph.
|
pure virtual |
Implemented in Analitza::FunctionGraph.
|
protected |
|
pure virtual |
Implemented in Analitza::FunctionGraph.
|
pure virtual |
Implemented in Analitza::FunctionGraph.
|
inline |
Definition at line 65 of file plotitem.h.
|
inline |
Definition at line 60 of file plotitem.h.
void Analitza::PlotItem::setColor | ( | const QColor & | newColor | ) |
|
protected |
void Analitza::PlotItem::setName | ( | const QString & | newName | ) |
void Analitza::PlotItem::setVisible | ( | bool | v | ) |
|
pure virtual |
Implemented in Analitza::FunctionGraph.
|
pure virtual |
Implemented in Analitza::FunctionGraph.
|
pure virtual |
Implemented in Analitza::FunctionGraph.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:11:37 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:11:37 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.