| CLASS REFERENCE |
| Source: /harbour/contrib/hbqt/TQHeaderView.prg |
| http://doc.trolltech.com/4.5/qheaderview.htm |
| oHeaderView : cascadingSectionResizes() | lBool |
| oHeaderView : count() | nInt |
| oHeaderView : defaultAlignment() | nQt::Alignment |
| oHeaderView : defaultSectionSize() | nInt |
| oHeaderView : hiddenSectionCount() | nInt |
| oHeaderView : hideSection( nLogicalIndex ) | NIL |
| oHeaderView : highlightSections() | lBool |
| oHeaderView : isClickable() | lBool |
| oHeaderView : isMovable() | lBool |
| oHeaderView : isSectionHidden( nLogicalIndex ) | lBool |
| oHeaderView : isSortIndicatorShown() | lBool |
| oHeaderView : length() | nInt |
| oHeaderView : logicalIndex( nVisualIndex ) | nInt |
| oHeaderView : logicalIndexAt( nPosition ) | nInt |
| oHeaderView : logicalIndexAt_1( nX, nY ) | nInt |
| oHeaderView : logicalIndexAt_2( pPos ) | nInt |
| oHeaderView : minimumSectionSize() | nInt |
| oHeaderView : moveSection( nFrom, nTo ) | NIL |
| oHeaderView : offset() | nInt |
| oHeaderView : orientation() | nQt::Orientation |
| oHeaderView : resizeMode( nLogicalIndex ) | nResizeMode |
| oHeaderView : resizeSection( nLogicalIndex, nSize ) | NIL |
| oHeaderView : resizeSections( nMode ) | NIL |
| oHeaderView : restoreState( pState ) | lBool |
| oHeaderView : saveState() | pQByteArray |
| oHeaderView : sectionPosition( nLogicalIndex ) | nInt |
| oHeaderView : sectionSize( nLogicalIndex ) | nInt |
| oHeaderView : sectionSizeHint( nLogicalIndex ) | nInt |
| oHeaderView : sectionViewportPosition( nLogicalIndex ) | nInt |
| oHeaderView : sectionsHidden() | lBool |
| oHeaderView : sectionsMoved() | lBool |
| oHeaderView : setCascadingSectionResizes( lEnable ) | NIL |
| oHeaderView : setClickable( lClickable ) | NIL |
| oHeaderView : setDefaultAlignment( nAlignment ) | NIL |
| oHeaderView : setDefaultSectionSize( nSize ) | NIL |
| oHeaderView : setHighlightSections( lHighlight ) | NIL |
| oHeaderView : setMinimumSectionSize( nSize ) | NIL |
| oHeaderView : setMovable( lMovable ) | NIL |
| oHeaderView : setResizeMode( nMode ) | NIL |
| oHeaderView : setResizeMode_1( nLogicalIndex, nMode ) | NIL |
| oHeaderView : setSectionHidden( nLogicalIndex, lHide ) | NIL |
| oHeaderView : setSortIndicator( nLogicalIndex, nOrder ) | NIL |
| oHeaderView : setSortIndicatorShown( lShow ) | NIL |
| oHeaderView : setStretchLastSection( lStretch ) | NIL |
| oHeaderView : showSection( nLogicalIndex ) | NIL |
| oHeaderView : sizeHint() | pQSize |
| oHeaderView : sortIndicatorOrder() | nQt::SortOrder |
| oHeaderView : sortIndicatorSection() | nInt |
| oHeaderView : stretchLastSection() | lBool |
| oHeaderView : stretchSectionCount() | nInt |
| oHeaderView : swapSections( nFirst, nSecond ) | NIL |
| oHeaderView : visualIndex( nLogicalIndex ) | nInt |
| oHeaderView : visualIndexAt( nPosition ) | nInt |
| oHeaderView : headerDataChanged( nOrientation, nLogicalFirst, nLogicalLast ) | NIL |
| oHeaderView : setOffset( nOffset ) | NIL |
| oHeaderView : setOffsetToLastSection() | NIL |
| oHeaderView : setOffsetToSectionPosition( nVisualIndex ) | NIL |
| FUNCTIONS REFERENCE |
| Source: /harbour/contrib/hbqt/QHeaderView.cpp |
| Qt_QHeaderView_cascadingSectionResizes( pQHeaderView ) | lBool |
| Qt_QHeaderView_count( pQHeaderView ) | nInt |
| Qt_QHeaderView_defaultAlignment( pQHeaderView ) | nQt::Alignment |
| Qt_QHeaderView_defaultSectionSize( pQHeaderView ) | nInt |
| Qt_QHeaderView_hiddenSectionCount( pQHeaderView ) | nInt |
| Qt_QHeaderView_hideSection( pQHeaderView, nLogicalIndex ) | NIL |
| Qt_QHeaderView_highlightSections( pQHeaderView ) | lBool |
| Qt_QHeaderView_isClickable( pQHeaderView ) | lBool |
| Qt_QHeaderView_isMovable( pQHeaderView ) | lBool |
| Qt_QHeaderView_isSectionHidden( pQHeaderView, nLogicalIndex ) | lBool |
| Qt_QHeaderView_isSortIndicatorShown( pQHeaderView ) | lBool |
| Qt_QHeaderView_length( pQHeaderView ) | nInt |
| Qt_QHeaderView_logicalIndex( pQHeaderView, nVisualIndex ) | nInt |
| Qt_QHeaderView_logicalIndexAt( pQHeaderView, nPosition ) | nInt |
| Qt_QHeaderView_logicalIndexAt_1( pQHeaderView, nX, nY ) | nInt |
| Qt_QHeaderView_logicalIndexAt_2( pQHeaderView, pPos ) | nInt |
| Qt_QHeaderView_minimumSectionSize( pQHeaderView ) | nInt |
| Qt_QHeaderView_moveSection( pQHeaderView, nFrom, nTo ) | NIL |
| Qt_QHeaderView_offset( pQHeaderView ) | nInt |
| Qt_QHeaderView_orientation( pQHeaderView ) | nQt::Orientation |
| Qt_QHeaderView_resizeMode( pQHeaderView, nLogicalIndex ) | nResizeMode |
| Qt_QHeaderView_resizeSection( pQHeaderView, nLogicalIndex, nSize ) | NIL |
| Qt_QHeaderView_resizeSections( pQHeaderView, nMode ) | NIL |
| Qt_QHeaderView_restoreState( pQHeaderView, pState ) | lBool |
| Qt_QHeaderView_saveState( pQHeaderView ) | pQByteArray |
| Qt_QHeaderView_sectionPosition( pQHeaderView, nLogicalIndex ) | nInt |
| Qt_QHeaderView_sectionSize( pQHeaderView, nLogicalIndex ) | nInt |
| Qt_QHeaderView_sectionSizeHint( pQHeaderView, nLogicalIndex ) | nInt |
| Qt_QHeaderView_sectionViewportPosition( pQHeaderView, nLogicalIndex ) | nInt |
| Qt_QHeaderView_sectionsHidden( pQHeaderView ) | lBool |
| Qt_QHeaderView_sectionsMoved( pQHeaderView ) | lBool |
| Qt_QHeaderView_setCascadingSectionResizes( pQHeaderView, lEnable ) | NIL |
| Qt_QHeaderView_setClickable( pQHeaderView, lClickable ) | NIL |
| Qt_QHeaderView_setDefaultAlignment( pQHeaderView, nAlignment ) | NIL |
| Qt_QHeaderView_setDefaultSectionSize( pQHeaderView, nSize ) | NIL |
| Qt_QHeaderView_setHighlightSections( pQHeaderView, lHighlight ) | NIL |
| Qt_QHeaderView_setMinimumSectionSize( pQHeaderView, nSize ) | NIL |
| Qt_QHeaderView_setMovable( pQHeaderView, lMovable ) | NIL |
| Qt_QHeaderView_setResizeMode( pQHeaderView, nMode ) | NIL |
| Qt_QHeaderView_setResizeMode_1( pQHeaderView, nLogicalIndex, nMode ) | NIL |
| Qt_QHeaderView_setSectionHidden( pQHeaderView, nLogicalIndex, lHide ) | NIL |
| Qt_QHeaderView_setSortIndicator( pQHeaderView, nLogicalIndex, nOrder ) | NIL |
| Qt_QHeaderView_setSortIndicatorShown( pQHeaderView, lShow ) | NIL |
| Qt_QHeaderView_setStretchLastSection( pQHeaderView, lStretch ) | NIL |
| Qt_QHeaderView_showSection( pQHeaderView, nLogicalIndex ) | NIL |
| Qt_QHeaderView_sizeHint( pQHeaderView ) | pQSize |
| Qt_QHeaderView_sortIndicatorOrder( pQHeaderView ) | nQt::SortOrder |
| Qt_QHeaderView_sortIndicatorSection( pQHeaderView ) | nInt |
| Qt_QHeaderView_stretchLastSection( pQHeaderView ) | lBool |
| Qt_QHeaderView_stretchSectionCount( pQHeaderView ) | nInt |
| Qt_QHeaderView_swapSections( pQHeaderView, nFirst, nSecond ) | NIL |
| Qt_QHeaderView_visualIndex( pQHeaderView, nLogicalIndex ) | nInt |
| Qt_QHeaderView_visualIndexAt( pQHeaderView, nPosition ) | nInt |
| Qt_QHeaderView_headerDataChanged( pQHeaderView, nOrientation, nLogicalFirst, nLogicalLast ) | NIL |
| Qt_QHeaderView_setOffset( pQHeaderView, nOffset ) | NIL |
| Qt_QHeaderView_setOffsetToLastSection( pQHeaderView ) | NIL |
| Qt_QHeaderView_setOffsetToSectionPosition( pQHeaderView, nVisualIndex ) | NIL |