![]() |
Ardour
9.0-pre0-844-g046623df59
|
#include <fp8_button.h>
Public Member Functions | |
FP8ReadOnlyButton (FP8Base &b, uint8_t id, bool color=false) | |
void | set_active (bool) |
![]() | |
FP8Button (FP8Base &b, uint8_t id, bool color=false) | |
void | set_color (uint32_t rgba) |
![]() | |
FP8ButtonBase (FP8Base &b) | |
bool | is_pressed () const |
bool | is_active () const |
virtual bool | midi_event (bool a) |
virtual void | ignore_release () |
bool | blinking () const |
void | set_blinking (bool yes) |
![]() | |
FP8ButtonInterface () | |
virtual | ~FP8ButtonInterface () |
Additional Inherited Members | |
![]() | |
PBD::Signal< void()> | pressed |
PBD::Signal< void()> | released |
![]() | |
static bool | force_change |
![]() | |
void | blink (bool onoff) |
![]() | |
uint8_t | _midi_id |
bool | _has_color |
![]() | |
FP8Base & | _base |
bool | _pressed |
bool | _active |
bool | _ignore_release |
uint32_t | _rgba |
Definition at line 182 of file fp8_button.h.
|
inline |
Definition at line 185 of file fp8_button.h.
|
inlinevirtual |
Reimplemented from ArdourSurface::FP8::FP8Button.
Definition at line 189 of file fp8_button.h.