Ardour  9.0-pre0-1051-g8dd89616e1
bindings.h File Reference
#include <map>
#include <vector>
#include <list>
#include <stdint.h>
#include <ydk/gdkkeysyms.h>
#include <ytkmm/action.h>
#include <ytkmm/radioaction.h>
#include <ytkmm/toggleaction.h>
#include "pbd/signals.h"
#include "gtkmm2ext/visibility.h"
Include dependency graph for bindings.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Gtkmm2ext::KeyboardKey
 
class  Gtkmm2ext::MouseButton
 
class  Gtkmm2ext::Bindings
 
struct  Gtkmm2ext::Bindings::ActionInfo
 
struct  Gtkmm2ext::Bindings::DragsBlockBindings
 

Namespaces

 Gtkmm2ext
 

Typedefs

typedef std::vector< Bindings * > Gtkmm2ext::BindingSet
 

Functions

void Gtkmm2ext::set_widget_bindings (Gtk::Widget &, Bindings &, char const *const name)
 
void Gtkmm2ext::set_widget_bindings (Gtk::Widget &, BindingSet &, char const *const name)
 
std::ostream & operator<< (std::ostream &out, Gtkmm2ext::KeyboardKey const &k)
 

Variables

static char const *const Gtkmm2ext::ARDOUR_BINDING_KEY = "ardour-bindings"
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  out,
Gtkmm2ext::KeyboardKey const &  k 
)