EW_TimerInterval

EW_TimerInterval

ew

1998 12-05


CLASS

EW_TimerInterval - timer interval specification


SYNOPSIS

Class EW_TimerInterval is used by EW_EventContext to store timer information. It should probably not be used or altered anywhere else.


PUBLIC MEMBER FUNCTIONS


void SetTargetWindow(EW_Window *set)

EW_Window *GetTargetWindow(void)
Set/Get the target window to whom the timer event will be directed.



long SetIdentifier(long set)

long GetIdentifier(void)
Set/Get the timer identifier. The actual permited identifier is returned.



long SetInterval(long set)

long GetInterval(void)
Set/Get the timer interval. The actual permited interval is returned.



void SetLastEventTime(long set)

long GetLastEventTime(void)
Set/Get the time the last event cause by this timer. The value is window system dependent.


FILES

ew/eventcxt.h Event context header file


SEE ALSO

EW_intro(3), EW_EventContext(3)