QObject

  Previous topic Next topic JavaScript is required for the print function Mail us feedback on this topic! Mail us feedback on this topic!  

CLASS REFERENCE
Source: /harbour/contrib/hbqt/TQObject.prg
http://doc.trolltech.com/4.5/qobject.htm
oObject : blockSignals( lBlock ) lBool
oObject : children() List
oObject : connect( pSender, pSignal, pMethod, nType ) lBool
oObject : disconnect( pSignal, pReceiver, pMethod ) lBool
oObject : disconnect_1( pReceiver, pMethod ) lBool
oObject : dumpObjectInfo() NIL
oObject : dumpObjectTree() NIL
oObject : event( pE ) lBool
oObject : eventFilter( pWatched, pEvent ) lBool
oObject : inherits( pClassName ) lBool
oObject : installEventFilter( pFilterObj ) NIL
oObject : isWidgetType() lBool
oObject : killTimer( nId ) NIL
oObject : metaObject() pQMetaObject
oObject : moveToThread( pTargetThread ) NIL
oObject : objectName() cQString
oObject : property( pName ) pQVariant
oObject : removeEventFilter( pObj ) NIL
oObject : setObjectName( cName ) NIL
oObject : setParent( pParent ) NIL
oObject : setProperty( pName, pValue ) lBool
oObject : signalsBlocked() lBool
oObject : startTimer( nInterval ) nInt
oObject : thread() pQThread
oObject : connect_1( pSender, pSignal, pReceiver, pMethod, nType ) lBool
oObject : disconnect_2( pSender, pSignal, pReceiver, pMethod ) lBool
oObject : tr( pSourceText, pDisambiguation, nN ) cQString
oObject : trUtf8( pSourceText, pDisambiguation, nN ) cQString
oObject : deleteLater() NIL
FUNCTIONS REFERENCE
Source: /harbour/contrib/hbqt/QObject.cpp
Qt_QObject_blockSignals( pQObject, lBlock )lBool
Qt_QObject_children( pQObject )pQObjectList
Qt_QObject_connect( pQObject, pSender, pSignal, pMethod, nType )lBool
Qt_QObject_disconnect( pQObject, pSignal, pReceiver, pMethod )lBool
Qt_QObject_disconnect_1( pQObject, pReceiver, pMethod )lBool
Qt_QObject_dumpObjectInfo( pQObject )NIL
Qt_QObject_dumpObjectTree( pQObject )NIL
Qt_QObject_event( pQObject, pE )lBool
Qt_QObject_eventFilter( pQObject, pWatched, pEvent )lBool
Qt_QObject_inherits( pQObject, pClassName )lBool
Qt_QObject_installEventFilter( pQObject, pFilterObj )NIL
Qt_QObject_isWidgetType( pQObject )lBool
Qt_QObject_killTimer( pQObject, nId )NIL
Qt_QObject_metaObject( pQObject )pQMetaObject
Qt_QObject_moveToThread( pQObject, pTargetThread )NIL
Qt_QObject_objectName( pQObject )cQString
Qt_QObject_parent( pQObject )pQObject
Qt_QObject_property( pQObject, pName )pQVariant
Qt_QObject_removeEventFilter( pQObject, pObj )NIL
Qt_QObject_setObjectName( pQObject, cName )NIL
Qt_QObject_setParent( pQObject, pParent )NIL
Qt_QObject_setProperty( pQObject, pName, pValue )lBool
Qt_QObject_signalsBlocked( pQObject )lBool
Qt_QObject_startTimer( pQObject, nInterval )nInt
Qt_QObject_thread( pQObject )pQThread
Qt_QObject_connect_1( pQObject, pSender, pSignal, pReceiver, pMethod, nType )lBool
Qt_QObject_disconnect_2( pQObject, pSender, pSignal, pReceiver, pMethod )lBool
Qt_QObject_tr( pQObject, pSourceText, pDisambiguation, nN )cQString
Qt_QObject_trUtf8( pQObject, pSourceText, pDisambiguation, nN )cQString
Qt_QObject_deleteLater( pQObject )NIL