C# Class ConfigToggle.PluginUI

Inheritance: System.Windows.Forms.UserControl
Datei anzeigen Open project: Koshmaar/ConfigToggle Class Usage Examples

Public Properties

Property Type Description
config_regex System.Text.RegularExpressions.Regex
value_regex System.Text.RegularExpressions.Regex

Public Methods

Method Description
GetCompilerConstants ( ) : string[]
IsConstantCONFIG ( string constant ) : bool
IsConstantVALUE ( string constant ) : bool
PluginUI ( PluginMain pluginMain ) : System
RefreshUI ( ) : void

Private Methods

Method Description
ExtractCONFIGKeyValue ( string constant, string &key, string &value, string &conf_namespace ) : void
ExtractVALUEKeyValue ( string constant, string &key, string &value ) : void
InitializeComponent ( ) : void

This method is required for Windows Forms designer support. Do not change the method contents inside the source code editor. The Forms designer might not be able to load this method if it was changed manually.

config_constants_ItemCheck ( object sender, System.Windows.Forms.ItemCheckEventArgs e ) : void
right_click_textbox_handler ( object sender, KeyPressEventArgs e ) : void
values_AfterLabelEdit ( object sender, System.Windows.Forms.NodeLabelEditEventArgs e ) : void
values_KeyPress ( object sender, KeyPressEventArgs e ) : void
values_NodeMouseClick ( object sender, TreeNodeMouseClickEventArgs e ) : void

Method Details

GetCompilerConstants() public method

public GetCompilerConstants ( ) : string[]
return string[]

IsConstantCONFIG() public method

public IsConstantCONFIG ( string constant ) : bool
constant string
return bool

IsConstantVALUE() public method

public IsConstantVALUE ( string constant ) : bool
constant string
return bool

PluginUI() public method

public PluginUI ( PluginMain pluginMain ) : System
pluginMain PluginMain
return System

RefreshUI() public method

public RefreshUI ( ) : void
return void

Property Details

config_regex public_oe property

public Regex,System.Text.RegularExpressions config_regex
return System.Text.RegularExpressions.Regex

value_regex public_oe property

public Regex,System.Text.RegularExpressions value_regex
return System.Text.RegularExpressions.Regex