kalgebra
graph2dmobile.cpp
Go to the documentation of this file.
86 void Graph2DMobile::addFuncs(const QModelIndex& parent, int start, int end) { updateFunctions(parent, start, end); }
89 void Graph2DMobile::updateFuncs(const QModelIndex& start, const QModelIndex& end) { updateFunctions(QModelIndex(), start.row(), end.row()); }
QSize size() const
void fill(const QColor &color)
void setFlag(GraphicsItemFlag flag, bool enabled)
QSizeF size() const
void update(const QRectF &rect)
QColor fromHsv(int h, int s, int v, int a)
void drawPixmap(const QRectF &target, const QPixmap &pixmap, const QRectF &source)
int row() const
Graph2DMobile(QDeclarativeItem *parent=0)
Definition: graph2dmobile.cpp:31
bool isNull() const
qreal width() const
virtual QRectF boundingRect() const =0
QStringList addFunction(const QString &expression, Analitza::Variables *vars=0)
Definition: graph2dmobile.cpp:106
qreal height() const
virtual void paint(QPainter *p, const QStyleOptionGraphicsItem *options, QWidget *w)
Definition: graph2dmobile.cpp:42
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
qreal scale() const
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:11:49 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:49 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.