C# 클래스 ConfigToggle.PluginMain

상속: IPlugin
파일 보기 프로젝트 열기: Koshmaar/ConfigToggle 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AddEventHandlers ( ) : void

Adds the required event handlers

CreateMenuItem ( ) : void

Creates a menu item for the plugin and adds a ignored key

CreatePluginPanel ( ) : void

Creates a plugin panel for the plugin

Dispose ( ) : void

Disposes the plugin

HandleEvent ( Object sender, PluginCore.NotifyEvent e, HandlingPriority prority ) : void

Handles the incoming events

InitBasics ( ) : void

Initializes important variables

InitLocalization ( ) : void

Initializes the localization of the plugin

Initialize ( ) : void

Initializes the plugin

LoadSettings ( ) : void

Loads the plugin settings

OpenPanel ( Object sender, System e ) : void

Opens the plugin panel if closed

SaveSettings ( ) : void

Saves the plugin settings

메소드 상세

AddEventHandlers() 공개 메소드

Adds the required event handlers
public AddEventHandlers ( ) : void
리턴 void

CreateMenuItem() 공개 메소드

Creates a menu item for the plugin and adds a ignored key
public CreateMenuItem ( ) : void
리턴 void

CreatePluginPanel() 공개 메소드

Creates a plugin panel for the plugin
public CreatePluginPanel ( ) : void
리턴 void

Dispose() 공개 메소드

Disposes the plugin
public Dispose ( ) : void
리턴 void

HandleEvent() 공개 메소드

Handles the incoming events
public HandleEvent ( Object sender, PluginCore.NotifyEvent e, HandlingPriority prority ) : void
sender Object
e PluginCore.NotifyEvent
prority HandlingPriority
리턴 void

InitBasics() 공개 메소드

Initializes important variables
public InitBasics ( ) : void
리턴 void

InitLocalization() 공개 메소드

Initializes the localization of the plugin
public InitLocalization ( ) : void
리턴 void

Initialize() 공개 메소드

Initializes the plugin
public Initialize ( ) : void
리턴 void

LoadSettings() 공개 메소드

Loads the plugin settings
public LoadSettings ( ) : void
리턴 void

OpenPanel() 공개 메소드

Opens the plugin panel if closed
public OpenPanel ( Object sender, System e ) : void
sender Object
e System
리턴 void

SaveSettings() 공개 메소드

Saves the plugin settings
public SaveSettings ( ) : void
리턴 void