![]() |
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>
Classes | |
| class | CallbackIface |
| class | HandlerIface |
Public Member Functions | |
| CFX_Timer (HandlerIface *pHandlerIface, CallbackIface *pCallbackIface, int32_t nInterval) | |
| ~CFX_Timer () | |
| bool | HasValidID () const |
Static Public Member Functions | |
| static void | InitializeGlobals () |
| static void | DestroyGlobals () |
Definition at line 15 of file cfx_timer.h.
| CFX_Timer::CFX_Timer | ( | HandlerIface * | pHandlerIface, |
| CallbackIface * | pCallbackIface, | ||
| int32_t | nInterval ) |
Definition at line 32 of file cfx_timer.cpp.
References CFX_Timer(), and HasValidID().
Referenced by CFX_Timer().
| CFX_Timer::~CFX_Timer | ( | ) |
Definition at line 44 of file cfx_timer.cpp.
References HasValidID().
|
static |
Definition at line 27 of file cfx_timer.cpp.
Referenced by FPDF_DestroyLibrary(), and CFXTimer::TearDown().
|
inline |
Definition at line 46 of file cfx_timer.h.
References CFX_Timer::HandlerIface::kInvalidTimerID.
Referenced by CFX_Timer(), and ~CFX_Timer().
|
static |
Definition at line 21 of file cfx_timer.cpp.
Referenced by FPDF_InitLibraryWithConfig(), and CFXTimer::SetUp().