#include <hook.h>
Collaboration diagram for HookStruct:
Definition at line 207 of file hook.h.
Data Fields | |
Boolean | active |
String | cmd |
unsigned long | count |
HookFunction * | function |
String | name |
int | no |
|
flag indicating the status of the hook Definition at line 212 of file hook.h. Referenced by cdgExecHook(), cmdHook(), and hkInitialize(). |
|
command to be executed in tcl Definition at line 211 of file hook.h. Referenced by evalHookHandle(), getHookCmd(), getsHookHandle(), glsInteractionHookHandle(), hkInitialize(), hooker_init(), ICinteractionHookHandle(), logFlush(), netsearchHookHandle(), partialResultHookHandle(), progressHookHandle(), resetHookHandle(), setHookCmd(), and tclHookHandle(). |
|
number of past invocations Definition at line 209 of file hook.h. Referenced by cdgExecHook(), cdgFlush(), cdgGetString(), cdgPrintf(), cmdHook(), and hkInitialize(). |
|
function which is called with a va_list argument Definition at line 213 of file hook.h. Referenced by cdgExecHook(), cdgFlush(), cdgGetString(), cdgPrintf(), hkInitialize(), and hooker_init(). |
|
identifier required to be unique among all hooks Definition at line 210 of file hook.h. Referenced by cdgExecHook(), cmdHook(), hkFindNoOfHook(), and hkInitialize(). |
|
index in vector hkHooks Definition at line 208 of file hook.h. Referenced by hkInitialize(). |