This abstract base class is implemented by LookAndFeel classes to provide various file-browser layout and drawing methods. More...
#include <juce_FileBrowserComponent.h>
Public Member Functions | |
virtual | ~LookAndFeelMethods () |
virtual Button * | createFileBrowserGoUpButton ()=0 |
virtual AttributedString | createFileChooserHeaderText (const String &title, const String &instructions)=0 |
virtual void | drawFileBrowserRow (Graphics &, int width, int height, const File &file, const String &filename, Image *optionalIcon, const String &fileSizeDescription, const String &fileTimeDescription, bool isDirectory, bool isItemSelected, int itemIndex, DirectoryContentsDisplayComponent &)=0 |
virtual const Drawable * | getDefaultDocumentFileImage ()=0 |
virtual const Drawable * | getDefaultFolderImage ()=0 |
virtual void | layoutFileBrowserComponent (FileBrowserComponent &browserComp, DirectoryContentsDisplayComponent *fileListComponent, FilePreviewComponent *previewComp, ComboBox *currentPathBox, TextEditor *filenameBox, Button *goUpButton)=0 |
This abstract base class is implemented by LookAndFeel classes to provide various file-browser layout and drawing methods.
|
inlinevirtual |
References FileBrowserListener::browserRootChanged(), ComboBox::Listener::comboBoxChanged(), FileBrowserListener::fileClicked(), FileBrowserListener::fileDoubleClicked(), FileFilter::isDirectorySuitable(), FileFilter::isFileSuitable(), ComboBox::keyPressed(), ComboBox::resized(), FileBrowserListener::selectionChanged(), TextEditor::Listener::textEditorEscapeKeyPressed(), TextEditor::Listener::textEditorFocusLost(), TextEditor::Listener::textEditorReturnKeyPressed(), and TextEditor::Listener::textEditorTextChanged().
|
pure virtual |
Implemented in LookAndFeel_V4, and LookAndFeel_V2.
|
pure virtual |
Implemented in LookAndFeel_V2.
|
pure virtual |
Implemented in LookAndFeel_V4, and LookAndFeel_V2.
|
pure virtual |
Implemented in LookAndFeel_V2.
|
pure virtual |
Implemented in LookAndFeel_V2.
|
pure virtual |
Implemented in LookAndFeel_V4, and LookAndFeel_V2.