14 #ifndef CLIENTBUTTONDEVICE_H 15 #define CLIENTBUTTONDEVICE_H 37 virtual void output(std::ostream &out)
const;
38 virtual void write(std::ostream &out,
int indent_level = 0)
const;
44 static void init_type() {
45 ClientDevice::init_type();
47 ClientDevice::get_class_type());
50 return get_class_type();
52 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
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.
virtual void output(std::ostream &out) const
Writes a one-line string describing the device.
An abstract base class for a family of client device interfaces–including trackers,...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
TypeHandle is the identifier used to differentiate C++ class types.
Any of a number of different devices that might be attached to a ClientBase, including trackers,...