SSDirectionType

Superclass:
NSObject
Declared In:

Introduction

encapsulates a direction-type element



Properties

components

the components in the layout associated with this item

directive

true if a directive, ie aligned with the left of the time signature

dirType_h

the unique identifier for a direction-type inside a direction

placement

above or below the staff

rawdirectiontype

the sscore_con_directiontype

staffIndex

the staff: 1 = lower of 2, else 0

type

the type of direction


components


the components in the layout associated with this item

@property (readonly) NSArray<SSComponent*> *components; 

directive


true if a directive, ie aligned with the left of the time signature

@property (readonly) bool directive; 

dirType_h


the unique identifier for a direction-type inside a direction

@property (readonly) sscore_directiontype_handle dirType_h; 

placement


above or below the staff

@property (readonly) enum sscore_placement_e placement; 

rawdirectiontype


the sscore_con_directiontype

@property (readonly) const sscore_con_directiontype *rawdirectiontype; 

staffIndex


the staff: 1 = lower of 2, else 0

@property (readonly) int staffIndex; 

type


the type of direction

@property (readonly) enum sscore_direction_type type;