Maeomm Reference Documentation: hildon-fmmm |
It has two tabs:
This dialog is used not only in the file manager application, but also in all kinds of applications with user files, such as editors and viewers.
The additional tab can be set via the additional-tab and additional-tab-label properties.
Public Member Functions | |
FileDetailsDialog (const Glib::RefPtr<FileSystemModel>& model) | |
This a preferred way to create a Hildon::FileDetailsDialog. | |
FileDetailsDialog (Gtk::Window& parent, const Glib::RefPtr<FileSystemModel>& model) | |
This a preferred way to create a Hildon::FileDetailsDialog. | |
Gtk::TreeModel::iterator | get_file_iter () const |
Gets an iterator pointing to the item for the displayed file in the Hildon::FileSystemModel. | |
const HildonFileDetailsDialog* | gobj () const |
Provides access to the underlying C GtkObject. | |
HildonFileDetailsDialog* | gobj () |
Provides access to the underlying C GtkObject. | |
void | set_file_iter (const Gtk::TreeModel::iterator& iter) |
Sets the dialog to display information about a file defined by given iterator. | |
virtual | ~FileDetailsDialog () |
Related Functions | |
(Note that these are not member functions.) | |
Hildon::FileDetailsDialog* | wrap (HildonFileDetailsDialog* object, bool take_copy=false) |
|
|
|
This a preferred way to create a Hildon::FileDetailsDialog. You can use a shared model structure to save loading times (because you probably already have one at your disposal).
|
|
This a preferred way to create a Hildon::FileDetailsDialog. You can use a shared model structure to save loading times (because you probably already have one at your disposal).
|
|
Gets an iterator pointing to the item for the displayed file in the Hildon::FileSystemModel.
|
|
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::Dialog. |
|
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::Dialog. |
|
Sets the dialog to display information about a file defined by given iterator.
|
|
|