The GridTableBand class - More...
#include <Qtitan>
Inherits GridTableColumnBase.
GridTableBand ( GridBandedTableView * view, const QString & caption ) | |
void | addNestedBand ( GridTableBand * band ) |
void | addNestedColumn ( GridBandedTableColumn * column ) |
int | bandIndex () const |
virtual GridBandedTableColumn * | getNextColumn ( const GridBandedTableColumn * anchor ) |
virtual GridBandedTableColumn * | getPrevColumn ( const GridBandedTableColumn * anchor ) |
bool | isBottomBand () const |
bool | isDescendant ( GridTableBand * band ) const |
bool | isRootBand () const |
int | levelCount () const |
GridTableBand * | parentBand () const |
int | removeNestedBand ( GridTableBand * band ) |
void | removeNestedColumn ( GridBandedTableColumn * column ) |
void | setBandIndex ( int index ) |
GridBandedTableView * | view () const |
virtual void | click ( QMouseEvent * e ) |
virtual GridTableDragColumnObject * | createDragDropColumnObject ( const QPoint & point, GridGraphicPrimitive * graphic ) |
virtual void | ensureWidth () |
virtual void | initStyleOption ( QStyleOptionHeader & styleOption ) |
virtual bool | needHeaderHints () const |
The GridTableBand class -
See also setBandIndex().
See also bandIndex().