|
JUCE Designer
|
PropertyComponent that shows a File selector dialog. More...
Public Member Functions | |
| FilePropertyComponent (const Value &ValueToControl, const String &propertyName) | |
| void | buttonClicked (Button *buttonThatWasClicked) |
| Called when the user clicks the button. | |
Public Member Functions inherited from TextWithButtonPropertyComponent | |
| TextWithButtonPropertyComponent (const Value &ValueToControl, const String &propertyName) | |
| Creates a PropertyComponent with an editable Label and a TextButton on the right. | |
| void | resized () |
| Called automatically to resize child components. | |
Public Attributes | |
| String | path |
| ImagePreviewComponent | preview |
Public Attributes inherited from TextWithButtonPropertyComponent | |
| TextButton * | button |
| Pointer to TextButton object. | |
| Label * | textLabel |
| Pointer to Label object. | |
PropertyComponent that shows a File selector dialog.
Inherits TextWithButtonPropertyComponent, ChangeListener.
Definition at line 18 of file FilePropertyComponent.cpp.
|
inlinevirtual |
Called when the user clicks the button.
Implements TextWithButtonPropertyComponent.
Definition at line 32 of file FilePropertyComponent.cpp.
References TextWithButtonPropertyComponent::button, and TextWithButtonPropertyComponent::textLabel.