|
MUSX Document Model
|
Cue classification and visibility information for an entry. More...
#include <Cue.h>
Public Types | |
| enum class | Kind { None , PartOnly , ScoreVisible } |
| Source-level cue classification for a reduced entry. More... | |
Public Member Functions | |
| bool | isCue () const noexcept |
| Returns whether the entry is classified as cue material. | |
Public Attributes | |
| Kind | kind {Kind::None} |
| Source-level cue classification. | |
| int | entrySizePercent {100} |
| Effective entry size in the requested context. | |
| bool | visibleInRequestedContext {} |
| Whether the entry is visible in its EntryFrame's requested context. | |
| bool | visibleInScore {} |
| Whether the entry is visible in the score. | |
| bool | visibleInAnyLinkedPart {} |
| Whether the entry is visible in at least one linked part. | |
Cue classification and visibility information for an entry.
|
strong |