14#ifndef PGMOUSEWATCHERGROUP_H
15#define PGMOUSEWATCHERGROUP_H
29class EXPCL_PANDA_PGUI PGMouseWatcherGroup :
public MouseWatcherGroup {
31 INLINE PGMouseWatcherGroup(
PGTop *top);
32 virtual ~PGMouseWatcherGroup();
43 static void init_type() {
44 MouseWatcherGroup::init_type();
46 MouseWatcherGroup::get_class_type());
49 return get_class_type();
51 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
void clear_top(PGTop *top)
Called by the PGTop object to indicate that it is no longer keeping the pointer to the PGMouseWatcher...
The "top" node of the new Panda GUI system.
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.
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(),...