ardour
Functions
editor_actions.cc File Reference
#include <gio/gio.h>
#include <gtk/gtkiconfactory.h>
#include "pbd/file_utils.h"
#include "gtkmm2ext/tearoff.h"
#include "gtkmm2ext/utils.h"
#include "ardour/filesystem_paths.h"
#include "ardour/profile.h"
#include "ardour/session.h"
#include "ardour/types.h"
#include "canvas/canvas.h"
#include "canvas/pixbuf.h"
#include "actions.h"
#include "ardour_ui.h"
#include "editing.h"
#include "editor.h"
#include "gui_thread.h"
#include "time_axis_view.h"
#include "utils.h"
#include "i18n.h"
#include "audio_time_axis.h"
#include "editor_group_tabs.h"
#include "editor_routes.h"
#include "editor_regions.h"

Go to the source code of this file.

Functions

static RefPtr< Action > reg_sens (RefPtr< ActionGroup > group, char const *name, char const *label, sigc::slot< void > slot)
 
static void toggle_reg_sens (RefPtr< ActionGroup > group, char const *name, char const *label, sigc::slot< void > slot)
 
static void radio_reg_sens (RefPtr< ActionGroup > action_group, RadioAction::Group &radio_group, char const *name, char const *label, sigc::slot< void > slot)
 

Function Documentation

static void radio_reg_sens ( RefPtr< ActionGroup >  action_group,
RadioAction::Group &  radio_group,
char const *  name,
char const *  label,
sigc::slot< void >  slot 
)
static

Definition at line 75 of file editor_actions.cc.

static RefPtr<Action> reg_sens ( RefPtr< ActionGroup >  group,
char const *  name,
char const *  label,
sigc::slot< void >  slot 
)
static

Definition at line 60 of file editor_actions.cc.

static void toggle_reg_sens ( RefPtr< ActionGroup >  group,
char const *  name,
char const *  label,
sigc::slot< void >  slot 
)
static

Definition at line 68 of file editor_actions.cc.