Skip to content

Remove GetCurrentSheet() from CalChartView #567

@rmpowell77

Description

@rmpowell77

These classes
class ContinuityBrowser;
class ContinuityBrowserPanel;
class PrintContinuityEditor;

are using these functions in CalChart View
auto GetSheets() const { return mShow->GetSheets(); }
auto GetCurrentSheet() const { return mShow->GetCurrentSheet(); }

We should look at alternatives so we can avoid returning the innards of the CalChart show and sheet privatives.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions