ardour
Functions | Variables
Operations Namespace Reference

Functions

LIBARDOUR_API void make_operations_quarks ()
 

Variables

LIBARDOUR_API GQuark capture
 
LIBARDOUR_API GQuark paste
 
LIBARDOUR_API GQuark duplicate_region
 
LIBARDOUR_API GQuark insert_file
 
LIBARDOUR_API GQuark insert_region
 
LIBARDOUR_API GQuark drag_region_brush
 
LIBARDOUR_API GQuark region_drag
 
LIBARDOUR_API GQuark selection_grab
 
LIBARDOUR_API GQuark region_fill
 
LIBARDOUR_API GQuark fill_selection
 
LIBARDOUR_API GQuark create_region
 
LIBARDOUR_API GQuark region_copy
 
LIBARDOUR_API GQuark fixed_time_region_copy
 

Detailed Description

These are GQuarks for a subset of UI operations. We use these so that the undo system can be queried to find out what operations are currently in progress, by calling Session::current_operations().

It is only necessary to add a GQuark here if you subsequently want to be able to find out that a particular operation is in progress.

Function Documentation

void Operations::make_operations_quarks ( )

Definition at line 39 of file operations.cc.

Variable Documentation

GQuark Operations::capture

Definition at line 24 of file operations.cc.

GQuark Operations::create_region

Definition at line 34 of file operations.cc.

GQuark Operations::drag_region_brush

Definition at line 29 of file operations.cc.

GQuark Operations::duplicate_region

Definition at line 26 of file operations.cc.

GQuark Operations::fill_selection

Definition at line 33 of file operations.cc.

GQuark Operations::fixed_time_region_copy

Definition at line 36 of file operations.cc.

GQuark Operations::insert_file

Definition at line 27 of file operations.cc.

GQuark Operations::insert_region

Definition at line 28 of file operations.cc.

GQuark Operations::paste

Definition at line 25 of file operations.cc.

GQuark Operations::region_copy

Definition at line 35 of file operations.cc.

GQuark Operations::region_drag

Definition at line 30 of file operations.cc.

GQuark Operations::region_fill

Definition at line 32 of file operations.cc.

GQuark Operations::selection_grab

Definition at line 31 of file operations.cc.