IPluginMainWindow Interface

Located in the main window to switch between standard 2D view and other views from plugins (e.g. 3D, scamatic, demoviedeos)

Definition

Namespace: PCBI.Plugin.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public interface IPluginMainWindow : IPlugin
Implements
IPlugin

Properties

Assembly
(Inherited from IPlugin)
ControlText 
PageNumber 
Parent
(Inherited from IPlugin)
Path
(Inherited from IPlugin)
PluginDestination
(Inherited from IPlugin)
PluginEnabled
(Inherited from IPlugin)
Type
(Inherited from IPlugin)

Methods

InitEvents After loading the Plugin PCB-Investigator init all events and set the parent.
(Inherited from IPlugin)
IsActionAllowed Ast plugin for handling of special ID_ActionItem or registrated IDs. default is return false.
(Inherited from IPlugin)

See Also