#include <buttonNode.h>
Inheritance diagram for ButtonNode:
Public Member Functions | |
virtual void | output (ostream &out) const |
virtual void | write (ostream &out, int indent_level=0) const |
virtual TypeHandle | get_type () const |
virtual TypeHandle | force_init_type () |
Static Public Member Functions | |
TypeHandle | get_class_type () |
void | init_type () |
Protected Member Functions | |
virtual void | do_transmit_data (const DataNodeTransmit &input, DataNodeTransmit &output) |
Private Member Functions | |
virtual | ~ButtonNode () |
INLINE bool | is_valid () const |
INLINE int | get_num_buttons () const |
INLINE void | set_button_map (int index, ButtonHandle button) |
INLINE ButtonHandle | get_button_map (int index) const |
INLINE bool | get_button_state (int index) const |
INLINE bool | is_button_known (int index) const |
PT (ClientButtonDevice) _button | |
PT (ButtonEventList) _button_events | |
Private Attributes | |
PUBLISHED | __pad0__: ButtonNode(ClientBase *client |
PUBLISHED const string & | device_name |
int | _button_events_output |
Static Private Attributes | |
TypeHandle | _type_handle |
|
Definition at line 65 of file buttonNode.cxx. |
|
Reimplemented from DataNode. Definition at line 119 of file buttonNode.cxx. References _button_events_output, is_valid(), and DataNodeTransmit::set_data(). |
|
Reimplemented from DataNode. Definition at line 89 of file buttonNode.h. References DataNode::get_class_type(), and DataNode::init_type(). |
|
|
|
|
|
Reimplemented from DataNode. Definition at line 78 of file buttonNode.h. |
|
|
|
Reimplemented from DataNode. Definition at line 86 of file buttonNode.h. References DataNode::get_class_type(). |
|
Reimplemented from DataNode. Definition at line 81 of file buttonNode.h. References DataNode::get_class_type(), DataNode::init_type(), and register_type(). Referenced by init_libdevice(). |
|
|
|
Referenced by do_transmit_data(). |
|
Reimplemented from PandaNode. Definition at line 77 of file buttonNode.cxx. References NULL, and PandaNode::output(). |
|
|
|
|
|
|
|
Reimplemented from PandaNode. Definition at line 95 of file buttonNode.cxx. References NULL, and PandaNode::write(). |
|
Reimplemented from DataNode. Definition at line 47 of file buttonNode.h. |
|
Definition at line 74 of file buttonNode.h. Referenced by do_transmit_data(). |
|
Reimplemented from DataNode. Definition at line 25 of file buttonNode.cxx. |
|
Definition at line 47 of file buttonNode.h. |