14 #ifndef MOUSEWATCHERGROUP_H 15 #define MOUSEWATCHERGROUP_H 37 static void init_type() {
38 MouseWatcherBase::init_type();
39 ReferenceCount::init_type();
41 MouseWatcherBase::get_class_type(),
42 ReferenceCount::get_class_type());
This represents a collection of MouseWatcherRegions that may be managed as a group.
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.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
This represents a collection of MouseWatcherRegions that may be managed as a group.
A base class for all things that want to be reference-counted.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
TypeHandle is the identifier used to differentiate C++ class types.