![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cfx_timer.h>
Public Types | |
| using | TimerCallback = void (*)(int32_t idEvent) |
Public Member Functions | |
| virtual | ~HandlerIface ()=default |
| virtual int32_t | SetTimer (int32_t uElapse, TimerCallback lpTimerFunc)=0 |
| virtual void | KillTimer (int32_t nTimerID)=0 |
| Public Member Functions inherited from fxcrt::Observable | |
| Observable () | |
| Observable (const Observable &that)=delete | |
| Observable & | operator= (const Observable &that)=delete |
| ~Observable () | |
| void | AddObserver (ObserverIface *pObserver) |
| void | RemoveObserver (ObserverIface *pObserver) |
| void | NotifyObservers () |
Static Public Attributes | |
| static constexpr int32_t | kInvalidTimerID = 0 |
Additional Inherited Members | |
| Protected Member Functions inherited from fxcrt::Observable | |
| size_t | ActiveObserversForTesting () const |
Definition at line 19 of file cfx_timer.h.
| using CFX_Timer::HandlerIface::TimerCallback = void (*)(int32_t idEvent) |
Definition at line 22 of file cfx_timer.h.
|
virtualdefault |
|
pure virtual |
Implemented in CPDFSDK_FormFillEnvironment.
|
pure virtual |
Implemented in CPDFSDK_FormFillEnvironment.
Referenced by GlobalTimer::GlobalTimer().
|
staticconstexpr |
Definition at line 21 of file cfx_timer.h.
Referenced by CFX_Timer::HasValidID(), and CPDFSDK_FormFillEnvironment::SetTimer().