#include <FileDialog.hxx>
Inherited by CocoaFileDialog, QtFileDialog, and WindowsFileDialog.
Definition at line 16 of file FileDialog.hxx.
◆ Usage
| Enumerator |
|---|
| USE_OPEN_FILE | |
| USE_SAVE_FILE | |
| USE_CHOOSE_DIR | |
Definition at line 19 of file FileDialog.hxx.
◆ ~FGFileDialog()
| FGFileDialog::~FGFileDialog |
( |
| ) |
|
|
virtual |
◆ FGFileDialog()
| FGFileDialog::FGFileDialog |
( |
Usage | use | ) |
|
|
protected |
◆ close()
| virtual void FGFileDialog::close |
( |
| ) |
|
|
pure virtual |
◆ exec()
| virtual void FGFileDialog::exec |
( |
| ) |
|
|
pure virtual |
◆ filterPatterns()
◆ getButton()
| std::string FGFileDialog::getButton |
( |
| ) |
const |
|
inline |
◆ getDirectory()
| SGPath FGFileDialog::getDirectory |
( |
| ) |
const |
|
inline |
◆ getPlaceholder()
| std::string FGFileDialog::getPlaceholder |
( |
| ) |
const |
|
inline |
◆ getTitle()
| std::string FGFileDialog::getTitle |
( |
| ) |
const |
|
inline |
◆ setButton()
| void FGFileDialog::setButton |
( |
const std::string & | aText | ) |
|
◆ setCallback()
| void FGFileDialog::setCallback |
( |
Callback * | aCB | ) |
|
|
virtual |
◆ setCallbackFromNasal()
| void FGFileDialog::setCallbackFromNasal |
( |
const nasal::CallContext & | ctx | ) |
|
◆ setDirectory()
| void FGFileDialog::setDirectory |
( |
const SGPath & | aPath | ) |
|
◆ setFilterPatterns()
| void FGFileDialog::setFilterPatterns |
( |
const string_list & | patterns | ) |
|
◆ setPlaceholderName()
| void FGFileDialog::setPlaceholderName |
( |
const std::string & | aName | ) |
|
◆ setShowHidden()
| void FGFileDialog::setShowHidden |
( |
bool | show | ) |
|
◆ setTitle()
| void FGFileDialog::setTitle |
( |
const std::string & | aTitle | ) |
|
◆ showHidden()
| bool FGFileDialog::showHidden |
( |
| ) |
const |
|
inline |
◆ _buttonText
| std::string FGFileDialog::_buttonText |
|
protected |
◆ _callback
| std::unique_ptr<Callback> FGFileDialog::_callback |
|
protected |
◆ _filterPatterns
◆ _initialPath
| SGPath FGFileDialog::_initialPath |
|
protected |
◆ _placeholder
| std::string FGFileDialog::_placeholder |
|
protected |
◆ _showHidden
| bool FGFileDialog::_showHidden |
|
protected |
◆ _title
| std::string FGFileDialog::_title |
|
protected |
◆ _usage
| const Usage FGFileDialog::_usage |
|
protected |
The documentation for this class was generated from the following files: