|
Ardour
9.0-pre0-1950-g391fe97693
|
#include <filechooser.h>
Public Types | |
| enum | Code { NONEXISTENT , BAD_FILENAME , ALREADY_EXISTS , INCOMPLETE_HOSTNAME } |
Public Member Functions | |
| FileChooserError (Code error_code, const Glib::ustring &error_message) | |
| FileChooserError (GError *gobject) | |
| Code | code () const |
Exception class for Gdk::FileChooser errors.
Definition at line 122 of file filechooser.h.
| Enumerator | |
|---|---|
| NONEXISTENT | |
| BAD_FILENAME | |
| ALREADY_EXISTS | |
| INCOMPLETE_HOSTNAME | |
Definition at line 127 of file filechooser.h.
| Gtk::FileChooserError::FileChooserError | ( | Code | error_code, |
| const Glib::ustring & | error_message | ||
| ) |
|
explicit |
| Code Gtk::FileChooserError::code | ( | ) | const |