Planeshift
Client_gui

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)
 

Detailed Description

Enumeration Type Documentation

enum Duration

The number associated to each duration is the number of sixteenths in that note.

Enumerator
SIXTEENTH_DURATION 
EIGHTH_DURATION 
DOTTED_EIGHTH_DURATION 
QUARTER_DURATION 
DOTTED_QUARTER_DURATION 
HALF_DURATION 
DOTTED_HALF_DURATION 
WHOLE_DURATION 
DOTTED_WHOLE_DURATION 

Definition at line 46 of file pawssheetline.h.

Function Documentation

CREATE_PAWS_FACTORY ( pawsSheetLine  )