|
Defines |
| #define | d d_func() |
Functions |
| const QPair< QPointF, QPointF > | StockDiagram::calculateDataBoundaries () const |
| QBrush | StockDiagram::downTrendCandlestickBrush (int column) const |
| QBrush | StockDiagram::downTrendCandlestickBrush () const |
| QPen | StockDiagram::downTrendCandlestickPen (int column) const |
| QPen | StockDiagram::downTrendCandlestickPen () const |
| void | StockDiagram::init () |
| | Initializes the diagram.
|
| QPen | StockDiagram::lowHighLinePen (int column) const |
| QPen | StockDiagram::lowHighLinePen () const |
| const int | StockDiagram::numberOfAbscissaSegments () const |
| const int | StockDiagram::numberOfOrdinateSegments () const |
| void | StockDiagram::paint (PaintContext *context) |
| void | StockDiagram::resize (const QSizeF &size) |
| void | StockDiagram::setDownTrendCandlestickBrush (int column, const QBrush &brush) |
| void | StockDiagram::setDownTrendCandlestickBrush (const QBrush &brush) |
| void | StockDiagram::setDownTrendCandlestickPen (int column, const QPen &pen) |
| void | StockDiagram::setDownTrendCandlestickPen (const QPen &pen) |
| void | StockDiagram::setLowHighLinePen (int column, const QPen &pen) |
| void | StockDiagram::setLowHighLinePen (const QPen &pen) |
| void | StockDiagram::setStockBarAttributes (int column, const StockBarAttributes &attr) |
| void | StockDiagram::setStockBarAttributes (const StockBarAttributes &attr) |
| void | StockDiagram::setThreeDBarAttributes (int column, const ThreeDBarAttributes &attr) |
| | Sets the 3D attributes for the bar (i.e.
|
| void | StockDiagram::setThreeDBarAttributes (const ThreeDBarAttributes &attr) |
| | Sets the 3D attributes for all bars (i.e.
|
| void | StockDiagram::setType (Type type) |
| | Switches between the supported types of stock charts, depending on type.
|
| void | StockDiagram::setUpTrendCandlestickBrush (int column, const QBrush &brush) |
| void | StockDiagram::setUpTrendCandlestickBrush (const QBrush &brush) |
| void | StockDiagram::setUpTrendCandlestickPen (int column, const QPen &pen) |
| void | StockDiagram::setUpTrendCandlestickPen (const QPen &pen) |
| StockBarAttributes | StockDiagram::stockBarAttributes (int column) const |
| StockBarAttributes | StockDiagram::stockBarAttributes () const |
| | StockDiagram::StockDiagram (QWidget *parent, CartesianCoordinatePlane *plane) |
| ThreeDBarAttributes | StockDiagram::threeDBarAttributes (int column) const |
| | Returns the 3D attributes for a bars (i.e.
|
| ThreeDBarAttributes | StockDiagram::threeDBarAttributes () const |
| | Returns the 3D attributes for all bars (i.e.
|
| double | StockDiagram::threeDItemDepth (const QModelIndex &index) const |
| double | StockDiagram::threeDItemDepth (int column) const |
| StockDiagram::Type | StockDiagram::type () const |
| | - Returns:
- the type of this diagram
|
| QBrush | StockDiagram::upTrendCandlestickBrush (int column) const |
| QBrush | StockDiagram::upTrendCandlestickBrush () const |
| QPen | StockDiagram::upTrendCandlestickPen (int column) const |
| QPen | StockDiagram::upTrendCandlestickPen () const |
| | StockDiagram::~StockDiagram () |