This structure represents a data item in the original data of the centralWidget. More...
#include <StackedGraph.h>
Public Attributes | |
int | i |
the position of the data item in data | |
int | j |
the position of the data item part in data (just used while sorting) | |
QGraphicsItem * | item |
the pointer to the QGraphicsItem which represents this data item |
This structure represents a data item in the original data of the centralWidget.
it is used for sorting.
int TempData::i |
the position of the data item in data
QGraphicsItem* TempData::item |
the pointer to the QGraphicsItem which represents this data item
int TempData::j |
the position of the data item part in data (just used while sorting)