#include <foleys_FileBrowserDialog.h>
Inherits Component, and FileBrowserListener.
|
| FileBrowserDialog (const juce::String cancelText, const juce::String acceptText, int browserMode, const juce::File &directory, std::unique_ptr< juce::FileFilter > filter) |
|
void | resized () override |
|
void | paint (juce::Graphics &g) override |
|
void | setCancelFunction (std::function< void()> func) |
|
void | setAcceptFunction (std::function< void()> func) |
|
juce::File | getFile () |
|
◆ FileBrowserDialog()
FileBrowserDialog |
( |
const juce::String | cancelText, |
|
|
const juce::String | acceptText, |
|
|
int | browserMode, |
|
|
const juce::File & | directory, |
|
|
std::unique_ptr< juce::FileFilter > | filter ) |
◆ resized()
◆ paint()
void paint |
( |
juce::Graphics & | g | ) |
|
|
override |
◆ setCancelFunction()
void setCancelFunction |
( |
std::function< void()> | func | ) |
|
◆ setAcceptFunction()
void setAcceptFunction |
( |
std::function< void()> | func | ) |
|
◆ getFile()
The documentation for this class was generated from the following files: