
/*  $DOC$
 *  $TEMPLATE$
 *     Class
 *  $NAME$
 *     QStandardItemModel()
 *  $CATEGORY$
 *     Harbour Bindings for Qt
 *  $SUBCATEGORY$
 *     GUI
 *  $EXTERNALLINK$
 *     http://doc.trolltech.com/4.5/qstandarditemmodel.html
 *  $ONELINER$
 *     Creates a new QStandardItemModel object.
 *  $INHERITS$
 *     QAbstractItemModeL
 *  $SYNTAX$
 *     QStandardItemModel( ... )
 * 
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type QStandardItemModel
 *  $METHODS$
 *     :appendRow( oQStandardItem )                        -> NIL
 *     :clear()                                            -> NIL
 *     :findItems( cText, nFlags, nColumn )                -> oQList_QStandardItem
 *     :horizontalHeaderItem( nColumn )                    -> oQStandardItem
 *     :indexFromItem( oQStandardItem )                    -> oQModelIndex
 *     :insertColumn( nColumn, oQModelIndex )              -> lBool
 *     :insertRow( nRow, oQModelIndex )                    -> lBool
 *     :( nRow, oQStandardItem )                           -> NIL
 *     :invisibleRootItem()                                -> oQStandardItem
 *     :item( nRow, nColumn )                              -> oQStandardItem
 *     :itemFromIndex( oQModelIndex )                      -> oQStandardItem
 *     :setColumnCount( nColumns )                         -> NIL
 *     :setHorizontalHeaderItem( nColumn, oQStandardItem )  -> NIL
 *     :setHorizontalHeaderLabels( oQStringList )          -> NIL
 *     :setItem( nRow, nColumn, oQStandardItem )           -> NIL
 *     :( nRow, oQStandardItem )                           -> NIL
 *     :setItemPrototype( oQStandardItem )                 -> NIL
 *     :setRowCount( nRows )                               -> NIL
 *     :setSortRole( nRole )                               -> NIL
 *     :setVerticalHeaderItem( nRow, oQStandardItem )      -> NIL
 *     :setVerticalHeaderLabels( oQStringList )            -> NIL
 *     :sortRole()                                         -> nInt
 *     :takeColumn( nColumn )                              -> oQList_QStandardItem
 *     :takeHorizontalHeaderItem( nColumn )                -> oQStandardItem
 *     :takeItem( nRow, nColumn )                          -> oQStandardItem
 *     :takeRow( nRow )                                    -> oQList_QStandardItem
 *     :takeVerticalHeaderItem( nRow )                     -> oQStandardItem
 *     :verticalHeaderItem( nRow )                         -> oQStandardItem
 * 
 *  $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$
 */
