ardour
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
CrossfadeEditor::Point Struct Reference

Public Member Functions

 ~Point ()
 
void move_to (double x, double y, double xfract, double yfract)
 

Public Attributes

ArdourCanvas::Rectangle * box
 
ArdourCanvas::PolyLine * curve
 
double x
 
double y
 

Static Public Attributes

static const int32_t size = 7
 

Detailed Description

Definition at line 95 of file crossfade_edit.h.

Constructor & Destructor Documentation

CrossfadeEditor::Point::~Point ( )

Definition at line 454 of file crossfade_edit.cc.

Member Function Documentation

void CrossfadeEditor::Point::move_to ( double  x,
double  y,
double  xfract,
double  yfract 
)

Definition at line 500 of file crossfade_edit.cc.

Member Data Documentation

ArdourCanvas::Rectangle* CrossfadeEditor::Point::box

Definition at line 98 of file crossfade_edit.h.

ArdourCanvas::PolyLine* CrossfadeEditor::Point::curve

Definition at line 99 of file crossfade_edit.h.

const int32_t CrossfadeEditor::Point::size = 7
static

Definition at line 103 of file crossfade_edit.h.

double CrossfadeEditor::Point::x

Definition at line 100 of file crossfade_edit.h.

double CrossfadeEditor::Point::y

Definition at line 101 of file crossfade_edit.h.


The documentation for this struct was generated from the following files: