TChartSeriesCartesian Class
| Header: | #include <TChartSeriesCartesian> |
| Inherits: | TChartSeries |
| Inherited By: |
Public Functions
| TChartSeriesCartesian(QObject *parent = 0) | |
| ~TChartSeriesCartesian() |
Reimplemented Public Functions
| virtual QList<TChartDrawItem> | getDrawItems() |
- 1 public function inherited from TChartSeries
- 31 public functions inherited from QObject
Public Slots
| QList<TChartXyItem> | getXyItems(bool *oColored = 0, bool *oStacked = 0, double *oZeroY = 0) |
| QList<TChartXyItem> | getXyItemsV2(bool *oColored = 0, bool *oStacked = 0, double *oZeroY = 0) |
- 74 public slots inherited from TChartSeries
- 1 public slot inherited from QObject
Protected Functions
| TChartSeriesCartesian(TChartSeriesCartesianPrivate &dd, QObject *parent = 0) |
- 2 protected functions inherited from TChartSeries
- 9 protected functions 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
- 2 protected variables inherited from QObject
Detailed Description
Member Function Documentation
TChartSeriesCartesian::TChartSeriesCartesian(QObject *parent = 0)
Default constructs an instance of TChartSeriesCartesian.
[protected] TChartSeriesCartesian::TChartSeriesCartesian(TChartSeriesCartesianPrivate &dd, QObject *parent = 0)
Copy constructor.
TChartSeriesCartesian::~TChartSeriesCartesian()
Destroys the instance of TChartSeriesCartesian.