
/*  $DOC$
 *  $TEMPLATE$
 *     Class
 *  $NAME$
 *     QChar()
 *  $CATEGORY$
 *     Harbour Bindings for Qt
 *  $SUBCATEGORY$
 *     GUI
 *  $EXTERNALLINK$
 *     http://doc.trolltech.com/4.5/qchar.html
 *  $ONELINER$
 *     Creates a new QChar object.
 *  $INHERITS$
 * 
 *  $SYNTAX$
 *     QChar( ... )
 * 
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type QChar
 *  $METHODS$
 *     :category()                                         -> nCategory
 *     :combiningClass()                                   -> nChar
 *     :decomposition()                                    -> cQString
 *     :decompositionTag()                                 -> nDecomposition
 *     :digitValue()                                       -> nInt
 *     :direction()                                        -> nDirection
 *     :hasMirrored()                                      -> lBool
 *     :isDigit()                                          -> lBool
 *     :isHighSurrogate()                                  -> lBool
 *     :isLetter()                                         -> lBool
 *     :isLetterOrNumber()                                 -> lBool
 *     :isLowSurrogate()                                   -> lBool
 *     :isLower()                                          -> lBool
 *     :isMark()                                           -> lBool
 *     :isNull()                                           -> lBool
 *     :isNumber()                                         -> lBool
 *     :isPrint()                                          -> lBool
 *     :isPunct()                                          -> lBool
 *     :isSpace()                                          -> lBool
 *     :isSymbol()                                         -> lBool
 *     :isTitleCase()                                      -> lBool
 *     :isUpper()                                          -> lBool
 *     :joining()                                          -> nJoining
 *     :mirroredChar()                                     -> oQChar
 *     :toAscii()                                          -> cChar
 *     :toCaseFolded()                                     -> oQChar
 *     :toLatin1()                                         -> cChar
 *     :toLower()                                          -> oQChar
 *     :toTitleCase()                                      -> oQChar
 *     :toUpper()                                          -> oQChar
 *     :unicode()                                          -> nUshort
 *     :unicodeVersion()                                   -> nUnicodeVersion
 * 
 *  $DESCRIPTION$
 * 
 *  $EXAMPLES$
 * 
 *  $TESTS$
 * 
 *  $STATUS$
 *     R
 *  $COMPLIANCE$
 *     Not Clipper compatible
 *  $PLATFORMS$
 *     Windows, Linux, Mac OS X, OS/2
 *  $VERSION$
 *     4.5 or upper
 *  $FILES$
 *     Library: hbqtcore
 *  $END$
 */
