The GridBandedTableColumn class - More...
#include <Qtitan>
Inherits GridTableColumn.
GridBandedTableColumn ( GridBandedTableView * view, const QString & caption ) | |
int | bandIndex () const |
bool | isVerSizingEnabled () const |
GridTableBand * | parentBand () const |
int | rowIndex () const |
int | rowSpan () const |
void | setBandIndex ( int index ) |
void | setRowIndex ( int index ) |
void | setRowSpan ( int span ) |
void | setVerSizingEnabled ( bool enabled ) |
GridBandedTableView * | view () const |
virtual GridTableDragColumnObject * | createDragDropColumnObject ( const QPoint & point, GridGraphicPrimitive * graphic ) |
The GridBandedTableColumn class -
See also setBandIndex().
See also setRowIndex().
See also setRowSpan().
See also bandIndex().
See also rowIndex().
See also rowSpan().
See also isVerSizingEnabled().