Maemomm Reference Documentation: hildon-notifymm |
Inheritance diagram for Hildon::FileDetailsDialog:
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. | ||||
virtual | ~FileDetailsDialog () | |||
Related Functions | ||||
(Note that these are not member functions.) | ||||
Hildon::FileDetailsDialog* | wrap (HildonFileDetailsDialog* object, bool take_copy=false) | |||
|
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 | ) |
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 | ( | ) | const |
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] |
Hildon::FileDetailsDialog* wrap | ( | HildonFileDetailsDialog * | object, | |
bool | take_copy = false | |||
) | [related] |
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. |