JUCE
|
Classes | |
class | BooleanPropertyComponent |
A PropertyComponent that contains an on/off toggle button. More... | |
class | ButtonPropertyComponent |
A PropertyComponent that contains a button. More... | |
class | ChoicePropertyComponent |
A PropertyComponent that shows its value as a combo box. More... | |
class | MultiChoicePropertyComponent |
A PropertyComponent that shows its value as an expandable list of ToggleButtons. More... | |
class | PropertyComponent |
A base class for a component that goes in a PropertyPanel and displays one of an item's properties. More... | |
struct | PropertyComponent::LookAndFeelMethods |
This abstract base class is implemented by LookAndFeel classes. More... | |
class | PropertyPanel |
A panel that holds a list of PropertyComponent objects. More... | |
class | SliderPropertyComponent |
A PropertyComponent that shows its value as a slider. More... | |
class | TextPropertyComponent |
A PropertyComponent that shows its value as editable text. More... | |
class | TextPropertyComponent::Listener |
Used to receive callbacks for text changes. More... | |