ARB
Public Types | Public Member Functions | Static Public Member Functions | List of all members
AW_timer_cb_struct Class Reference

begin timer stuff More...

Inheritance diagram for AW_timer_cb_struct:
Inheritance graph
[legend]
Collaboration diagram for AW_timer_cb_struct:
Collaboration graph
[legend]

Public Types

typedef XtTimerCallbackProc timer_callback
 

Public Member Functions

unsigned call ()
 
unsigned callOrDelayIfDisabled ()
 
void callAfter (unsigned ms, timer_callback tc)
 
void recallOrUninstall (unsigned restart, timer_callback tc)
 

Static Public Member Functions

static void install (AW_root *aw_root, const TimedCallback &tcb, unsigned ms, timer_callback tc)
 

Detailed Description

begin timer stuff

Definition at line 492 of file AW_root.cxx.

Member Typedef Documentation

typedef XtTimerCallbackProc AW_timer_cb_struct::timer_callback

Definition at line 499 of file AW_root.cxx.

Member Function Documentation

static void AW_timer_cb_struct::install ( AW_root aw_root,
const TimedCallback &  tcb,
unsigned  ms,
timer_callback  tc 
)
inlinestatic

Definition at line 501 of file AW_root.cxx.

References callAfter().

Referenced by AW_root::add_timed_callback(), and AW_root::add_timed_callback_never_disabled().

unsigned AW_timer_cb_struct::call ( )
inline

Definition at line 506 of file AW_root.cxx.

Referenced by AW_timer_callback_never_disabled().

unsigned AW_timer_cb_struct::callOrDelayIfDisabled ( )
inline

Definition at line 509 of file AW_root.cxx.

References AW_root::disable_callbacks.

Referenced by AW_timer_callback().

void AW_timer_cb_struct::callAfter ( unsigned  ms,
timer_callback  tc 
)
inline

Definition at line 514 of file AW_root.cxx.

References AW_root_Motif::context, and AW_root::prvt.

Referenced by install(), and recallOrUninstall().

void AW_timer_cb_struct::recallOrUninstall ( unsigned  restart,
timer_callback  tc 
)
inline

Definition at line 517 of file AW_root.cxx.

References callAfter().

Referenced by AW_timer_callback(), and AW_timer_callback_never_disabled().


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