#include <drawablefiguredbassnumber.h>
|
| | CADrawableFiguredBassNumber (CAFiguredBassMark *m, int number, CADrawableFiguredBassContext *, double x, double y) |
| |
| virtual | ~CADrawableFiguredBassNumber () |
| |
| CADrawableFiguredBassNumber * | clone (CADrawableContext *c) |
| |
| void | draw (QPainter *p, const CADrawSettings s) |
| |
| CAFiguredBassMark * | figuredBassMark () |
| |
| int | number () |
| |
| | CADrawableMusElement (CAMusElement *musElement, CADrawableContext *drawableContext, double x, double y) |
| |
| CADrawableMusElementType | drawableMusElementType () |
| |
| CAMusElement * | musElement () |
| |
| CADrawableContext * | drawableContext () |
| |
| void | setDrawableContext (CADrawableContext *context) |
| |
| virtual CADrawableMusElement * | clone (CADrawableContext *newContext=0)=0 |
| |
| | CADrawable (double x, double y) |
| |
| virtual | ~CADrawable () |
| |
| virtual void | draw (QPainter *p, const CADrawSettings s)=0 |
| |
| virtual CADrawable * | clone () |
| |
| void | drawHScaleHandles (QPainter *p, const CADrawSettings s) |
| |
| void | drawVScaleHandles (QPainter *p, const CADrawSettings s) |
| |
| CADrawableType | drawableType () |
| |
| double | xPos () const |
| |
| double | yPos () const |
| |
| double | width () const |
| |
| double | height () const |
| |
| double | neededSpaceWidth () const |
| |
| double | neededSpaceHeight () const |
| |
| double | neededWidth () const |
| |
| double | neededHeight () const |
| |
| double | xCenter () const |
| |
| double | yCenter () const |
| |
| const QRect | bBox () const |
| |
| bool | isVisible () const |
| |
| bool | isSelectable () const |
| |
| bool | isHScalable () const |
| |
| bool | isVScalable () const |
| |
| void | setXPos (double xPos) |
| |
| void | setYPos (double yPos) |
| |
| void | setWidth (double width) |
| |
| void | setHeight (double height) |
| |
| void | setNeededSpaceWidth (double width) |
| |
| void | setNeededSpaceHeight (double height) |
| |
| void | setVisible (bool v) |
| |
| void | setSelectable (bool s) |
| |
| void | setHScalable (bool s) |
| |
| void | setVScalable (bool s) |
| |
|
| enum | CADrawableMusElementType {
DrawableNote
, DrawableRest
, DrawableMidiNote
, DrawableClef
,
DrawableKeySignature
, DrawableTimeSignature
, DrawableBarline
, DrawableAccidental
,
DrawableSlur
, DrawableTuplet
, DrawableSyllable
, DrawableFunctionMark
,
DrawableFunctionMarkSupport
, DrawableFiguredBassNumber
, DrawableMark
} |
| |
| enum | CADrawableType { DrawableMusElement
, DrawableContext
} |
| |
| enum | CADirection {
Undefined
, Top
, Bottom
, Left
,
Right
, TopLeft
, TopRight
, BottomLeft
,
BottomRight
} |
| |
| void | setDrawableMusElementType (CADrawableMusElementType t) |
| |
| void | setDrawableType (CADrawableType t) |
| |
| CADrawableMusElementType | _drawableMusElementType |
| |
| CADrawableContext * | _drawableContext |
| |
| CAMusElement * | _musElement |
| |
| bool | _selectable |
| |
| CADrawableType | _drawableType |
| |
| double | _xPos |
| |
| double | _yPos |
| |
| double | _width |
| |
| double | _height |
| |
| double | _neededSpaceWidth |
| |
| double | _neededSpaceHeight |
| |
| bool | _visible |
| |
| bool | _selectable |
| |
| bool | _hScalable |
| |
| bool | _vScalable |
| |
| static const int | SCALE_HANDLES_SIZE = 2 |
| |
◆ CADrawableFiguredBassNumber()
◆ ~CADrawableFiguredBassNumber()
| CADrawableFiguredBassNumber::~CADrawableFiguredBassNumber |
( |
| ) |
|
|
virtual |
◆ clone()
◆ draw()
◆ figuredBassMark()
◆ number()
| int CADrawableFiguredBassNumber::number |
( |
| ) |
|
|
inline |
◆ _number
| int CADrawableFiguredBassNumber::_number |
|
private |
◆ DEFAULT_NUMBER_SIZE
| const double CADrawableFiguredBassNumber::DEFAULT_NUMBER_SIZE = 17 |
|
static |
The documentation for this class was generated from the following files: