
/*  $DOC$
 *  $TEMPLATE$
 *     Class
 *  $NAME$
 *     QStandardItem()
 *  $CATEGORY$
 *     Harbour Bindings for Qt
 *  $SUBCATEGORY$
 *     GUI
 *  $EXTERNALLINK$
 *     http://doc.trolltech.com/4.5/qstandarditem.html
 *  $ONELINER$
 *     Creates a new QStandardItem object.
 *  $INHERITS$
 * 
 *  $SYNTAX$
 *     QStandardItem( ... )
 * 
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type QStandardItem
 *  $METHODS$
 *     :accessibleDescription()                            -> cQString
 *     :accessibleText()                                   -> cQString
 *     :appendRow( oQStandardItem )                        -> NIL
 *     :background()                                       -> oQBrush
 *     :checkState()                                       -> nQt_CheckState
 *     :child( nRow, nColumn )                             -> oQStandardItem
 *     :clone()                                            -> oQStandardItem
 *     :column()                                           -> nInt
 *     :columnCount()                                      -> nInt
 *     :data( nRole )                                      -> oQVariant
 *     :flags()                                            -> nQt_ItemFlags
 *     :font()                                             -> oQFont
 *     :foreground()                                       -> oQBrush
 *     :hasChildren()                                      -> lBool
 *     :icon()                                             -> oQIcon
 *     :index()                                            -> oQModelIndex
 *     :insertColumns( nColumn, nCount )                   -> NIL
 *     :insertRow( nRow, oQStandardItem )                  -> NIL
 *     :insertRows( nRow, nCount )                         -> NIL
 *     :isCheckable()                                      -> lBool
 *     :isDragEnabled()                                    -> lBool
 *     :isDropEnabled()                                    -> lBool
 *     :isEditable()                                       -> lBool
 *     :isEnabled()                                        -> lBool
 *     :isSelectable()                                     -> lBool
 *     :isTristate()                                       -> lBool
 *     :model()                                            -> oQStandardItemModel
 *     :parent()                                           -> oQStandardItem
 *     :read( oQDataStream )                               -> NIL
 *     :removeColumn( nColumn )                            -> NIL
 *     :removeColumns( nColumn, nCount )                   -> NIL
 *     :removeRow( nRow )                                  -> NIL
 *     :removeRows( nRow, nCount )                         -> NIL
 *     :row()                                              -> nInt
 *     :rowCount()                                         -> nInt
 *     :setAccessibleDescription( cAccessibleDescription )  -> NIL
 *     :setAccessibleText( cAccessibleText )               -> NIL
 *     :setBackground( oQBrush )                           -> NIL
 *     :setCheckState( nState )                            -> NIL
 *     :setCheckable( lCheckable )                         -> NIL
 *     :setChild( nRow, nColumn, oQStandardItem )          -> NIL
 *     :( nRow, oQStandardItem )                           -> NIL
 *     :setColumnCount( nColumns )                         -> NIL
 *     :setData( oQVariant, nRole )                        -> NIL
 *     :setDragEnabled( lDragEnabled )                     -> NIL
 *     :setDropEnabled( lDropEnabled )                     -> NIL
 *     :setEditable( lEditable )                           -> NIL
 *     :setEnabled( lEnabled )                             -> NIL
 *     :setFlags( nFlags )                                 -> NIL
 *     :setFont( oQFont )                                  -> NIL
 *     :setForeground( oQBrush )                           -> NIL
 *     :setIcon( coQIcon )                                 -> NIL
 *     :setRowCount( nRows )                               -> NIL
 *     :setSelectable( lSelectable )                       -> NIL
 *     :setSizeHint( oQSize )                              -> NIL
 *     :setStatusTip( cStatusTip )                         -> NIL
 *     :setText( cText )                                   -> NIL
 *     :setTextAlignment( nAlignment )                     -> NIL
 *     :setToolTip( cToolTip )                             -> NIL
 *     :setTristate( lTristate )                           -> NIL
 *     :setWhatsThis( cWhatsThis )                         -> NIL
 *     :sizeHint()                                         -> oQSize
 *     :sortChildren( nColumn, nOrder )                    -> NIL
 *     :statusTip()                                        -> cQString
 *     :takeChild( nRow, nColumn )                         -> oQStandardItem
 *     :takeColumn( nColumn )                              -> oQList_QStandardItem
 *     :takeRow( nRow )                                    -> oQList_QStandardItem
 *     :text()                                             -> cQString
 *     :textAlignment()                                    -> nQt_Alignment
 *     :toolTip()                                          -> cQString
 *     :type()                                             -> nInt
 *     :whatsThis()                                        -> cQString
 *     :write( oQDataStream )                              -> 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$
 */
