14 #ifndef CONFIGURABLE_H 15 #define CONFIGURABLE_H 34 virtual void config(
void ) { _dirty =
false; }
35 INLINE
void check_config()
const {
46 INLINE
bool is_dirty()
const {
return _dirty; }
47 INLINE
void make_dirty() { _dirty =
true; }
61 TypedObject::get_class_type());
64 return get_class_type();
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...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
An object that has data or parameters that are set less frequently (at least occasionally) than every...
TypeHandle is the identifier used to differentiate C++ class types.