|
Canorus
0.7
|
Text sign. More...
#include <text.h>

Private Attributes | |
| QString | _text |
Additional Inherited Members | |
Public Types inherited from CAMark | |
| enum | CAMarkType { Undefined = -1, Text, Tempo, Ritardando, Dynamic, Crescendo, Pedal, InstrumentChange, BookMark, RehersalMark, Fermata, RepeatMark, Articulation, Fingering } |
Static Public Member Functions inherited from CAMark | |
| static const QString | markTypeToString (CAMarkType t) |
| static CAMarkType | markTypeFromString (const QString s) |
Protected Member Functions inherited from CAMark | |
| void | setCommon (bool c) |
Protected Attributes inherited from CAMusElement | |
| QList< CAMark * > | _markList |
| CAMusElementType | _musElementType |
| CAContext * | _context |
| int | _timeStart |
| int | _timeLength |
| bool | _visible |
| QColor | _color |
| QString | _name |
Text sign.
Copyright (c) 2007, Matevž Jekovec, Canorus development team All Rights Reserved. See AUTHORS for a complete list of authors.
Licensed under the GNU GENERAL PUBLIC LICENSE. See LICENSE.GPL for details.
Copyright (c) 2007, Matevž Jekovec, Canorus development team All Rights Reserved. See AUTHORS for a complete list of authors.
Licensed under the GNU GENERAL PUBLIC LICENSE. See LICENSE.GPL for details.
Arbitrary text above or below playable elements.
| CAText::CAText | ( | const QString | text, |
| CAPlayable * | m | ||
| ) |
|
virtual |
|
virtual |
Reimplemented from CAMark.
References CAText(), CAMusElement::isPlayable(), and text().

|
virtual |
Compares the music element with the given elt and returns number of differences in their properties. Returns 0, if the music elements are exact; -1 if the music element type differs; otherwise number greater than 0.
This method is usually used when opening a score document where music elements are written in various voices (eg. barlines), but are eventually merged and written only once per staff.
Reimplemented from CAMark.
References CAMusElement::Mark, CAMusElement::musElementType(), CAMark::Text, and text().

|
inline |
|
inline |
References _text.
Referenced by clone(), compare(), and CACanorusMLExport::exportMarks().

1.8.3