|
Public Slots |
virtual void | rowClicked (int row) |
Public Member Functions |
| YStatisticTable (int r, int c, QWidget *parent, YStatisticHandler *handler) |
YStatisticHandler * | GetStatisticHandler () const |
virtual void | drawContents (QPainter *p, int cx, int cy, int cw, int ch) |
virtual void | sortColumn (int col, bool ascending=TRUE, bool wholeRows=FALSE) |
virtual void | swapRows (int row1, int row2) |
virtual void | swapColumns (int col1, int col2) |
void | SetVerticalNames (const QStringList &list) |
void | SetHorizontalNames (const QStringList &list) |
void | EnlargeTable () |
| Enlarge table so that it has no scrollbars left.
|
int | GetMaxVerticalHeaderWidth () const |
int | GetMaxColumnWidth () const |
void | SetVerticalHeaderWidth (int w) |
void | SetColumnWidth (int w) |
Private Attributes |
Q_OBJECT YStatisticHandler * | statistichandler |
int | horizontalheaderwidth |
int | columnwidth |
bool | drawinglocked |
bool | sortdirection |