Finale PDK Framework  0.54
Public Member Functions | List of all members
FCStaffSystemsLookup Class Reference

A lookup class designed for collecting full staff layouts for different parts in the same document in a resource-friendly way. It makes sure that each layout is only loaded once for a score/part. More...

#include <ff_othercollection.h>

Inheritance diagram for FCStaffSystemsLookup:
__FCBase

Public Member Functions

FCStaffSystemsGetCurrentPartStaffSystems ()
 Returns the full FCStaffSystem collection for the part that's currently in editing focus. More...
 

Detailed Description

A lookup class designed for collecting full staff layouts for different parts in the same document in a resource-friendly way. It makes sure that each layout is only loaded once for a score/part.

This lookup class makes sure that the FCStaffSystems layout is fully updated at load. It currently does not support layouts that changes.

Requires PDK_FRAMEWORK_LAYOUT defined.

Member Function Documentation

FCStaffSystems* FCStaffSystemsLookup::GetCurrentPartStaffSystems ( )
inline

Returns the full FCStaffSystem collection for the part that's currently in editing focus.

Lua-supported.