TChartTheme Class
| Header: | #include <TChartTheme> |
| Inherits: | QObject |
Public Functions
| TChartTheme(const QString &pTypeName = "Default", QObject *parent = 0) | |
| ~TChartTheme() |
- 31 public functions inherited from QObject
Public Slots
| QPen | axisAxisPen(TChart::AxisType pType = TChart::AxisNumeric) const |
| QPen | axisBaseLinePen(TChart::AxisType pType = TChart::AxisNumeric) const |
| QBrush | axisEvenGridBrush(TChart::AxisType pType = TChart::AxisNumeric) const |
| QPen | axisGridPen(TChart::AxisType pType = TChart::AxisNumeric) const |
| TChart::Anchor | axisLabelAnchor(TChart::AxisType pType = TChart::AxisNumeric, TChart::Edge pPosition = TChart::EdgeLeft) const |
| int | axisLabelAngle(TChart::AxisType pType = TChart::AxisNumeric) const |
| QFont | axisLabelFont(TChart::AxisType pType = TChart::AxisNumeric) const |
| QPen | axisLabelPen(TChart::AxisType pType = TChart::AxisNumeric) const |
| int | axisLabelToAxis(TChart::AxisType pType = TChart::AxisNumeric) const |
| QBrush | axisOddGridBrush(TChart::AxisType pType = TChart::AxisNumeric) const |
| QPen | axisSpecGridPen(TChart::AxisType pType = TChart::AxisNumeric) const |
| TChart::Anchor | axisSpecLabelAnchor(TChart::AxisType pType = TChart::AxisNumeric, TChart::Edge pPosition = TChart::EdgeLeft) const |
| int | axisSpecLabelAngle(TChart::AxisType pType = TChart::AxisNumeric) const |
| QFont | axisSpecLabelFont(TChart::AxisType pType = TChart::AxisNumeric) const |
| QPen | axisSpecLabelPen(TChart::AxisType pType = TChart::AxisNumeric) const |
| int | axisSpecLabelToAxis(TChart::AxisType pType = TChart::AxisNumeric) const |
| int | axisSpecTickLength(TChart::AxisType pType = TChart::AxisNumeric) const |
| QPen | axisSpecTickPen(TChart::AxisType pType = TChart::AxisNumeric) const |
| QPen | axisSubGridPen(TChart::AxisType pType = TChart::AxisNumeric) const |
| TChart::Anchor | axisSubLabelAnchor(TChart::AxisType pType = TChart::AxisNumeric, TChart::Edge pPosition = TChart::EdgeLeft) const |
| int | axisSubLabelAngle(TChart::AxisType pType = TChart::AxisNumeric) const |
| QFont | axisSubLabelFont(TChart::AxisType pType = TChart::AxisNumeric) const |
| QPen | axisSubLabelPen(TChart::AxisType pType = TChart::AxisNumeric) const |
| int | axisSubLabelToAxis(TChart::AxisType pType = TChart::AxisNumeric) const |
| int | axisSubTickLength(TChart::AxisType pType = TChart::AxisNumeric) const |
| QPen | axisSubTickPen(TChart::AxisType pType = TChart::AxisNumeric) const |
| int | axisTickLength(TChart::AxisType pType = TChart::AxisNumeric) const |
| QPen | axisTickPen(TChart::AxisType pType = TChart::AxisNumeric) const |
| TChart::Anchor | axisTitleAnchor(TChart::AxisType pType = TChart::AxisNumeric, TChart::Edge pPosition = TChart::EdgeLeft) const |
| QFont | axisTitleFont() const |
| QMargins | axisTitleMargin() const |
| QPen | axisTitlePen() const |
| QBrush | chartBackground() const |
| QSize | chartMinSize() const |
| QMargins | chartPadding() const |
| QFont | chartTitleFont() const |
| QMargins | chartTitleMargin() const |
| QPen | chartTitlePen() const |
| TChart::Edge | chartTitlePosition() const |
| QBrush | legendBoxBrush() const |
| QPen | legendBoxPen() const |
| QFont | legendLabelFont() const |
| QPen | legendLabelPen() const |
| QBrush | seriesBrush(int pNum, TChart::SeriesType pType = TChart::SeriesLine) const |
| QFont | seriesLabelFont(int pNum, TChart::SeriesType pType = TChart::SeriesLine) const |
| QPen | seriesLabelPen(int pNum, TChart::SeriesType pType = TChart::SeriesLine) const |
| QPen | seriesMarkPen(int pNum, TChart::SeriesType pType = TChart::SeriesLine) const |
| TChart::Shape | seriesMarkShape(int pNum, TChart::SeriesType pType = TChart::SeriesLine) const |
| QPen | seriesPen(int pNum, TChart::SeriesType pType = TChart::SeriesLine) const |
| void | setTypeName(const QString &pTypeName) |
- 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
TChartTheme::TChartTheme(const QString &pTypeName = "Default", QObject *parent = 0)
Default constructs an instance of TChartTheme.
TChartTheme::~TChartTheme()
Destroys the instance of TChartTheme.