JUCE
Public Member Functions | List of all members
FileBrowserComponent::LookAndFeelMethods Struct Referenceabstract

This abstract base class is implemented by LookAndFeel classes to provide various file-browser layout and drawing methods. More...

+ Inheritance diagram for FileBrowserComponent::LookAndFeelMethods:

Public Member Functions

virtual ~LookAndFeelMethods ()
 
virtual const DrawablegetDefaultFolderImage ()=0
 
virtual const DrawablegetDefaultDocumentFileImage ()=0
 
virtual AttributedString createFileChooserHeaderText (const String &title, const String &instructions)=0
 
virtual void drawFileBrowserRow (Graphics &, int width, int height, const String &filename, Image *optionalIcon, const String &fileSizeDescription, const String &fileTimeDescription, bool isDirectory, bool isItemSelected, int itemIndex, DirectoryContentsDisplayComponent &)=0
 
virtual ButtoncreateFileBrowserGoUpButton ()=0
 
virtual void layoutFileBrowserComponent (FileBrowserComponent &browserComp, DirectoryContentsDisplayComponent *fileListComponent, FilePreviewComponent *previewComp, ComboBox *currentPathBox, TextEditor *filenameBox, Button *goUpButton)=0
 

Detailed Description

This abstract base class is implemented by LookAndFeel classes to provide various file-browser layout and drawing methods.

Constructor & Destructor Documentation

virtual FileBrowserComponent::LookAndFeelMethods::~LookAndFeelMethods ( )
virtual

Member Function Documentation

virtual const Drawable* FileBrowserComponent::LookAndFeelMethods::getDefaultFolderImage ( )
pure virtual

Implemented in LookAndFeel_V2.

virtual const Drawable* FileBrowserComponent::LookAndFeelMethods::getDefaultDocumentFileImage ( )
pure virtual

Implemented in LookAndFeel_V2.

virtual AttributedString FileBrowserComponent::LookAndFeelMethods::createFileChooserHeaderText ( const String title,
const String instructions 
)
pure virtual

Implemented in LookAndFeel_V2.

virtual void FileBrowserComponent::LookAndFeelMethods::drawFileBrowserRow ( Graphics ,
int  width,
int  height,
const String filename,
Image optionalIcon,
const String fileSizeDescription,
const String fileTimeDescription,
bool  isDirectory,
bool  isItemSelected,
int  itemIndex,
DirectoryContentsDisplayComponent  
)
pure virtual

Implemented in LookAndFeel_V2.

virtual Button* FileBrowserComponent::LookAndFeelMethods::createFileBrowserGoUpButton ( )
pure virtual

Implemented in LookAndFeel_V2.

virtual void FileBrowserComponent::LookAndFeelMethods::layoutFileBrowserComponent ( FileBrowserComponent browserComp,
DirectoryContentsDisplayComponent fileListComponent,
FilePreviewComponent previewComp,
ComboBox currentPathBox,
TextEditor filenameBox,
Button goUpButton 
)
pure virtual

Implemented in LookAndFeel_V2.


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