18 #include "pandabase.h" 20 #include "clientBase.h" 21 #include "clientDialDevice.h" 44 INLINE
bool is_valid()
const;
46 INLINE
int get_num_dials()
const;
48 INLINE
double read_dial(
int index);
49 INLINE
bool is_dial_known(
int index)
const;
67 static void init_type() {
68 DataNode::init_type();
69 register_type(_type_handle,
"DialNode",
70 DataNode::get_class_type());
73 return get_class_type();
75 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
The fundamental type of node for the data graph.
This is the primary interface to infinite dial type devices associated with a ClientBase.
A device, attached to the ClientBase by a DialNode, that records the data from a single named dial de...
An abstract base class for a family of client device interfaces–including trackers, buttons, dials, and other analog inputs.
TypeHandle is the identifier used to differentiate C++ class types.
Encapsulates the data generated from (or sent into) any particular DataNode.
This object supervises the traversal of the data graph and the moving of data from one DataNode to it...