Inherits from NSView
Declared in AMPView.h
AMPView.m

Properties

plugin

@property (weak) AMPlugin *plugin

Instance Methods

ReloadView

When all plugin is reloaded

- (void)ReloadView

Declared In

AMPView.h

RenderView

When the view is displayed on the Plugin selection in the preference section

- (void)RenderView

Declared In

AMPView.h

initWithFrame:plugin:

- (id)initWithFrame:(NSRect)frame plugin:(AMPlugin *)pluginIn

isFlipped

- (BOOL)isFlipped