SSTargetLocation

Superclass:
NSObject
Declared In:

Introduction

a logical insertion location in the score defined by part, bar, closest notehead and type of item to insert



Properties

barIndex

the bar index of the target

itemType

the type of item to insert

partIndex

the part index of the target

rawtarget

the low level C-API object

system

the system containing the target


barIndex


the bar index of the target

@property (readonly) int barIndex; 

itemType


the type of item to insert

@property (readonly) const sscore_edit_type *itemType; 

partIndex


the part index of the target

@property (readonly) int partIndex; 

rawtarget


the low level C-API object

@property (readonly) const sscore_edit_targetlocation *rawtarget; 

system


the system containing the target

@property (readonly) SSSystem *system;