![]() |
KD Chart 2
[rev.2.8]
|
Graphics item used inside of the ReverseMapper. More...
#include <ChartGraphicsItem.h>


Public Types | |
| enum | { Type = UserType + 1 } |
Public Member Functions | |
| ChartGraphicsItem () | |
| ChartGraphicsItem (int row, int column) | |
| int | column () const |
| int | row () const |
| int | type () const override |
Graphics item used inside of the ReverseMapper.
Definition at line 34 of file ChartGraphicsItem.h.
| anonymous enum |
| Enumerator | |
|---|---|
| Type | |
Definition at line 37 of file ChartGraphicsItem.h.
| ChartGraphicsItem::ChartGraphicsItem | ( | ) |
Definition at line 27 of file ChartGraphicsItem.cpp.
| ChartGraphicsItem::ChartGraphicsItem | ( | int | row, |
| int | column | ||
| ) |
Definition at line 34 of file ChartGraphicsItem.cpp.
| int KDChart::ChartGraphicsItem::column | ( | ) | const |
Definition at line 44 of file ChartGraphicsItem.h.
Referenced by KDChart::ReverseMapper::addItem(), KDChart::ReverseMapper::indexesAt(), and KDChart::ReverseMapper::indexesIn().
| int KDChart::ChartGraphicsItem::row | ( | ) | const |
Definition at line 43 of file ChartGraphicsItem.h.
Referenced by KDChart::ReverseMapper::addItem(), KDChart::ReverseMapper::indexesAt(), and KDChart::ReverseMapper::indexesIn().
|
override |
Definition at line 45 of file ChartGraphicsItem.h.
References Type.