GridBandedTableViewOptions Class Reference

(Qtitan::GridBandedTableViewOptions)

The GridBandedTableViewOptions class - More...

    #include <Qtitan>

Inherits GridTableViewOptions.

Public Functions

const QFont & bandFont () const
bool bandHeaderHints () const
int bandHeight () const
const QPen & bandPen () const
bool bandsHeader () const
bool bandsQuickCustomization () const
int bandsQuickCustomizationMaxDropDownCount () const
bool changeColumnRowOnMoving () const
bool changeNestedBandOnMoving () const
bool isBandHidingEnabled () const
bool isBandHorSizingEnabled () const
bool isBandMovingEnabled () const
bool isColumnVerSizingEnabled () const
void setBandFont ( const QFont & font )
void setBandHeaderHints ( bool headerHints )
void setBandHeight ( int height )
void setBandHidingEnabled ( bool enabled )
void setBandHorSizingEnabled ( bool enabled )
void setBandMovingEnabled ( bool enabled )
void setBandPen ( const QPen & pen )
void setBandsHeader ( bool bandsHeader )
void setBandsQuickCustomization ( bool quickCustomization )
void setBandsQuickCustomizationMaxDropDownCount ( int dropDownCount )
void setChangeColumnRowOnMoving ( bool changeColumnRowOnMoving )
void setChangeNestedBandOnMoving ( bool changeNestedBandOnMoving )
void setColumnVerSizingEnabled ( bool enabled )

Protected Functions

GridBandedTableViewOptions ( GridBandedTableView * view )

Additional Inherited Members

  • 1 property inherited from QObject
  • 1 public slot inherited from QObject
  • 1 signal inherited from QObject
  • 1 public variable inherited from QObject
  • 4 static public members inherited from QObject
  • 2 protected variables inherited from QObject

Detailed Description

The GridBandedTableViewOptions class -

Member Function Documentation

GridBandedTableViewOptions::GridBandedTableViewOptions ( GridBandedTableView * view ) [protected]

const QFont & GridBandedTableViewOptions::bandFont () const

See also setBandFont().

bool GridBandedTableViewOptions::bandHeaderHints () const

See also setBandHeaderHints().

int GridBandedTableViewOptions::bandHeight () const

See also setBandHeight().

const QPen & GridBandedTableViewOptions::bandPen () const

See also setBandPen().

bool GridBandedTableViewOptions::bandsHeader () const

See also setBandsHeader().

bool GridBandedTableViewOptions::bandsQuickCustomization () const

See also setBandsQuickCustomization().

int GridBandedTableViewOptions::bandsQuickCustomizationMaxDropDownCount () const

See also setBandsQuickCustomizationMaxDropDownCount().

bool GridBandedTableViewOptions::changeColumnRowOnMoving () const

See also setChangeColumnRowOnMoving().

bool GridBandedTableViewOptions::changeNestedBandOnMoving () const

See also setChangeNestedBandOnMoving().

bool GridBandedTableViewOptions::isBandHidingEnabled () const

bool GridBandedTableViewOptions::isBandHorSizingEnabled () const

bool GridBandedTableViewOptions::isBandMovingEnabled () const

bool GridBandedTableViewOptions::isColumnVerSizingEnabled () const

void GridBandedTableViewOptions::setBandFont ( const QFont & font )

See also bandFont().

void GridBandedTableViewOptions::setBandHeaderHints ( bool headerHints )

See also bandHeaderHints().

void GridBandedTableViewOptions::setBandHeight ( int height )

See also bandHeight().

void GridBandedTableViewOptions::setBandHidingEnabled ( bool enabled )

See also isBandHidingEnabled().

void GridBandedTableViewOptions::setBandHorSizingEnabled ( bool enabled )

See also isBandHorSizingEnabled().

void GridBandedTableViewOptions::setBandMovingEnabled ( bool enabled )

See also isBandMovingEnabled().

void GridBandedTableViewOptions::setBandPen ( const QPen & pen )

See also bandPen().

void GridBandedTableViewOptions::setBandsHeader ( bool bandsHeader )

See also bandsHeader().

void GridBandedTableViewOptions::setBandsQuickCustomization ( bool quickCustomization )

See also bandsQuickCustomization().

void GridBandedTableViewOptions::setBandsQuickCustomizationMaxDropDownCount ( int dropDownCount )

See also bandsQuickCustomizationMaxDropDownCount().

void GridBandedTableViewOptions::setChangeColumnRowOnMoving ( bool changeColumnRowOnMoving )

See also changeColumnRowOnMoving().

void GridBandedTableViewOptions::setChangeNestedBandOnMoving ( bool changeNestedBandOnMoving )

See also changeNestedBandOnMoving().

void GridBandedTableViewOptions::setColumnVerSizingEnabled ( bool enabled )

See also isColumnVerSizingEnabled().