
/*  $DOC$
 *  $TEMPLATE$
 *     Class
 *  $NAME$
 *     QHeaderView()
 *  $CATEGORY$
 *     Harbour Bindings for Qt
 *  $SUBCATEGORY$
 *     GUI
 *  $EXTERNALLINK$
 *     http://doc.trolltech.com/4.5/qheaderview.html
 *  $ONELINER$
 *     Creates a new QHeaderView object.
 *  $INHERITS$
 *     QAbstractItemView
 *  $SYNTAX$
 *     QHeaderView( ... )
 * 
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type QHeaderView
 *  $METHODS$
 *     :cascadingSectionResizes()                          -> lBool
 *     :count()                                            -> nInt
 *     :defaultAlignment()                                 -> nQt_Alignment
 *     :defaultSectionSize()                               -> nInt
 *     :hiddenSectionCount()                               -> nInt
 *     :hideSection( nLogicalIndex )                       -> NIL
 *     :highlightSections()                                -> lBool
 *     :isClickable()                                      -> lBool
 *     :isMovable()                                        -> lBool
 *     :isSectionHidden( nLogicalIndex )                   -> lBool
 *     :isSortIndicatorShown()                             -> lBool
 *     :length()                                           -> nInt
 *     :logicalIndex( nVisualIndex )                       -> nInt
 *     :logicalIndexAt( nPosition )                        -> nInt
 *     :( nX, nY )                                         -> nInt
 *     :( oQPoint )                                        -> nInt
 *     :minimumSectionSize()                               -> nInt
 *     :moveSection( nFrom, nTo )                          -> NIL
 *     :offset()                                           -> nInt
 *     :orientation()                                      -> nQt_Orientation
 *     :resizeMode( nLogicalIndex )                        -> nResizeMode
 *     :resizeSection( nLogicalIndex, nSize )              -> NIL
 *     :resizeSections( nMode )                            -> NIL
 *     :restoreState( oQByteArray )                        -> lBool
 *     :saveState()                                        -> oQByteArray
 *     :sectionPosition( nLogicalIndex )                   -> nInt
 *     :sectionSize( nLogicalIndex )                       -> nInt
 *     :sectionSizeHint( nLogicalIndex )                   -> nInt
 *     :sectionViewportPosition( nLogicalIndex )           -> nInt
 *     :sectionsHidden()                                   -> lBool
 *     :sectionsMoved()                                    -> lBool
 *     :setCascadingSectionResizes( lEnable )              -> NIL
 *     :setClickable( lClickable )                         -> NIL
 *     :setDefaultAlignment( nAlignment )                  -> NIL
 *     :setDefaultSectionSize( nSize )                     -> NIL
 *     :setHighlightSections( lHighlight )                 -> NIL
 *     :setMinimumSectionSize( nSize )                     -> NIL
 *     :setMovable( lMovable )                             -> NIL
 *     :setResizeMode( nMode )                             -> NIL
 *     :( nLogicalIndex, nMode )                           -> NIL
 *     :setSectionHidden( nLogicalIndex, lHide )           -> NIL
 *     :setSortIndicator( nLogicalIndex, nOrder )          -> NIL
 *     :setSortIndicatorShown( lShow )                     -> NIL
 *     :setStretchLastSection( lStretch )                  -> NIL
 *     :showSection( nLogicalIndex )                       -> NIL
 *     :sizeHint()                                         -> oQSize
 *     :sortIndicatorOrder()                               -> nQt_SortOrder
 *     :sortIndicatorSection()                             -> nInt
 *     :stretchLastSection()                               -> lBool
 *     :stretchSectionCount()                              -> nInt
 *     :swapSections( nFirst, nSecond )                    -> NIL
 *     :visualIndex( nLogicalIndex )                       -> nInt
 *     :visualIndexAt( nPosition )                         -> nInt
 *     :headerDataChanged( nOrientation, nLogicalFirst, nLogicalLast )  -> NIL
 *     :setOffset( nOffset )                               -> NIL
 *     :setOffsetToLastSection()                           -> NIL
 *     :setOffsetToSectionPosition( nVisualIndex )         -> NIL
 * 
 *  $DESCRIPTION$
 * 
 *  $EXAMPLES$
 * 
 *  $TESTS$
 * 
 *  $STATUS$
 *     R
 *  $COMPLIANCE$
 *     Not Clipper compatible
 *  $PLATFORMS$
 *     Windows, Linux, Mac OS X, OS/2
 *  $VERSION$
 *     4.5 or upper
 *  $FILES$
 *     Library: hbqtgui
 *  $END$
 */
