/*
 *  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$
        QLCDNumber()
    $CATEGORY$
        Harbour Bindings for Qt
    $SUBCATEGORY$
        GUI
    $EXTERNALLINK$
        http://doc.trolltech.com/4.5/qlcdnumber.html
    $ONELINER$
        Creates a new QLCDNumber object.
    $INHERITS$
        QFrame
    $SYNTAX$
        QLCDNumber():new( ... )
        QLCDNumber():from( pPtr_OR_oObj_of_type_QLCDNumber )
        QLCDNumber():configure( pPtr_OR_oObj_of_type_QLCDNumber )
    $ARGUMENTS$

    $RETURNS$
        An instance of the object of type QLCDNumber
    $METHODS$
        :checkOverflow( nNum )                              -> lBool
        :checkOverflow_1( nNum )                            -> lBool
        :intValue()                                         -> nInt
        :mode()                                             -> nMode
        :numDigits()                                        -> nInt
        :segmentStyle()                                     -> nSegmentStyle
        :setMode( nMode )                                   -> NIL
        :setNumDigits( nNDigits )                           -> NIL
        :setSegmentStyle( nSegmentStyle )                   -> NIL
        :smallDecimalPoint()                                -> lBool
        :value()                                            -> nDouble
        :display( cS )                                      -> NIL
        :display_1( nNum )                                  -> NIL
        :display_2( nNum )                                  -> NIL
        :setBinMode()                                       -> NIL
        :setDecMode()                                       -> NIL
        :setHexMode()                                       -> NIL
        :setOctMode()                                       -> NIL
        :setSmallDecimalPoint( lBool )                      -> NIL

    $DESCRIPTION$

    $EXAMPLES$

    $TESTS$

    $STATUS$
        R
    $COMPLIANCE$
        Not Clipper Compatible
    $PLATFORMS$
        Windows, Linux, MacOS, OS2
    $VERSION$
        4.5.3
    $FILES$
        Prg Source   : contrib/hbqt/qtgui/TQLCDNumber.prg
        C++ Wrappers : contrib/hbqt/qtgui/QLCDNumber.cpp
        Library      : hbqtgui
    $SEEALSO$
        QFrame
    $END$
 */
