Panda3D
Public Member Functions | Static Public Member Functions

CallbackGraphicsWindow::EventsCallbackData Class Reference

Inheritance diagram for CallbackGraphicsWindow::EventsCallbackData:
CallbackGraphicsWindow::WindowCallbackData CallbackData TypedObject MemoryBase

List of all members.

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.

Detailed Description

Definition at line 72 of file callbackGraphicsWindow.h.


Member Function Documentation

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.


The documentation for this class was generated from the following files:
 All Classes Functions Variables Enumerations