C# 클래스 ConfigToggle.PluginUI

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: Koshmaar/ConfigToggle 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
config_regex System.Text.RegularExpressions.Regex
value_regex System.Text.RegularExpressions.Regex

공개 메소드들

메소드 설명
GetCompilerConstants ( ) : string[]
IsConstantCONFIG ( string constant ) : bool
IsConstantVALUE ( string constant ) : bool
PluginUI ( PluginMain pluginMain ) : System
RefreshUI ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

GetCompilerConstants() 공개 메소드

public GetCompilerConstants ( ) : string[]
리턴 string[]

IsConstantCONFIG() 공개 메소드

public IsConstantCONFIG ( string constant ) : bool
constant string
리턴 bool

IsConstantVALUE() 공개 메소드

public IsConstantVALUE ( string constant ) : bool
constant string
리턴 bool

PluginUI() 공개 메소드

public PluginUI ( PluginMain pluginMain ) : System
pluginMain PluginMain
리턴 System

RefreshUI() 공개 메소드

public RefreshUI ( ) : void
리턴 void

프로퍼티 상세

config_regex 공개적으로 프로퍼티

public Regex,System.Text.RegularExpressions config_regex
리턴 System.Text.RegularExpressions.Regex

value_regex 공개적으로 프로퍼티

public Regex,System.Text.RegularExpressions value_regex
리턴 System.Text.RegularExpressions.Regex