C# Class MonoDevelop.Ide.Gui.OptionPanels.KeyBindingsPanel

Exibir arquivo Open project: powerumc/monodevelop_korean Class Usage Examples

Private Properties

Property Type Description
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

Public Methods

Method Description
ApplyChanges ( ) : void
CreatePanelWidget ( ) : Control
Initialize ( OptionsDialog dialog, object dataObject ) : void
IsVisible ( ) : bool
KeyBindingsPanel ( ) : System
ValidateChanges ( ) : bool

Protected Methods

Method Description
OnDestroyed ( ) : void

Private Methods

Method Description
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

Method Details

ApplyChanges() public method

public ApplyChanges ( ) : void
return void

CreatePanelWidget() public method

public CreatePanelWidget ( ) : Control
return Control

Initialize() public method

public Initialize ( OptionsDialog dialog, object dataObject ) : void
dialog OptionsDialog
dataObject object
return void

IsVisible() public method

public IsVisible ( ) : bool
return bool

KeyBindingsPanel() public method

public KeyBindingsPanel ( ) : System
return System

OnDestroyed() protected method

protected OnDestroyed ( ) : void
return void

ValidateChanges() public method

public ValidateChanges ( ) : bool
return bool