Maemomm 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 interface class.
The Hildon::FileChooserDialog is usually opened by the signal handler of the Open or Save menu entries or toolbar buttons.
Public Member Functions | |
Gtk::Widget* | add_extensions_combo (const Glib::ArrayHandle<std::string>& extensions) |
Gtk::Widget* | add_extensions_combo (const Glib::ArrayHandle<std::string>& extensions, const Glib::StringArrayHandle& ext_names) |
void | add_extra (Gtk::Widget& widget) |
FileChooserDialog (Gtk::FileChooserAction action) | |
FileChooserDialog (Gtk::Window& parent, Gtk::FileChooserAction action) | |
Creates a new Hildon::FileChooserDialog using the given action. | |
void | focus_to_input () |
std::string | get_extension () const |
std::string | 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_extension (const std::string& extension) |
void | set_safe_folder (const std::string& 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) |
A Glib::wrap() method for this object. |
virtual Hildon::FileChooserDialog::~FileChooserDialog | ( | ) | [virtual] |
Hildon::FileChooserDialog::FileChooserDialog | ( | Gtk::Window & | parent, | |
Gtk::FileChooserAction | action | |||
) |
Creates a new Hildon::FileChooserDialog using the given action.
parent | Transient parent window for dialog. | |
action | Action to perform (open file/save file/select folder/new folder). |
Hildon::FileChooserDialog::FileChooserDialog | ( | Gtk::FileChooserAction | action | ) | [explicit] |
Gtk::Widget* Hildon::FileChooserDialog::add_extensions_combo | ( | const Glib::ArrayHandle< std::string > & | extensions | ) |
Gtk::Widget* Hildon::FileChooserDialog::add_extensions_combo | ( | const Glib::ArrayHandle< std::string > & | extensions, | |
const Glib::StringArrayHandle & | ext_names | |||
) |
void Hildon::FileChooserDialog::add_extra | ( | Gtk::Widget & | widget | ) |
void Hildon::FileChooserDialog::focus_to_input | ( | ) |
std::string Hildon::FileChooserDialog::get_extension | ( | ) | const |
std::string Hildon::FileChooserDialog::get_safe_folder | ( | ) | const |
Gets safe folder location as local path.
Glib::ustring Hildon::FileChooserDialog::get_safe_folder_uri | ( | ) | const |
Gets safe folder location as uri.
bool Hildon::FileChooserDialog::get_show_upnp | ( | ) | const |
const HildonFileChooserDialog* Hildon::FileChooserDialog::gobj | ( | ) | const [inline] |
HildonFileChooserDialog* Hildon::FileChooserDialog::gobj | ( | ) | [inline] |
void Hildon::FileChooserDialog::set_extension | ( | const std::string & | extension | ) |
void Hildon::FileChooserDialog::set_safe_folder | ( | const std::string & | local_path | ) |
Sets a safe folder that is used as a fallback in a case that automatic location change fails.
local_path | A path to safe folder. |
void Hildon::FileChooserDialog::set_safe_folder_uri | ( | const Glib::ustring & | uri | ) |
void Hildon::FileChooserDialog::set_show_upnp | ( | bool | value | ) |
Hildon::FileChooserDialog* wrap | ( | HildonFileChooserDialog * | object, | |
bool | take_copy = false | |||
) | [related] |
A Glib::wrap() method for this object.
object | The C instance. | |
take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |