/*
 * $Id$
 */

/*  $DOC$
 *  $TEMPLATE$
 *     Class
 *  $NAME$
 *     QObject()
 *  $CATEGORY$
 *     Harbour Bindings for Qt
 *  $SUBCATEGORY$
 *     GUI
 *  $EXTERNALLINK$
 *     http://doc.trolltech.com/4.5/qobject.html
 *  $ONELINER$
 *     Creates a new QObject object.
 *  $INHERITS$
 *     
 *  $SYNTAX$
 *     QObject():new( ... )
 *     QObject():from( pPtr_OR_oObj_of_type_QObject )
 *     QObject():configure( pPtr_OR_oObj_of_type_QObject )
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type QObject
 *  $METHODS$
 *     :blockSignals( lBlock )                             -> lBool
 *     :connect( pSender, pSignal, pMethod, nType )        -> lBool
 *     :disconnect( pSignal, pReceiver, pMethod )          -> lBool
 *     :disconnect_1( pReceiver, pMethod )                 -> lBool
 *     :dumpObjectInfo()                                   -> NIL
 *     :dumpObjectTree()                                   -> NIL
 *     :dynamicPropertyNames()                             -> pQList<QByteArray>
 *     :event( pE )                                        -> lBool
 *     :eventFilter( pWatched, pEvent )                    -> lBool
 *     :inherits( pClassName )                             -> lBool
 *     :installEventFilter( pFilterObj )                   -> NIL
 *     :isWidgetType()                                     -> lBool
 *     :killTimer( nId )                                   -> NIL
 *     :moveToThread( pTargetThread )                      -> NIL
 *     :objectName()                                       -> cQString
 *     :property( pName )                                  -> pQVariant
 *     :removeEventFilter( pObj )                          -> NIL
 *     :setObjectName( cName )                             -> NIL
 *     :setParent( pParent )                               -> NIL
 *     :setProperty( pName, pValue )                       -> lBool
 *     :signalsBlocked()                                   -> lBool
 *     :startTimer( nInterval )                            -> nInt
 *     :thread()                                           -> pQThread
 *     :connect_1( pSender, pSignal, pReceiver, pMethod, nType )  -> lBool
 *     :disconnect_2( pSender, pSignal, pReceiver, pMethod )  -> lBool
 *     :tr( pSourceText, pDisambiguation, nN )             -> cQString
 *     :trUtf8( pSourceText, pDisambiguation, nN )         -> cQString
 *     :deleteLater()                                      -> NIL
 * 
 *  $DESCRIPTION$
 * 
 *  $EXAMPLES$
 * 
 *  $TESTS$
 * 
 *  $STATUS$
 *     R
 *  $COMPLIANCE$
 *     Not Clipper compatible
 *  $PLATFORMS$
 *     Windows, Linux, Mac OS X, OS/2
 *  $VERSION$
 *     4.5 or upper
 *  $FILES$
 *     Harbour source: contrib/hbqt/qtcore/TQObject.prg
 *     C++ wrappers  : contrib/hbqt/qtcore/QObject.cpp
 *     Library       : hbqtcore
 *  $SEEALSO$
 *     
 *  $END$
 */
