#include <UT_Intercept.h>
Public Member Functions | |
| UT_Intercept () | |
| ~UT_Intercept () | |
| int | numListeners (void) const |
| int | addListener (UT_InterceptCallback func, void *data) |
| void | removeListener (int idx) |
| int | distributeEvent (UT_InterceptEvent *event) |
| void | setPollMode (int mode) |
| int | getPollMode () const |
| void | setModeNotifier (void *data) |
| void * | getModeNotifier () const |
| void | setResolution (short x, short y) |
Definition at line 106 of file UT_Intercept.h.
| UT_Intercept::UT_Intercept | ( | ) |
| UT_Intercept::~UT_Intercept | ( | ) |
| int UT_Intercept::addListener | ( | UT_InterceptCallback | func, | |
| void * | data | |||
| ) |
| int UT_Intercept::distributeEvent | ( | UT_InterceptEvent * | event | ) |
| void* UT_Intercept::getModeNotifier | ( | ) | const [inline] |
Definition at line 130 of file UT_Intercept.h.
| int UT_Intercept::getPollMode | ( | ) | const [inline] |
Definition at line 124 of file UT_Intercept.h.
| int UT_Intercept::numListeners | ( | void | ) | const [inline] |
Definition at line 113 of file UT_Intercept.h.
| void UT_Intercept::removeListener | ( | int | idx | ) |
| void UT_Intercept::setModeNotifier | ( | void * | data | ) | [inline] |
Definition at line 127 of file UT_Intercept.h.
| void UT_Intercept::setPollMode | ( | int | mode | ) | [inline] |
Definition at line 121 of file UT_Intercept.h.
| void UT_Intercept::setResolution | ( | short | x, | |
| short | y | |||
| ) | [inline] |
Definition at line 133 of file UT_Intercept.h.
1.5.9