|
Guitarix
|
This is the complete list of members for UIManager, including all inherited members.
| accelgroup | UIManager | private |
| actiongroup | UIManager | private |
| add_accelerator(Glib::RefPtr< Gtk::AccelGroup > &group, Glib::RefPtr< Gio::Action > action, const Glib::ustring &accelerator, Glib::VariantBase &target) | UIManager | static |
| add_accelerator(Glib::RefPtr< Gio::Action > action, Glib::VariantBase &target, const Glib::ustring &accelerator) | UIManager | |
| add_action(const Glib::ustring &action) | UIManager | |
| add_action(const Glib::ustring &action, sigc::slot< void()> slot) | UIManager | |
| add_radio_action(const Glib::ustring &action) | UIManager | |
| add_toggle_action(const Glib::ustring &action, bool state=false) | UIManager | |
| add_ui_bool_action(gx_engine::GxMachineBase &machine, const std::string &id, const Glib::ustring &name, bool is_active=false) | UIManager | |
| find_item(const Glib::ustring &action) | UIManager | |
| foreach_menu(search_func func) | UIManager | inline |
| foreach_menu_(Glib::RefPtr< Gio::Menu > &menu, search_func &func, int &startpos) | UIManager | private |
| get_accel_group() | UIManager | inline |
| get_action_group() | UIManager | inline |
| get_linked_menu(const Glib::ustring &action) | UIManager | |
| insert_action_group(Glib::RefPtr< Gio::SimpleActionGroup > &group) | UIManager | inline |
| menu | UIManager | private |
| menubar | UIManager | private |
| remove_item(const Glib::ustring &action) | UIManager | |
| search_func typedef | UIManager | |
| set_accelerators_from_menu(Glib::RefPtr< Gio::Menu > &menu) | UIManager | private |
| set_accelerators_from_menu() | UIManager | inline |
| set_widget_action(Gtk::Widget *w, const Glib::ustring &action) | UIManager | static |
| set_widget_action(Gtk::Widget *w, const Glib::RefPtr< Gio::Action > &action) | UIManager | static |
| UIManager(const std::string &file, Gtk::MenuBar *bar) | UIManager |