GridBandedTableColumn Class Reference

(Qtitan::GridBandedTableColumn)

The GridBandedTableColumn class - More...

    #include <Qtitan>

Inherits GridTableColumn.

Public Functions

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

Reimplemented Protected Functions

virtual GridTableDragColumnObject * createDragDropColumnObject ( const QPoint & point, GridGraphicPrimitive * graphic )

Additional Inherited Members

Detailed Description

The GridBandedTableColumn class -

Member Function Documentation

GridBandedTableColumn::GridBandedTableColumn ( GridBandedTableView * view, const QString & caption )

int GridBandedTableColumn::bandIndex () const

See also setBandIndex().

GridTableDragColumnObject * GridBandedTableColumn::createDragDropColumnObject ( const QPoint & point, GridGraphicPrimitive * graphic ) [virtual protected]

bool GridBandedTableColumn::isVerSizingEnabled () const

GridTableBand * GridBandedTableColumn::parentBand () const

int GridBandedTableColumn::rowIndex () const

See also setRowIndex().

int GridBandedTableColumn::rowSpan () const

See also setRowSpan().

void GridBandedTableColumn::setBandIndex ( int index )

See also bandIndex().

void GridBandedTableColumn::setRowIndex ( int index )

See also rowIndex().

void GridBandedTableColumn::setRowSpan ( int span )

See also rowSpan().

void GridBandedTableColumn::setVerSizingEnabled ( bool enabled )

See also isVerSizingEnabled().

GridBandedTableView * GridBandedTableColumn::view () const