|
Public Member Functions |
| virtual | ~FileSystemModel () |
| HildonFileSystemModel * | gobj () |
| | Provides access to the underlying C GObject.
|
| const HildonFileSystemModel * | gobj () const |
| | Provides access to the underlying C GObject.
|
| HildonFileSystemModel * | gobj_copy () |
| | Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
|
| | FileSystemModel () |
| Gtk::TreeModel::iterator | search_local_path (const Glib::ustring &path, bool recursive=true) const |
| Gtk::TreeModel::iterator | search_local_path (const Glib::ustring &path, const Gtk::TreeModel::iterator &start_iter, bool recursive=true) const |
| Gtk::TreeModel::iterator | search_uri (const Glib::ustring &uri, bool recursive=true) const |
| Gtk::TreeModel::iterator | search_uri (const Glib::ustring &uri, const Gtk::TreeModel::iterator &start_iter, bool recursive=true) const |
| Gtk::TreeModel::iterator | search_path (const GtkFilePath *path, bool recursive=true) const |
| Gtk::TreeModel::iterator | search_path (const GtkFilePath *path, const Gtk::TreeModel::iterator &start_iter, bool recursive=true) const |
| Gtk::TreeModel::iterator | load_local_path (const Glib::ustring &path) |
| Gtk::TreeModel::iterator | load_uri (const Glib::ustring &uri) |
| Gtk::TreeModel::iterator | load_path (const GtkFilePath *path) |
| Glib::ustring | new_item (const Gtk::TreeModel::iterator &parent, const Glib::ustring &stub_name, const Glib::ustring &extension) |
| | Creates a new unique name under parent.
|
| Glib::ustring | autoname_uri (const Glib::ustring &uri, std::auto_ptr< Glib::Error > &error) |
| | This function checks if the given URI already exists in the model.
|
| void | iter_available (const Gtk::TreeModel::iterator &iter, bool available) |
| | This function sets some paths available/not available.
|
| void | reset_available () |
| | Cancels all changes made by hildon_file_system_model_iter_available.
|
Related Functions |
(Note that these are not member functions.)
|
| Glib::RefPtr< Hildon::FileSystemModel > | wrap (HildonFileSystemModel *object, bool take_copy=false) |