Panda3D
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Static Public Member Functions
CallbackObject Class Reference

This is a generic object that can be assigned to a callback at various points in the rendering process. More...

Inheritance diagram for CallbackObject:
TypedReferenceCount TypedObject ReferenceCount PythonCallbackObject

List of all members.

Public Member Functions

 output (ostream out)

Static Public Member Functions

static TypeHandle getClassType ()

Detailed Description

This is a generic object that can be assigned to a callback at various points in the rendering process.

This is actually a base class for a handful of specialized callback object types. You can also subclass it yourself to make your own callback handler.


Member Function Documentation

static TypeHandle getClassType ( ) [static]

Reimplemented from TypedReferenceCount.

Reimplemented in PythonCallbackObject.

output ( ostream  out)
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties