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

Afficher le fichier Open project: powerumc/monodevelop_korean Class Usage Examples

Private Properties

Свойство 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

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnDestroyed ( ) : void

Private Methods

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

public ApplyChanges ( ) : void
Résultat void

CreatePanelWidget() public méthode

public CreatePanelWidget ( ) : Control
Résultat Control

Initialize() public méthode

public Initialize ( OptionsDialog dialog, object dataObject ) : void
dialog OptionsDialog
dataObject object
Résultat void

IsVisible() public méthode

public IsVisible ( ) : bool
Résultat bool

KeyBindingsPanel() public méthode

public KeyBindingsPanel ( ) : System
Résultat System

OnDestroyed() protected méthode

protected OnDestroyed ( ) : void
Résultat void

ValidateChanges() public méthode

public ValidateChanges ( ) : bool
Résultat bool