C# Class ConfigToggle.PluginUI

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: Koshmaar/ConfigToggle Class Usage Examples

Méthodes publiques

Свойство Type Description
config_regex System.Text.RegularExpressions.Regex
value_regex System.Text.RegularExpressions.Regex

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public GetCompilerConstants ( ) : string[]
Résultat string[]

IsConstantCONFIG() public méthode

public IsConstantCONFIG ( string constant ) : bool
constant string
Résultat bool

IsConstantVALUE() public méthode

public IsConstantVALUE ( string constant ) : bool
constant string
Résultat bool

PluginUI() public méthode

public PluginUI ( PluginMain pluginMain ) : System
pluginMain PluginMain
Résultat System

RefreshUI() public méthode

public RefreshUI ( ) : void
Résultat void

Property Details

config_regex public_oe property

public Regex,System.Text.RegularExpressions config_regex
Résultat System.Text.RegularExpressions.Regex

value_regex public_oe property

public Regex,System.Text.RegularExpressions value_regex
Résultat System.Text.RegularExpressions.Regex