Planeshift
pawssheetline.h File Reference
#include <paws/pawswidget.h>

Go to the source code of this file.

Classes

class  Chord
 
class  Measure< MeasureElementType >
 A measure containing measure elements. More...
 
struct  Note
 A single note in a musical score. More...
 
class  pawsSheetLine
 This class draws a musical staff on the widget and creates notes and chords that it can represent on the staff. More...
 
class  SheetLine
 

Enumerations

enum  Duration {
  SIXTEENTH_DURATION = 1, EIGHTH_DURATION = 2, DOTTED_EIGHTH_DURATION = 3, QUARTER_DURATION = 4,
  DOTTED_QUARTER_DURATION = 6, HALF_DURATION = 8, DOTTED_HALF_DURATION = 12, WHOLE_DURATION = 16,
  DOTTED_WHOLE_DURATION = 24
}
 The number associated to each duration is the number of sixteenths in that note. More...
 

Functions

 CREATE_PAWS_FACTORY (pawsSheetLine)