Maemomm Reference Documentation: hildon-notifymm |
Inheritance diagram for Hildon::FileSelection:
Public Member Functions | ||||
Gtk::TreeModel::iterator | get_current_folder_iter () const | |||
Retrieves an iterator to match the currently selected item in the navigation pane. | ||||
const HildonFileSelection* | gobj () const | |||
Provides access to the underlying C GtkObject. | ||||
HildonFileSelection* | gobj () | |||
Provides access to the underlying C GtkObject. | ||||
Glib::SignalProxy0<void> | signal_content_pane_context_menu () | |||
| ||||
Glib::SignalProxy0<void> | signal_current_folder_changed () | |||
| ||||
Glib::SignalProxy0<void> | signal_file_activated () | |||
| ||||
Glib::SignalProxy1< void, const Gtk::TreeModel::iterator& > | signal_location_insensitive () | |||
| ||||
Glib::SignalProxy0<void> | signal_navigation_pane_context_menu () | |||
| ||||
Glib::SignalProxy0<void> | signal_selection_changed () | |||
| ||||
virtual | ~FileSelection () | |||
Related Functions | ||||
(Note that these are not member functions.) | ||||
Hildon::FileSelection* | wrap (HildonFileSelection* object, bool take_copy=false) | |||
|
virtual Hildon::FileSelection::~FileSelection | ( | ) | [virtual] |
Gtk::TreeModel::iterator Hildon::FileSelection::get_current_folder_iter | ( | ) | const |
Retrieves an iterator to match the currently selected item in the navigation pane.
Internally this gets the selection from the tree and then the current iterator from the selection and converts the result accordingly.
const HildonFileSelection* Hildon::FileSelection::gobj | ( | ) | const [inline] |
HildonFileSelection* Hildon::FileSelection::gobj | ( | ) | [inline] |
Glib::SignalProxy0< void > Hildon::FileSelection::signal_content_pane_context_menu | ( | ) |
void content_pane_context_menu()
Glib::SignalProxy0< void > Hildon::FileSelection::signal_current_folder_changed | ( | ) |
void current_folder_changed()
Glib::SignalProxy0< void > Hildon::FileSelection::signal_file_activated | ( | ) |
void file_activated()
Glib::SignalProxy1< void,const Gtk::TreeModel::iterator& > Hildon::FileSelection::signal_location_insensitive | ( | ) |
Glib::SignalProxy0< void > Hildon::FileSelection::signal_navigation_pane_context_menu | ( | ) |
void navigation_pane_context_menu()
Glib::SignalProxy0< void > Hildon::FileSelection::signal_selection_changed | ( | ) |
void selection_changed()
Hildon::FileSelection* wrap | ( | HildonFileSelection * | 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. |