#include <appview.h>
Inheritance diagram for Hildon::AppView:

Public Member Functions | |
| virtual | ~AppView () |
| HildonAppView * | gobj () |
| Provides access to the underlying C GtkObject. | |
| const HildonAppView * | gobj () const |
| Provides access to the underlying C GtkObject. | |
| AppView (const Glib::ustring &title) | |
| void | add_with_scrollbar (Gtk::Widget &child) |
| Adds the child to the self (HildonAppView) and creates a vertical scrollbar to it. | |
| void | set_fullscreen_key_allowed (bool allow=true) |
| Sets given Hildon::AppView whether to allow toggling fullscreen mode with a shortcut key. | |
| bool | get_fullscreen_key_allowed () const |
| Check if fullscreening with a shortcut is allowed for given Hildon::AppView. | |
| bool | get_fullscreen () const |
| Gets the current state of fullscreen mode. | |
| void | set_fullscreen (bool fullscreen=true) |
| Set the fullscreen state of given Hildon::AppView class. | |
| Gtk::Menu * | get_menu () |
| Gets the Gt::Menu assigned to the Hildon::Appview. | |
| const Gtk::Menu * | get_menu () const |
| Gets the Gt::Menu assigned to the Hildon::Appview. | |
| void | set_title (const Glib::ustring &newname) |
| Sets an title of an application view. | |
| Glib::ustring | get_title () const |
| Gets the title of given Hildon::AppView. | |
| void | set_connected_adjustment (Gtk::Adjustment &adjustment) |
| Sets a Gtk::Adjustment which will change when increase/decrease buttons are pressed. | |
| Gtk::Adjustment * | get_connected_adjustment () |
| Retrieves the Gtk::Adjustment which is connected to this application view and is changed with increase / decrease hardware buttons. | |
| const Gtk::Adjustment * | get_connected_adjustment () const |
| Retrieves the Gtk::Adjustment which is connected to this application view and is changed with increase / decrease hardware buttons. | |
| void | set_menu_ui (const Glib::ustring &ui_string) |
| Sets the ui description (xml) from which the UIManager creates menus (see GtkUIManager for details on how to use it). | |
| const Glib::ustring & | set_menu_ui () |
| Sets the ui description (xml) from which the UIManager creates menus (see Gtk::UIManager for details on how to use it). | |
| Glib::SignalProxy0< void > | signal_toolbar_changed () |
| Glib::SignalProxy0< void > | signal_toolbar_toggle_request () |
| Glib::SignalProxy1< void, bool > | signal_fullscreen_state_change () |
| Glib::SignalProxy0< void > | signal_title_change () |
| Glib::SignalProxy0< void > | signal_switched_to () |
| Glib::SignalProxy0< void > | signal_switched_from () |
| Glib::SignalProxy1< void, guint > | signal_increase_button_event () |
| Glib::SignalProxy1< void, guint > | signal_decrease_button_event () |
Related Functions | |
| (Note that these are not member functions.) | |
| Hildon::AppView * | wrap (HildonAppView *object, bool take_copy=false) |
|
|
|
|
|
|
|
|
Adds the child to the self (HildonAppView) and creates a vertical scrollbar to it. Similar as adding first a Gtk::ScrolledWindow and then the child to it.
|
|
|
Retrieves the Gtk::Adjustment which is connected to this application view and is changed with increase / decrease hardware buttons.
|
|
|
Retrieves the Gtk::Adjustment which is connected to this application view and is changed with increase / decrease hardware buttons.
|
|
|
Gets the current state of fullscreen mode.
|
|
|
Check if fullscreening with a shortcut is allowed for given Hildon::AppView.
|
|
|
Gets the Gt::Menu assigned to the Hildon::Appview.
|
|
|
Gets the Gt::Menu assigned to the Hildon::Appview.
|
|
|
Gets the title of given Hildon::AppView.
|
|
|
Provides access to the underlying C GtkObject.
|
|
|
Provides access to the underlying C GtkObject.
|
|
|
Sets a Gtk::Adjustment which will change when increase/decrease buttons are pressed.
|
|
|
Set the fullscreen state of given Hildon::AppView class.
|
|
|
Sets given Hildon::AppView whether to allow toggling fullscreen mode with a shortcut key.
|
|
|
Sets the ui description (xml) from which the UIManager creates menus (see Gtk::UIManager for details on how to use it).
|
|
|
Sets the ui description (xml) from which the UIManager creates menus (see GtkUIManager for details on how to use it).
|
|
|
Sets an title of an application view. The title is visible only if two-part-title is enabled on the Hildon::App.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
1.4.6