![]() |
KD Chart API Documentation
3.1
|
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 22 of file ChartGraphicsItem.h.
anonymous enum |
Enumerator | |
---|---|
Type |
Definition at line 25 of file ChartGraphicsItem.h.
ChartGraphicsItem::ChartGraphicsItem | ( | ) |
Definition at line 15 of file ChartGraphicsItem.cpp.
ChartGraphicsItem::ChartGraphicsItem | ( | int | row, |
int | column | ||
) |
Definition at line 20 of file ChartGraphicsItem.cpp.
|
inline |
Definition at line 38 of file ChartGraphicsItem.h.
Referenced by KDChart::ReverseMapper::addItem().
|
inline |
Definition at line 34 of file ChartGraphicsItem.h.
Referenced by KDChart::ReverseMapper::addItem().
|
inlineoverride |
Definition at line 42 of file ChartGraphicsItem.h.
References Type.