C# 클래스 MonoDevelop.Ide.Gui.OptionPanels.KeyBindingsPanel

파일 보기 프로젝트 열기: powerumc/monodevelop_korean 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Conflicts bool
FindBindings List
FindIterForCommand bool
GetSelectedCommandIter bool
IsSearchMatch bool
OnAccelEntryKeyPress void
OnAccelEntryKeyRelease void
OnKeyBindingSchemeChanged void
OnKeysTreeViewSelectionChange void
OnUpdateButtonClick void
Refilter bool
Refilter void
SelectCommand void
SelectCurrentScheme void
UpdateGlobalWarningLabel void
UpdateWarningLabel void

공개 메소드들

메소드 설명
ApplyChanges ( ) : void
CreatePanelWidget ( ) : Control
Initialize ( OptionsDialog dialog, object dataObject ) : void
IsVisible ( ) : bool
KeyBindingsPanel ( ) : System
ValidateChanges ( ) : bool

보호된 메소드들

메소드 설명
OnDestroyed ( ) : void

비공개 메소드들

메소드 설명
Conflicts ( string b1, string b2 ) : bool
FindBindings ( string accel ) : List
FindIterForCommand ( object cmd, TreeIter iter, TreeIter &found ) : bool
GetSelectedCommandIter ( TreeIter &iter, Command &cmd ) : bool
IsSearchMatch ( string cmp ) : bool
OnAccelEntryKeyPress ( object sender, KeyPressEventArgs e ) : void
OnAccelEntryKeyRelease ( object sender, KeyReleaseEventArgs e ) : void
OnKeyBindingSchemeChanged ( object sender, EventArgs e ) : void
OnKeysTreeViewSelectionChange ( object sender, EventArgs e ) : void
OnUpdateButtonClick ( object sender, EventArgs e ) : void
Refilter ( TreeIter iter, bool allVisible ) : bool
Refilter ( ) : void
SelectCommand ( Command cmd ) : void
SelectCurrentScheme ( ) : void
UpdateGlobalWarningLabel ( ) : void
UpdateWarningLabel ( ) : void

메소드 상세

ApplyChanges() 공개 메소드

public ApplyChanges ( ) : void
리턴 void

CreatePanelWidget() 공개 메소드

public CreatePanelWidget ( ) : Control
리턴 Control

Initialize() 공개 메소드

public Initialize ( OptionsDialog dialog, object dataObject ) : void
dialog OptionsDialog
dataObject object
리턴 void

IsVisible() 공개 메소드

public IsVisible ( ) : bool
리턴 bool

KeyBindingsPanel() 공개 메소드

public KeyBindingsPanel ( ) : System
리턴 System

OnDestroyed() 보호된 메소드

protected OnDestroyed ( ) : void
리턴 void

ValidateChanges() 공개 메소드

public ValidateChanges ( ) : bool
리턴 bool