Maeomm Reference Documentation: hildon-fmmm |
Since it is based on the Gtk::FileChooser, the API is similar to the one used in GTK+/gtkmm. For instance, you can use get_filename() from the Gtk::FileChooser base class.
The Hildon::FileChooserDialog is usually opened by the signal handler of the Open or Save menu entries or toolbar buttons.
Public Member Functions | |
FileChooserDialog (Gtk::Window& parent, Gtk::FileChooserAction action) | |
FileChooserDialog (Gtk::FileChooserAction action) | |
void | focus_to_input () |
Glib::ustring | get_safe_folder () const |
Gets safe folder location as local path. | |
Glib::ustring | get_safe_folder_uri () const |
Gets safe folder location as uri. | |
bool | get_show_upnp () const |
const HildonFileChooserDialog* | gobj () const |
Provides access to the underlying C GtkObject. | |
HildonFileChooserDialog* | gobj () |
Provides access to the underlying C GtkObject. | |
void | set_safe_folder (const Glib::ustring& local_path) |
Sets a safe folder that is used as a fallback in a case that automatic location change fails. | |
void | set_safe_folder_uri (const Glib::ustring& uri) |
See set_safe_folder. | |
void | set_show_upnp (bool value) |
virtual | ~FileChooserDialog () |
Related Functions | |
(Note that these are not member functions.) | |
Hildon::FileChooserDialog* | wrap (HildonFileChooserDialog* object, bool take_copy=false) |
|
|
|
|
|
|
|
|
|
Gets safe folder location as local path.
|
|
Gets safe folder location as uri.
|
|
|
|
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::Dialog. |
|
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::Dialog. |
|
Sets a safe folder that is used as a fallback in a case that automatic location change fails.
|
|
See set_safe_folder.
|
|
|
|
|