Panda3D
|
Public Member Functions | |
EventsCallbackData (CallbackGraphicsWindow *window) | |
virtual TypeHandle | force_init_type () |
virtual TypeHandle | get_type () const |
virtual void | upcall () |
You should make this call during the callback if you want to continue the normal function that would have been done in the absence of a callback. | |
Static Public Member Functions | |
static TypeHandle | get_class_type () |
static void | init_type () |
This function is declared non-inline to work around a compiler bug in g++ 2.96. |
Definition at line 72 of file callbackGraphicsWindow.h.
static void CallbackGraphicsWindow::EventsCallbackData::init_type | ( | ) | [inline, static] |
This function is declared non-inline to work around a compiler bug in g++ 2.96.
Making it inline seems to cause problems in the optimizer.
Reimplemented from CallbackGraphicsWindow::WindowCallbackData.
Definition at line 83 of file callbackGraphicsWindow.h.
void CallbackGraphicsWindow::EventsCallbackData::upcall | ( | ) | [virtual] |
You should make this call during the callback if you want to continue the normal function that would have been done in the absence of a callback.
Reimplemented from CallbackData.
Definition at line 275 of file callbackGraphicsWindow.cxx.