SSDisplayedItem

Superclass:
NSObject
Declared In:

Introduction

information about a displayed item (note,rest,clef etc) in the score



Properties

item_h

the unique handle for the item

staff

the index of the staff within the part (0 or 1) if there are 2 staves

type

type the type of the item


item_h


the unique handle for the item

@property sscore_item_handle item_h; 

staff


the index of the staff within the part (0 or 1) if there are 2 staves

@property int staff; 

type


type the type of the item

@property enum sscore_item_type_e type;