QTimer

  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/TQTimer.prg
http://doc.trolltech.com/4.5/qtimer.htm
oTimer : interval() nInt
oTimer : isActive() lBool
oTimer : isSingleShot() lBool
oTimer : setInterval( nMsec ) NIL
oTimer : setSingleShot( lSingleShot ) NIL
oTimer : timerId() nInt
oTimer : singleShot( nMsec, pReceiver, pMember ) NIL
oTimer : start() NIL
oTimer : stop() NIL
oTimer : start_1( nMsec ) NIL
FUNCTIONS REFERENCE
Source: /harbour/contrib/hbqt/QTimer.cpp
Qt_QTimer_interval( pQTimer )nInt
Qt_QTimer_isActive( pQTimer )lBool
Qt_QTimer_isSingleShot( pQTimer )lBool
Qt_QTimer_setInterval( pQTimer, nMsec )NIL
Qt_QTimer_setSingleShot( pQTimer, lSingleShot )NIL
Qt_QTimer_timerId( pQTimer )nInt
Qt_QTimer_singleShot( pQTimer, nMsec, pReceiver, pMember )NIL
Qt_QTimer_start( pQTimer )NIL
Qt_QTimer_stop( pQTimer )NIL
Qt_QTimer_start_1( pQTimer, nMsec )NIL