Analitza
Go to the documentation of this file.
23 #include <QAbstractListModel>
48 DimensionRole = Qt::UserRole+1,
55 virtual Qt::ItemFlags flags(
const QModelIndex & index)
const;
56 virtual QVariant headerData(
int section, Qt::Orientation orientation,
int role)
const;
57 virtual QVariant data(
const QModelIndex & index,
int role = Qt::DisplayRole)
const;
58 virtual bool setData(
const QModelIndex& index,
const QVariant& value,
int role = Qt::EditRole);
59 virtual int rowCount(
const QModelIndex & parent = QModelIndex())
const;
60 virtual int columnCount(
const QModelIndex& parent)
const;
61 virtual bool removeRows(
int row,
int count,
const QModelIndex & parent = QModelIndex());
64 void updatePlot(
int row,
PlotItem* it);
67 QString freeId()
const;
69 QModelIndex indexForName(
const QString& name);
70 Q_SCRIPTABLE
void clear();
72 void setResolution(
int res);
78 QList<PlotItem*> m_items;
85 #endif // PLOTSMODEL_H
Represents a visual item.
Collection of many instances of PlotItem.
#define ANALITZAPLOT_EXPORT
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:35:21 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.