15 #ifndef PGMOUSEWATCHERGROUP_H
16 #define PGMOUSEWATCHERGROUP_H
18 #include "pandabase.h"
20 #include "mouseWatcherGroup.h"
21 #include "pointerTo.h"
36 virtual ~PGMouseWatcherGroup();
38 INLINE
void clear_top(
PGTop *top);
47 static void init_type() {
48 MouseWatcherGroup::init_type();
49 register_type(_type_handle,
"PGMouseWatcherGroup",
50 MouseWatcherGroup::get_class_type());
53 return get_class_type();
55 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
61 #include "pgMouseWatcherGroup.I"
The "top" node of the new Panda GUI system.
This represents a collection of MouseWatcherRegions that may be managed as a group.
This is a specialization on MouseWatcherGroup, to associate it with a PGTop.
TypeHandle is the identifier used to differentiate C++ class types.