8#ifndef DRAWABLEFUNCTIONMARK_H_
9#define DRAWABLEFUNCTIONMARK_H_
Definition: drawablecontext.h:18
Definition: drawablefunctionmarkcontext.h:15
Rectangles, key names, numbers below/above function, lines etc. Support class which draws the key of ...
Definition: drawablefunctionmark.h:39
CADrawableFunctionMark * _function1
Definition: drawablefunctionmark.h:70
void setExtenderLineVisible(bool visible)
Definition: drawablefunctionmark.h:63
QString _key
Definition: drawablefunctionmark.h:69
bool _extenderLineVisible
Definition: drawablefunctionmark.h:71
CADrawableFunctionMark * _function2
Definition: drawablefunctionmark.h:70
CADrawableFunctionMarkSupportType
Definition: drawablefunctionmark.h:41
@ Key
Definition: drawablefunctionmark.h:42
@ Tonicization
Definition: drawablefunctionmark.h:45
@ ChordArea
Definition: drawablefunctionmark.h:44
@ Rectangle
Definition: drawablefunctionmark.h:43
@ Ellipse
Definition: drawablefunctionmark.h:46
@ Alterations
Definition: drawablefunctionmark.h:47
CADrawableFunctionMarkSupport(CADrawableFunctionMarkSupportType, const QString key, CADrawableContext *c, double x, double y)
Definition: drawablefunctionmark.cpp:130
void setRectWider(bool wider)
Definition: drawablefunctionmark.h:65
bool _rectWider
Definition: drawablefunctionmark.h:72
bool rectWider()
Definition: drawablefunctionmark.h:64
CADrawableFunctionMarkSupportType _drawableFunctionMarkSupportType
Definition: drawablefunctionmark.h:68
CADrawableFunctionMarkSupportType drawableFunctionMarkSupportType()
Definition: drawablefunctionmark.h:60
bool isExtenderLineVisible()
Definition: drawablefunctionmark.h:62
~CADrawableFunctionMarkSupport()
Definition: drawablefunctionmark.cpp:257
void draw(QPainter *p, const CADrawSettings s)
Definition: drawablefunctionmark.cpp:260
The drawable instance of the function mark. These music elements are ordinary music elements selectab...
Definition: drawablefunctionmark.h:17
bool isExtenderLineOnly()
Definition: drawablefunctionmark.h:30
bool _extenderLineOnly
Definition: drawablefunctionmark.h:36
CAFunctionMark * functionMark()
Definition: drawablefunctionmark.h:25
QString _text
Definition: drawablefunctionmark.h:35
void setExtenderLineOnly(bool line)
Definition: drawablefunctionmark.h:31
void setExtenderLineVisible(bool visible)
Definition: drawablefunctionmark.h:29
~CADrawableFunctionMark()
Definition: drawablefunctionmark.cpp:88
bool isExtenderLineVisible()
Definition: drawablefunctionmark.h:28
CADrawableFunctionMarkContext * drawableFunctionMarkContext()
Definition: drawablefunctionmark.h:26
CADrawableFunctionMark(CAFunctionMark *function, CADrawableFunctionMarkContext *context, double x, double y)
Definition: drawablefunctionmark.cpp:24
void draw(QPainter *p, const CADrawSettings s)
Definition: drawablefunctionmark.cpp:92
bool _extenderLineVisible
Definition: drawablefunctionmark.h:34
Definition: drawablemuselement.h:16
CADrawableContext * _drawableContext
Definition: drawablemuselement.h:47
CAMusElement * _musElement
Definition: drawablemuselement.h:48
double _height
Definition: drawable.h:89
virtual CADrawable * clone()
Definition: drawable.cpp:23
double _yPos
Definition: drawable.h:87
Represents a function mark in the score.
Definition: functionmark.h:18
Definition: drawable.h:16