Ardour
9.0-pre0-582-g084a23a80d
|
#include <ghostregion.h>
Public Member Functions | |
AudioGhostRegion (RegionView &rv, TimeAxisView &tv, TimeAxisView &source_tv, double initial_unit_pos) | |
void | set_samples_per_pixel (double) |
void | set_height () |
void | set_colors () |
Public Member Functions inherited from GhostRegion | |
GhostRegion (RegionView &rv, ArdourCanvas::Container *parent, TimeAxisView &tv, TimeAxisView &source_tv, double initial_unit_pos) | |
virtual | ~GhostRegion () |
void | set_duration (double units) |
virtual void | set_selected (bool) |
guint | source_track_color (unsigned char alpha=0xff) |
bool | is_automation_ghost () |
Public Attributes | |
std::vector< ArdourWaveView::WaveView * > | waves |
Public Attributes inherited from GhostRegion | |
RegionView & | parent_rv |
TimeAxisView & | trackview |
TimeAxisView & | source_trackview |
ArdourCanvas::Container * | group |
ArdourCanvas::Rectangle * | base_rect |
Definition at line 86 of file ghostregion.h.
AudioGhostRegion::AudioGhostRegion | ( | RegionView & | rv, |
TimeAxisView & | tv, | ||
TimeAxisView & | source_tv, | ||
double | initial_unit_pos | ||
) |
|
virtual |
Reimplemented from GhostRegion.
|
virtual |
Reimplemented from GhostRegion.
|
virtual |
Implements GhostRegion.
std::vector<ArdourWaveView::WaveView*> AudioGhostRegion::waves |
Definition at line 97 of file ghostregion.h.