|
| enum | DialogType { DT_OPEN_FILE = OpenFlipper::Options::DT_OPEN
, DT_SAVE_FILE = OpenFlipper::Options::DT_SAVE
, DT_CHOOSE_PATH = OpenFlipper::Options::DT_CHOOSE_PATH
} |
| |
Definition at line 54 of file FilePicker.hh.
◆ DialogType
| enum FilePicker::DialogType |
◆ FilePicker() [1/2]
| FilePicker::FilePicker |
( |
QWidget * |
parent = 0 | ) |
|
|
explicit |
◆ FilePicker() [2/2]
| FilePicker::FilePicker |
( |
const QString & |
recent_files_ini_key, |
|
|
DialogType |
dialog_type, |
|
|
QWidget * |
parent = 0 |
|
) |
| |
|
explicit |
◆ ~FilePicker()
| FilePicker::~FilePicker |
( |
| ) |
|
|
virtual |
◆ confirm_overwrite_if_necessary
| bool FilePicker::confirm_overwrite_if_necessary |
( |
| ) |
|
|
slot |
◆ current_file_name()
| QString FilePicker::current_file_name |
( |
| ) |
|
|
inline |
◆ currentFileName()
| QString FilePicker::currentFileName |
( |
| ) |
|
|
inline |
◆ dialog_title()
| QString FilePicker::dialog_title |
( |
| ) |
|
|
inline |
◆ dialog_type()
| DialogType FilePicker::dialog_type |
( |
| ) |
|
|
inline |
◆ file_filter()
| QString FilePicker::file_filter |
( |
| ) |
|
|
inline |
◆ init()
| void FilePicker::init |
( |
| ) |
|
|
private |
◆ overwrite_confirmed_by_user()
| bool FilePicker::overwrite_confirmed_by_user |
( |
| ) |
|
|
inline |
◆ path_changed
| void FilePicker::path_changed |
( |
| ) |
|
|
protectedslot |
◆ recent_files_ini_key()
| QString FilePicker::recent_files_ini_key |
( |
| ) |
|
|
inline |
◆ set_current_file_name()
| void FilePicker::set_current_file_name |
( |
QString |
value | ) |
|
|
inline |
◆ set_dialog_title()
| void FilePicker::set_dialog_title |
( |
QString |
value | ) |
|
|
inline |
◆ set_dialog_type()
| void FilePicker::set_dialog_type |
( |
DialogType |
value | ) |
|
|
inline |
◆ set_file_filter()
| void FilePicker::set_file_filter |
( |
QString |
value | ) |
|
|
inline |
◆ set_recent_files_ini_key()
| void FilePicker::set_recent_files_ini_key |
( |
const QString & |
value | ) |
|
◆ slot_browse
| void FilePicker::slot_browse |
( |
| ) |
|
|
protectedslot |
◆ browseButton_
| QPushButton* FilePicker::browseButton_ |
|
protected |
◆ dialog_title_
| QString FilePicker::dialog_title_ |
|
protected |
◆ dialog_type_
| DialogType FilePicker::dialog_type_ |
|
protected |
◆ file_filter_
| QString FilePicker::file_filter_ |
|
protected |
◆ overwrite_confirmed_by_user_
| bool FilePicker::overwrite_confirmed_by_user_ |
|
protected |
◆ recent_files_ini_key_
| QString FilePicker::recent_files_ini_key_ |
|
protected |
◆ textBox_
| QComboBox* FilePicker::textBox_ |
|
protected |
◆ current_file_name
| QString FilePicker::current_file_name |
|
readwrite |
◆ dialog_title
| QString FilePicker::dialog_title |
|
readwrite |
◆ dialog_type
| DialogType FilePicker::dialog_type |
|
readwrite |
◆ file_filter
| QString FilePicker::file_filter |
|
readwrite |
◆ recent_files_ini_key
| QString FilePicker::recent_files_ini_key |
|
readwrite |
The documentation for this class was generated from the following files: