Virtual Method

IdeFrameAddinload

Declaration

void
load (
  IdeFrameAddin* self,
  IdeFrame* frame
)

Description

This function should be implemented by IdeFrameAddin plugins in IdeFrameAddinInterface.

This virtual method is called when the plugin should load itself. A new instance of the plugin is created for every IdeFrame that is created in Builder.

Parameters

frame

Type: IdeFrame

An IdeFrame.

The data is owned by the caller of the function.