This is the complete list of members for yase::Buttons, including all inherited members.
add_input(string name) | yase::Module | |
add_output(string name) | yase::Module | |
blink_off(int id) | yase::Buttons | |
blink_on(int id, double period) | yase::Buttons | |
Buttons(string output_device_name) | yase::Buttons | |
clear_leds() | yase::Buttons | |
configure(std::vector< std::tuple< string, double > > assignments) (defined in yase::Module) | yase::Module | |
copy_inputs(const Module &source) | yase::Module | |
copy_outputs(Module &destination) const | yase::Module | |
emit(Event e) | yase::Module | |
EventManager() | yase::EventManager | |
get_input(int index) const | yase::Module | |
get_input(string name) const | yase::Module | |
get_input_index(string name) const | yase::Module | |
get_input_name(int index) const | yase::Module | |
get_output(string name) const | yase::Module | |
get_output(int index) const | yase::Module | |
get_output_index(string name) const | yase::Module | |
get_output_name(int index) const | yase::Module | |
get_states() (defined in yase::Buttons) | yase::Buttons | |
get_ts() (defined in yase::Module) | yase::Module | inline |
init() | yase::Buttons | virtual |
listen(int event_type, function< void(const Event &)> handler) (defined in yase::EventManager) | yase::EventManager | |
listen(int event_type, int port, function< void(const Event &)> handler) | yase::EventManager | |
Module() (defined in yase::Module) | yase::Module | |
momentary(int id, function< void(const Event &)> handler, int type=MIDI_KEYDOWN) | yase::Buttons | |
mutex(vector< int > ids, vector< function< void(const Event &)> > handlers) | yase::Buttons | |
num_inputs() const (defined in yase::Module) | yase::Module | inline |
num_outputs() const (defined in yase::Module) | yase::Module | inline |
off(unsigned char id) | yase::Buttons | |
on(unsigned char id) | yase::Buttons | |
on(unsigned char id, unsigned char color) | yase::Buttons | |
process_events(vector< Module * > &modules) | yase::EventManager | |
respond_to(const Event &event) | yase::EventManager | |
send(std::vector< unsigned char > msg) (defined in yase::Buttons) | yase::Buttons | |
set(int id, BUTTON_STATE state) | yase::Buttons | |
set_input(string name, double value) | yase::Module | |
set_input(int index, double value) | yase::Module | |
set_output(int index, double value) | yase::Module | |
set_states(map< int, BUTTON_STATE > states) (defined in yase::Buttons) | yase::Buttons | |
set_ts(double s) (defined in yase::Module) | yase::Module | inline |
toggle(int id, function< void(const Event &)> handler, bool init_on) | yase::Buttons | |
update() | yase::Buttons | virtual |
~Module()=default (defined in yase::Module) | yase::Module | virtual |