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 |
|
pure virtual |
Implemented in juce::LookAndFeel_V4, and juce::LookAndFeel_V2.
|
pure virtual |
Implemented in juce::LookAndFeel_V2.
|
pure virtual |
Implemented in juce::LookAndFeel_V4, and juce::LookAndFeel_V2.
|
pure virtual |
Implemented in juce::LookAndFeel_V2.
|
pure virtual |
Implemented in juce::LookAndFeel_V2.
|
pure virtual |
Implemented in juce::LookAndFeel_V4, and juce::LookAndFeel_V2.