Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
CFX_Timer Class Reference

#include <cfx_timer.h>

+ Collaboration diagram for CFX_Timer:

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 ()
 

Detailed Description

Definition at line 15 of file cfx_timer.h.

Constructor & Destructor Documentation

◆ CFX_Timer()

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().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ ~CFX_Timer()

CFX_Timer::~CFX_Timer ( )

Definition at line 44 of file cfx_timer.cpp.

References HasValidID().

+ Here is the call graph for this function:

Member Function Documentation

◆ DestroyGlobals()

void CFX_Timer::DestroyGlobals ( )
static

Definition at line 27 of file cfx_timer.cpp.

Referenced by FPDF_DestroyLibrary(), and CFXTimer::TearDown().

+ Here is the caller graph for this function:

◆ HasValidID()

bool CFX_Timer::HasValidID ( ) const
inline

Definition at line 46 of file cfx_timer.h.

References CFX_Timer::HandlerIface::kInvalidTimerID.

Referenced by CFX_Timer(), and ~CFX_Timer().

+ Here is the caller graph for this function:

◆ InitializeGlobals()

void CFX_Timer::InitializeGlobals ( )
static

Definition at line 21 of file cfx_timer.cpp.

Referenced by FPDF_InitLibraryWithConfig(), and CFXTimer::SetUp().

+ Here is the caller graph for this function:

The documentation for this class was generated from the following files: