Protocol
GlyphsReporter
Declaration
@MainActor protocol GlyphsReporterDeclaration
@protocol GlyphsReporterDeclaration
GlyphsReporterTopics
Instance Properties
Edit view controller containing the layer that is processed.
The interface version.
The title of the plugin.
Instance Methods
add something to the context menu
Is called to asked the plugin to draw anything it likes behind the normal outlines
Is called to asked the plugin to draw anything it likes behind the normal outlines in an inactive layer
Is called to asked the plugin to draw anything it likes in behind the normal outlines in the Preview View
Is called to asked the plugin to draw anything it likes behind the normal outlines
Is called to asked the plugin to draw anything it likes above the normal outlines
Is called to asked the plugin to draw anything it likes in front the normal outlines in an inactive layer
Is called to asked the plugin to draw anything it likes in front the normal outlines in the Preview View
Is called to asked the plugin to draw anything it likes above the normal outlines
Draw in the preview view in view coordinates
The keyEquivalent to select the reporter.
The modifier mask that is combined with the keyEquivalent.
Implement this and return NO if you did all drawing yourself and don’t need the regular outline drawn on top of it.
Implement this and return NO if you did all drawing yourself and don’t need the regular outline drawn on top of it.
Implement this and return NO if you did all drawing yourself and don’t need the regular outline drawn on top of it.
Implement this and return NO if you did all drawing yourself and don’t need the regular outline drawn on top of it.
Implement this and return NO to disable the accent cloud.
Is called when a reporter is activated.
Is called when a reporter is deactivated.