TChartStore Class
Header: | #include <TChartStore> |
Inherits: | QObject |
Public Functions
TChartStore(QObject *parent = 0) | |
~TChartStore() |
- 31 public functions inherited from QObject
Public Slots
int | colNum(const QString &pKey) const |
QVariant | data(int pRow, int pCol) const |
QVariant | data(int pRow, const QString &pKey) const |
QStringList | dataKeyList() const |
QVariantList | dataList() const |
int | rowCount() const |
void | setDataKeyList(const QStringList &pKeys) |
void | setDataList(const QVariantList &pDataList) |
- 1 public slot inherited from QObject
Additional Inherited Members
- 1 property inherited from QObject
- 2 signals inherited from QObject
- 1 public variable inherited from QObject
- 10 static public members inherited from QObject
- 9 protected functions inherited from QObject
- 2 protected variables inherited from QObject
Detailed Description
Member Function Documentation
TChartStore::TChartStore(QObject *parent = 0)
Default constructs an instance of TChartStore.
TChartStore::~TChartStore()
Destroys the instance of TChartStore.
[slot]
int TChartStore::colNum(const QString &pKey) const
[slot]
QVariant TChartStore::data(int pRow, int pCol) const
[slot]
QVariant TChartStore::data(int pRow, const QString &pKey) const
[slot]
QStringList TChartStore::dataKeyList() const
See also setDataKeyList().
[slot]
QVariantList TChartStore::dataList() const
See also setDataList().
[slot]
int TChartStore::rowCount() const
[slot]
void TChartStore::setDataKeyList(const QStringList &pKeys)
See also dataKeyList().
[slot]
void TChartStore::setDataList(const QVariantList &pDataList)
See also dataList().