|
Ardour
9.0-pre0-1952-gc5e0b21049
|
#include <ghostregion.h>
Public Member Functions | |
| GhostRegion (RegionView &rv, ArdourCanvas::Container *parent, TimeAxisView &tv, TimeAxisView &source_tv, double initial_unit_pos) | |
| virtual | ~GhostRegion () |
| virtual void | set_samples_per_pixel (double)=0 |
| virtual void | set_height () |
| virtual void | set_colors () |
| void | set_duration (double units) |
| virtual void | set_selected (bool) |
| guint | source_track_color (unsigned char alpha=0xff) |
| bool | is_automation_ghost () |
Public Attributes | |
| RegionView & | parent_rv |
| TimeAxisView & | trackview |
| TimeAxisView & | source_trackview |
| ArdourCanvas::Container * | group |
| ArdourCanvas::Rectangle * | base_rect |
Definition at line 55 of file ghostregion.h.
| GhostRegion::GhostRegion | ( | RegionView & | rv, |
| ArdourCanvas::Container * | parent, | ||
| TimeAxisView & | tv, | ||
| TimeAxisView & | source_tv, | ||
| double | initial_unit_pos | ||
| ) |
|
virtual |
| bool GhostRegion::is_automation_ghost | ( | ) |
|
virtual |
Reimplemented in VelocityGhostRegion, MidiGhostRegion, and AudioGhostRegion.
| void GhostRegion::set_duration | ( | double | units | ) |
|
virtual |
Reimplemented in MidiGhostRegion, and AudioGhostRegion.
|
pure virtual |
Implemented in AudioGhostRegion, and MidiGhostRegion.
|
inlinevirtual |
Definition at line 72 of file ghostregion.h.
| guint GhostRegion::source_track_color | ( | unsigned char | alpha = 0xff | ) |
| ArdourCanvas::Rectangle* GhostRegion::base_rect |
Definition at line 83 of file ghostregion.h.
| ArdourCanvas::Container* GhostRegion::group |
Definition at line 82 of file ghostregion.h.
| RegionView& GhostRegion::parent_rv |
Definition at line 77 of file ghostregion.h.
| TimeAxisView& GhostRegion::source_trackview |
TimeAxisView that we are a ghost for
Definition at line 81 of file ghostregion.h.
| TimeAxisView& GhostRegion::trackview |
TimeAxisView that is the AutomationTimeAxisView that we are on
Definition at line 79 of file ghostregion.h.