SSystem.h

Includes:
<CoreGraphics/CoreGraphics.h>
"sscore.h"
"sscore_contents.h"
"sscore_edit.h"

Introduction

interface to a SeeScore System (ie a sequence of bars of page width)



Classes

SSBarLayout

info about barlines in a system/part returned from barLayout:

SSBarline

info about a barline

SSColouredItem

define colouring of an object in drawWithContext: at: magnification: colourRender:

SSColourRender

define colouring of objects in drawWithContext: at: magnification: colourRender:

SSStaff

info for a single staff

SSStaffLayout

info about staves in a part returned from staffLayout

SSSystem

interface to a SeeScore System



Typedefs

SSCursorRect

information required for drawing a bar cursor returned from getCursorRect


SSCursorRect


information required for drawing a bar cursor returned from getCursorRect

typedef struct {  
    bool bar_in_system;   
    CGRect rect; 
} SSCursorRect;  
Fields
bar_in_system

true if the required bar is in the system

rect

the outline of the bar in the system (if bar_in_system = true)