14#ifndef MOUSEWATCHERGROUP_H
15#define MOUSEWATCHERGROUP_H
26class EXPCL_PANDA_TFORM MouseWatcherGroup :
public MouseWatcherBase,
27 public ReferenceCount {
29 INLINE MouseWatcherGroup() {};
37 static void init_type() {
38 MouseWatcherBase::init_type();
39 ReferenceCount::init_type();
41 MouseWatcherBase::get_class_type(),
42 ReferenceCount::get_class_type());
TypeHandle is the identifier used to differentiate C++ class types.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
void register_type(TypeHandle &type_handle, const std::string &name)
This inline function is just a convenient way to call TypeRegistry::register_type(),...