|
|
|
@@ -99,7 +99,8 @@ public: |
|
|
|
~FileBrowserComponent();
|
|
|
|
|
|
|
|
//==============================================================================
|
|
|
|
/**
|
|
|
|
/** Returns the file that the user has currently chosen.
|
|
|
|
@see getHighlightedFile
|
|
|
|
*/
|
|
|
|
const File getCurrentFile() const throw();
|
|
|
|
|
|
|
|
@@ -112,6 +113,13 @@ public: |
|
|
|
*/
|
|
|
|
bool currentFileIsValid() const;
|
|
|
|
|
|
|
|
/** This returns the item in the view that is currently highlighted.
|
|
|
|
This may be different from getCurrentFile(), which returns the value
|
|
|
|
that is shown in the filename box.
|
|
|
|
@see getCurrentFile
|
|
|
|
*/
|
|
|
|
const File getHighlightedFile() const throw();
|
|
|
|
|
|
|
|
//==============================================================================
|
|
|
|
/** Returns the directory whose contents are currently being shown in the listbox. */
|
|
|
|
const File getRoot() const;
|
|
|
|
|