C# Class BNS_ACT_Plugin.BNS_ACT_Plugin

Inheritance: System.Windows.Forms.UserControl, Advanced_Combat_Tracker.IActPluginV1
Mostra file Open project: ravahn/BnS_ACT_Plugin Class Usage Examples

Public Methods

Method Description
BNS_ACT_Plugin ( ) : System
DeInitPlugin ( ) : void
InitPlugin ( System pluginScreenSpace, System pluginStatusText ) : void
LogParserMessage ( string message ) : void
UpdateCheckClicked ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

UpdateACTTables ( ) : void
cmdClearMessages_Click ( object sender, EventArgs e ) : void
cmdCopyProblematic_Click ( object sender, EventArgs e ) : void

Method Details

BNS_ACT_Plugin() public method

public BNS_ACT_Plugin ( ) : System
return System

DeInitPlugin() public method

public DeInitPlugin ( ) : void
return void

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

InitPlugin() public method

public InitPlugin ( System pluginScreenSpace, System pluginStatusText ) : void
pluginScreenSpace System
pluginStatusText System
return void

LogParserMessage() public static method

public static LogParserMessage ( string message ) : void
message string
return void

UpdateCheckClicked() public method

public UpdateCheckClicked ( ) : void
return void