#include <durationtype.h>
|
| enum | DurationType : signed char {
DurationType::V_LONG,
DurationType::V_BREVE,
DurationType::V_WHOLE,
DurationType::V_HALF,
DurationType::V_QUARTER,
DurationType::V_EIGHTH,
DurationType::V_16TH,
DurationType::V_32ND,
DurationType::V_64TH,
DurationType::V_128TH,
DurationType::V_256TH,
DurationType::V_512TH,
DurationType::V_1024TH,
DurationType::V_ZERO,
DurationType::V_MEASURE,
DurationType::V_INVALID
} |
| |
◆ DurationType
| Enumerator |
|---|
| V_LONG | |
| V_BREVE | |
| V_WHOLE | |
| V_HALF | |
| V_QUARTER | |
| V_EIGHTH | |
| V_16TH | |
| V_32ND | |
| V_64TH | |
| V_128TH | |
| V_256TH | |
| V_512TH | |
| V_1024TH | |
| V_ZERO | |
| V_MEASURE | |
| V_INVALID | |
◆ TDuration() [1/4]
| Ms::TDuration::TDuration |
( |
| ) |
|
|
inline |
◆ TDuration() [2/4]
◆ TDuration() [3/4]
| Ms::TDuration::TDuration |
( |
const QString & |
s | ) |
|
◆ TDuration() [4/4]
◆ dots()
| int Ms::TDuration::dots |
( |
| ) |
const |
|
inline |
◆ durationTypeUserName()
| QString Ms::TDuration::durationTypeUserName |
( |
| ) |
const |
◆ fraction()
| Fraction Ms::TDuration::fraction |
( |
| ) |
const |
◆ hasStem()
| bool Ms::TDuration::hasStem |
( |
| ) |
const |
◆ headType()
◆ hooks()
| int Ms::TDuration::hooks |
( |
| ) |
const |
◆ isMeasure()
| bool Ms::TDuration::isMeasure |
( |
| ) |
const |
|
inline |
◆ isValid() [1/2]
| bool Ms::TDuration::isValid |
( |
| ) |
const |
|
inline |
◆ isValid() [2/2]
| bool Ms::TDuration::isValid |
( |
Fraction |
f | ) |
|
|
static |
◆ isZero()
| bool Ms::TDuration::isZero |
( |
| ) |
const |
|
inline |
◆ name()
| QString Ms::TDuration::name |
( |
| ) |
const |
◆ operator!=()
| bool Ms::TDuration::operator!= |
( |
const TDuration & |
t | ) |
const |
|
inline |
◆ operator+()
◆ operator+=()
◆ operator-()
◆ operator-=()
◆ operator<()
| bool Ms::TDuration::operator< |
( |
const TDuration & |
t | ) |
const |
◆ operator<=()
| bool Ms::TDuration::operator<= |
( |
const TDuration & |
t | ) |
const |
◆ operator==() [1/2]
| bool Ms::TDuration::operator== |
( |
const TDuration & |
t | ) |
const |
|
inline |
◆ operator==() [2/2]
| bool Ms::TDuration::operator== |
( |
const DurationType & |
t | ) |
const |
|
inline |
◆ operator>()
| bool Ms::TDuration::operator> |
( |
const TDuration & |
t | ) |
const |
◆ operator>=()
| bool Ms::TDuration::operator>= |
( |
const TDuration & |
t | ) |
const |
◆ setDots()
| void Ms::TDuration::setDots |
( |
int |
v | ) |
|
◆ setDotsToFitFraction()
| bool Ms::TDuration::setDotsToFitFraction |
( |
const Fraction & |
l, |
|
|
int |
maxDots |
|
) |
| |
|
private |
◆ setType() [1/2]
◆ setType() [2/2]
| void Ms::TDuration::setType |
( |
const QString & |
s | ) |
|
◆ setVal()
| void Ms::TDuration::setVal |
( |
int |
tick | ) |
|
◆ shift()
| TDuration Ms::TDuration::shift |
( |
int |
nSteps | ) |
const |
|
inline |
◆ shiftRetainDots()
| TDuration Ms::TDuration::shiftRetainDots |
( |
int |
nSteps, |
|
|
bool |
stepDotted = false |
|
) |
| |
|
inline |
◆ shiftType()
| void Ms::TDuration::shiftType |
( |
int |
nSteps, |
|
|
bool |
stepDotted = false |
|
) |
| |
|
private |
◆ ticks()
◆ truncateToFraction()
| void Ms::TDuration::truncateToFraction |
( |
const Fraction & |
l, |
|
|
int |
maxDots |
|
) |
| |
|
private |
◆ type()
◆ _dots
| char Ms::TDuration::_dots |
|
private |
◆ _val
The documentation for this class was generated from the following files: