|
gtkmm
3.24.5
|
This is the complete list of members for Gtk::Application, including all inherited members.
| add_accelerator(const Glib::ustring& accelerator, const Glib::ustring& action_name, GVariant* parameter) | Gtk::Application | |
| add_accelerator(const Glib::ustring& accelerator, const Glib::ustring& action_name) | Gtk::Application | |
| add_window(Window& window) | Gtk::Application | |
| Application(Application&& src) noexcept | Gtk::Application | |
| Application(const Glib::ustring& application_id=Glib::ustring(), Gio::ApplicationFlags flags=Gio::APPLICATION_FLAGS_NONE) | Gtk::Application | explicitprotected |
| Application(int& argc, char**& argv, const Glib::ustring& application_id=Glib::ustring(), Gio::ApplicationFlags flags=Gio::APPLICATION_FLAGS_NONE) | Gtk::Application | explicitprotected |
| create(const Glib::ustring& application_id=Glib::ustring(), Gio::ApplicationFlags flags=Gio::APPLICATION_FLAGS_NONE) | Gtk::Application | static |
| create(int& argc, char**& argv, const Glib::ustring& application_id=Glib::ustring(), Gio::ApplicationFlags flags=Gio::APPLICATION_FLAGS_NONE) | Gtk::Application | static |
| get_accels_for_action(const Glib::ustring& detailed_action_name) const | Gtk::Application | |
| get_actions_for_accel(const Glib::ustring& accel) const | Gtk::Application | |
| get_active_window() | Gtk::Application | |
| get_active_window() const | Gtk::Application | |
| get_app_menu() | Gtk::Application | |
| get_app_menu() const | Gtk::Application | |
| get_menu_by_id(const Glib::ustring& id) | Gtk::Application | |
| get_menu_by_id(const Glib::ustring& id) const | Gtk::Application | |
| get_menubar() | Gtk::Application | |
| get_menubar() const | Gtk::Application | |
| get_type() | Gtk::Application | static |
| get_window_by_id(guint id) | Gtk::Application | |
| get_window_by_id(guint id) const | Gtk::Application | |
| get_windows() | Gtk::Application | |
| get_windows() const | Gtk::Application | |
| gobj() | Gtk::Application | inline |
| gobj() const | Gtk::Application | inline |
| gobj_copy() | Gtk::Application | |
| inhibit(Window& window, ApplicationInhibitFlags flags, const Glib::ustring& reason) | Gtk::Application | |
| is_inhibited(ApplicationInhibitFlags flags) const | Gtk::Application | |
| list_action_descriptions() const | Gtk::Application | |
| on_window_added(Window* window) | Gtk::Application | protectedvirtual |
| on_window_removed(Window* window) | Gtk::Application | protectedvirtual |
| operator=(Application&& src) noexcept | Gtk::Application | |
| prefers_app_menu() const | Gtk::Application | |
| property_active_window() const | Gtk::Application | |
| property_app_menu() | Gtk::Application | |
| property_app_menu() const | Gtk::Application | |
| property_menubar() | Gtk::Application | |
| property_menubar() const | Gtk::Application | |
| property_register_session() | Gtk::Application | |
| property_register_session() const | Gtk::Application | |
| remove_accelerator(const Glib::ustring& action_name, GVariant* parameter) | Gtk::Application | |
| remove_accelerator(const Glib::ustring& action_name) | Gtk::Application | |
| remove_window(Window& window) | Gtk::Application | |
| run(int argc, char** argv) | Gtk::Application | |
| run(Window& window, int argc, char** argv) | Gtk::Application | |
| run(Window& window) | Gtk::Application | |
| run() | Gtk::Application | |
| set_accel_for_action(const Glib::ustring& detailed_action_name, const Glib::ustring& accel) | Gtk::Application | |
| set_accels_for_action(const Glib::ustring& detailed_action_name, const std::vector< Glib::ustring >& accels) | Gtk::Application | |
| set_app_menu(const Glib::RefPtr< Gio::MenuModel >& app_menu) | Gtk::Application | |
| set_menubar(const Glib::RefPtr< Gio::MenuModel >& menubar) | Gtk::Application | |
| signal_window_added() | Gtk::Application | |
| signal_window_removed() | Gtk::Application | |
| uninhibit(guint cookie) | Gtk::Application | |
| unset_accels_for_action(const Glib::ustring& detailed_action_name) | Gtk::Application | |
| wrap(GtkApplication* object, bool take_copy=false) | Gtk::Application | related |
| ~Application() noexcept override | Gtk::Application |