Vital
|
Public Member Functions | |
BypassButton (String name, String on, String off) | |
void | buttonStateChanged () override |
![]() | |
SynthButton (String name) | |
void | setStringLookup (const std::string *lookup) |
const std::string * | getStringLookup () const |
String | getTextFromValue (bool value) |
void | handlePopupResult (int result) |
virtual void | mouseDown (const MouseEvent &e) override |
virtual void | mouseUp (const MouseEvent &e) override |
void | addButtonListener (ButtonListener *listener) |
virtual void | clicked () override |
Called when the button is clicked. | |
![]() | |
OpenGlToggleButton (String name) | |
OpenGlButtonComponent * | getGlComponent () |
void | setActive (bool active=true) |
bool | isActive () const |
void | resized () override |
Called when the button is resized, adjusts text size and colors accordingly. | |
void | setText (String text) |
void | setPowerButton () |
Configures the button as a power button. | |
void | setNoBackground () |
Removes the background, showing just text. | |
void | setJustification (Justification justification) |
void | setLightenButton () |
Configures the button as a lighten button. | |
void | setShowOnColors (bool show) |
void | setUiButton (bool primary) |
virtual void | enablementChanged () override |
Called when the button enablement changes. | |
void | mouseEnter (const MouseEvent &e) override |
void | mouseExit (const MouseEvent &e) override |
void | mouseDown (const MouseEvent &e) override |
void | mouseUp (const MouseEvent &e) override |
Additional Inherited Members | |
![]() | |
enum | MenuId { kCancel = 0 , kArmMidiLearn , kClearMidiLearn } |
Possible menu IDs for popup operations. More... | |
|
inline |
|
inlineoverride |