Panda3D
|
Public Member Functions | |
WindowProperties | getProperties () |
Returns the WindowProperties object that this callback should process. More... | |
![]() | |
CallbackGraphicsWindow | getWindow () |
Returns the window this callback was triggered from. More... | |
![]() | |
output (Ostream out) | |
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. More... | |
![]() | |
TypeHandle | getType () |
int | getTypeIndex () |
Returns the internal index number associated with this object's TypeHandle, a unique number for each different type. More... | |
bool | isExactType (TypeHandle handle) |
Returns true if the current object is the indicated type exactly. More... | |
bool | isOfType (TypeHandle handle) |
Returns true if the current object is or derives from the indicated type. More... | |
Static Public Member Functions | |
static TypeHandle | getClassType () |
![]() | |
static TypeHandle | getClassType () |
![]() | |
static TypeHandle | getClassType () |
![]() | |
static TypeHandle | getClassType () |
Additional Inherited Members | |
![]() | |
CallbackGraphicsWindow | window |
Returns the window this callback was triggered from. More... | |
![]() | |
TypeHandle | type |
Returns the TypeHandle representing this object's type. More... | |
|
static |
WindowProperties getProperties | ( | ) |
Returns the WindowProperties object that this callback should process.
Any properties that are handled should be removed from this object; properties that are unhandled should be left alone.