ardour
Classes | Namespaces | Variables
region.h File Reference
#include <vector>
#include <boost/shared_ptr.hpp>
#include <boost/enable_shared_from_this.hpp>
#include <boost/utility.hpp>
#include "pbd/undo.h"
#include "pbd/signals.h"
#include "ardour/ardour.h"
#include "ardour/data_type.h"
#include "ardour/automatable.h"
#include "ardour/movable.h"
#include "ardour/readable.h"
#include "ardour/session_object.h"
#include "ardour/trimmable.h"

Go to the source code of this file.

Classes

class  ARDOUR::Region
 

Namespaces

 ARDOUR
 
 ARDOUR::Properties
 

Variables

LIBARDOUR_API
PBD::PropertyDescriptor< bool > 
ARDOUR::Properties::muted
 
LIBARDOUR_API
PBD::PropertyDescriptor< bool > 
ARDOUR::Properties::opaque
 
LIBARDOUR_API
PBD::PropertyDescriptor< bool > 
ARDOUR::Properties::locked
 
LIBARDOUR_API
PBD::PropertyDescriptor< bool > 
ARDOUR::Properties::video_locked
 
LIBARDOUR_API
PBD::PropertyDescriptor< bool > 
ARDOUR::Properties::automatic
 
LIBARDOUR_API
PBD::PropertyDescriptor< bool > 
ARDOUR::Properties::whole_file
 
LIBARDOUR_API
PBD::PropertyDescriptor< bool > 
ARDOUR::Properties::import
 
LIBARDOUR_API
PBD::PropertyDescriptor< bool > 
ARDOUR::Properties::external
 
LIBARDOUR_API
PBD::PropertyDescriptor< bool > 
ARDOUR::Properties::sync_marked
 
LIBARDOUR_API
PBD::PropertyDescriptor< bool > 
ARDOUR::Properties::left_of_split
 
LIBARDOUR_API
PBD::PropertyDescriptor< bool > 
ARDOUR::Properties::right_of_split
 
LIBARDOUR_API
PBD::PropertyDescriptor< bool > 
ARDOUR::Properties::hidden
 
LIBARDOUR_API
PBD::PropertyDescriptor< bool > 
ARDOUR::Properties::position_locked
 
LIBARDOUR_API
PBD::PropertyDescriptor< bool > 
ARDOUR::Properties::valid_transients
 
LIBARDOUR_API
PBD::PropertyDescriptor
< framepos_t
ARDOUR::Properties::start
 
LIBARDOUR_API
PBD::PropertyDescriptor
< framecnt_t
ARDOUR::Properties::length
 
LIBARDOUR_API
PBD::PropertyDescriptor
< framepos_t
ARDOUR::Properties::position
 
LIBARDOUR_API
PBD::PropertyDescriptor
< framecnt_t
ARDOUR::Properties::sync_position
 
LIBARDOUR_API
PBD::PropertyDescriptor
< layer_t
ARDOUR::Properties::layer
 
LIBARDOUR_API
PBD::PropertyDescriptor
< framepos_t
ARDOUR::Properties::ancestral_start
 
LIBARDOUR_API
PBD::PropertyDescriptor
< framecnt_t
ARDOUR::Properties::ancestral_length
 
LIBARDOUR_API
PBD::PropertyDescriptor< float > 
ARDOUR::Properties::stretch
 
LIBARDOUR_API
PBD::PropertyDescriptor< float > 
ARDOUR::Properties::shift
 
LIBARDOUR_API
PBD::PropertyDescriptor
< PositionLockStyle
ARDOUR::Properties::position_lock_style
 
LIBARDOUR_API
PBD::PropertyDescriptor
< uint64_t > 
ARDOUR::Properties::layering_index
 
 EditChangesNothing = 0
 
 EditChangesName = 1
 

Variable Documentation

EditChangesName = 1

Definition at line 78 of file region.h.

EditChangesNothing = 0

Definition at line 77 of file region.h.