14 #ifndef CALLBACKDATA_H 15 #define CALLBACKDATA_H 34 virtual void output(std::ostream &out)
const;
36 virtual void upcall();
45 TypedObject::get_class_type());
48 return get_class_type();
56 inline std::ostream &operator << (std::ostream &out,
const CallbackData &cbd) {
static void init_type()
This function is declared non-inline to work around a compiler bug in g++ 2.96.
void register_type(TypeHandle &type_handle, const std::string &name)
This inline function is just a convenient way to call TypeRegistry::register_type(),...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
This is an abstract class that all classes which use TypeHandle, and also provide virtual functions t...
This is a generic data block that is passed along to a CallbackObject when a callback is made.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
TypeHandle is the identifier used to differentiate C++ class types.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.