Maemomm 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 () |
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) |
A Glib::wrap() method for this object. |
virtual Hildon::FileDetailsDialog::~FileDetailsDialog | ( | ) | [virtual] |
Hildon::FileDetailsDialog::FileDetailsDialog | ( | Gtk::Window & | parent, | |
const Glib::RefPtr<FileSystemModel>& | model | |||
) |
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).
parent | The parent window. | |
model | a Hildon::FileSystemModel object used to fetch data |
Hildon::FileDetailsDialog::FileDetailsDialog | ( | const Glib::RefPtr<FileSystemModel>& | model | ) | [explicit] |
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).
model | a Hildon::FileSystemModel object used to fetch data |
Gtk::TreeModel::iterator Hildon::FileDetailsDialog::get_file_iter | ( | ) |
Gets an iterator pointing to the item for the displayed file in the Hildon::FileSystemModel.
const HildonFileDetailsDialog* Hildon::FileDetailsDialog::gobj | ( | ) | const [inline] |
HildonFileDetailsDialog* Hildon::FileDetailsDialog::gobj | ( | ) | [inline] |
void Hildon::FileDetailsDialog::set_file_iter | ( | const Gtk::TreeModel::iterator & | iter | ) |
Sets the dialog to display information about a file defined by given iterator.
iter | A Gtk::TreeIter pointing to desired file. |
Hildon::FileDetailsDialog* wrap | ( | HildonFileDetailsDialog * | 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. |