JUCE Designer
 All Classes Functions Variables
FilePropertyComponent Class Reference

PropertyComponent that shows a File selector dialog. More...

Inheritance diagram for FilePropertyComponent:
TextWithButtonPropertyComponent

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.
 

Detailed Description

PropertyComponent that shows a File selector dialog.

Inherits TextWithButtonPropertyComponent, ChangeListener.

Definition at line 18 of file FilePropertyComponent.cpp.

Member Function Documentation

void FilePropertyComponent::buttonClicked ( Button *  buttonThatWasClicked)
inlinevirtual

Called when the user clicks the button.

Implements TextWithButtonPropertyComponent.

Definition at line 32 of file FilePropertyComponent.cpp.

References TextWithButtonPropertyComponent::button, and TextWithButtonPropertyComponent::textLabel.


The documentation for this class was generated from the following file: