#include <control-device.h>
Inheritance diagram for control_device_impl:
Public Methods | |
virtual void | update ()=0 |
virtual void | add (std::string const &, Mutator *)=0 |
virtual void | print_values (std::ostream &) const=0 |
virtual void | print_unrecognized (std::ostream &) const=0 |
virtual void | print_unrecognized (std::ostream &, std::string const &) const=0 |
virtual void | attach_to (std::istream &in)=0 |
virtual control_device_impl * | get_sub_device (std::string const &nm)=0 |
virtual std::string | name () const=0 |
virtual | ~control_device_impl () |
Definition at line 32 of file control-device.h.
|
Definition at line 47 of file control-device.h. |
|
Reimplemented from controlable. Implemented in istream_control_device_impl. Referenced by ControlDevice::update. |
|
Referenced by ControlDevice::add. |
|
Implemented in istream_control_device_impl. Referenced by ControlDevice::print_values. |
|
Implemented in istream_control_device_impl. Referenced by ControlDevice::print_unrecognized. |
|
Implemented in istream_control_device_impl. |
|
Implemented in istream_control_device_impl. Referenced by ControlDevice::attach_to. |
|
Implemented in istream_control_device_impl. Referenced by ControlDevice::getSubDevice. |
|
Implemented in istream_control_device_impl. Referenced by ControlDevice::name. |