/*
 *  hbQTgen v1.0 - Harbour Callable Wrappers Generator for Qt v4.5.3+
 *  Please do not modify this document as it is subject to change in future.
 *  Pritpal Bedi <bedipritpal@hotmail.com>
 */

/*  $DOC$
    $TEMPLATE$
        Class
    $NAME$
        QVariant()
    $CATEGORY$
        Harbour Bindings for Qt
    $SUBCATEGORY$
        GUI
    $EXTERNALLINK$
        http://doc.trolltech.com/4.5/qvariant.html
    $ONELINER$
        Creates a new QVariant object.
    $INHERITS$

    $SYNTAX$
        QVariant():new( ... )
        QVariant():from( pPtr_OR_oObj_of_type_QVariant )
        QVariant():configure( pPtr_OR_oObj_of_type_QVariant )
    $ARGUMENTS$

    $RETURNS$
        An instance of the object of type QVariant
    $METHODS$
        :canConvert( nT )                                   -> lBool
        :canConvert_1( nT )                                 -> lBool
        :clear()                                            -> NIL
        :convert( nT )                                      -> lBool
        :isNull()                                           -> lBool
        :isValid()                                          -> lBool
        :setValue( xValue )                                 -> NIL
        :toBitArray()                                       -> pQBitArray
        :toBool()                                           -> lBool
        :toByteArray()                                      -> pQByteArray
        :toChar()                                           -> pQChar
        :toDate()                                           -> pQDate
        :toDateTime()                                       -> pQDateTime
        :toDouble( @lOk )                                   -> nDouble
        :toInt( @lOk )                                      -> nInt
        :toLine()                                           -> pQLine
        :toLineF()                                          -> pQLineF
        :toLocale()                                         -> pQLocale
        :toLongLong( @lOk )                                 -> nQlonglong
        :toPoint()                                          -> pQPoint
        :toPointF()                                         -> pQPointF
        :toRect()                                           -> pQRect
        :toRectF()                                          -> pQRectF
        :toRegExp()                                         -> pQRegExp
        :toSize()                                           -> pQSize
        :toSizeF()                                          -> pQSizeF
        :toString()                                         -> cQString
        :toStringList()                                     -> pQStringList
        :toTime()                                           -> pQTime
        :toUInt( @lOk )                                     -> nUint
        :toULongLong( @lOk )                                -> nQulonglong
        :toUrl()                                            -> pQUrl
        :type()                                             -> nType
        :userType()                                         -> nInt
        :nameToType( pName )                                -> nType
        :typeToName( nTyp )                                 -> cChar

    $DESCRIPTION$

    $EXAMPLES$

    $TESTS$

    $STATUS$
        R
    $COMPLIANCE$
        Not Clipper Compatible
    $PLATFORMS$
        Windows, Linux, MacOS, OS2
    $VERSION$
        4.5.3
    $FILES$
        Prg Source   : contrib/hbqt/qtcore/TQVariant.prg
        C++ Wrappers : contrib/hbqt/qtcore/QVariant.cpp
        Library      : hbqtcore
    $SEEALSO$

    $END$
 */
