SSBarline

Superclass:
NSObject
Declared In:

Introduction

info about a barline



Properties

barIndex

the bar index

loc

right/left barline

rect

a rectangle completely enclosing the barline and any repeat dots (ie wider for double barlines)


barIndex


the bar index

@property (readonly) int barIndex; 

loc


right/left barline

@property (readonly) enum sscore_barlineloc_e loc; 

rect


a rectangle completely enclosing the barline and any repeat dots (ie wider for double barlines)

@property (readonly) CGRect rect;