Ardour  8.7-15-gadf511264b
uimanager.h File Reference
#include <glibmm/ustring.h>
#include <sigc++/sigc++.h>
#include <gtkmm/widget.h>
#include <gtkmm/action.h>
#include <gtkmm/actiongroup.h>
#include <gtkmm/uimanager.h>
Include dependency graph for uimanager.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Gtk::UIManager
 

Namespaces

 Gtk
 
 Glib
 

Enumerations

enum  Gtk::UIManagerItemType {
  Gtk::UI_MANAGER_AUTO = 0 , Gtk::UI_MANAGER_MENUBAR = 1 << 0 , Gtk::UI_MANAGER_MENU = 1 << 1 , Gtk::UI_MANAGER_TOOLBAR = 1 << 2 ,
  Gtk::UI_MANAGER_PLACEHOLDER = 1 << 3 , Gtk::UI_MANAGER_POPUP = 1 << 4 , Gtk::UI_MANAGER_MENUITEM = 1 << 5 , Gtk::UI_MANAGER_TOOLITEM = 1 << 6 ,
  Gtk::UI_MANAGER_SEPARATOR = 1 << 7 , Gtk::UI_MANAGER_ACCELERATOR = 1 << 8 , Gtk::UI_MANAGER_POPUP_WITH_ACCELS = 1 << 9
}
 

Functions

UIManagerItemType Gtk::operator| (UIManagerItemType lhs, UIManagerItemType rhs)
 
UIManagerItemType Gtk::operator& (UIManagerItemType lhs, UIManagerItemType rhs)
 
UIManagerItemType Gtk::operator^ (UIManagerItemType lhs, UIManagerItemType rhs)
 
UIManagerItemType Gtk::operator~ (UIManagerItemType flags)
 
UIManagerItemType & Gtk::operator|= (UIManagerItemType &lhs, UIManagerItemType rhs)
 
UIManagerItemType & Gtk::operator&= (UIManagerItemType &lhs, UIManagerItemType rhs)
 
UIManagerItemType & Gtk::operator^= (UIManagerItemType &lhs, UIManagerItemType rhs)