C# Class MediaPortal.Configuration.Sections.Keys

Inheritance: SectionSettings
Afficher le fichier Open project: MediaPortal/MediaPortal-1 Class Usage Examples

Méthodes publiques

Свойство Type Description
groupBoxLegacyKeys MediaPortal.UserInterface.Controls.MPGroupBox
self Keys

Protected Properties

Свойство Type Description
fileNameButton MediaPortal.UserInterface.Controls.MPButton

Méthodes publiques

Méthode Description
Keys ( ) : System
Keys ( string name ) : System
SaveSettings ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
AddActionNode ( ArrayList &list, XmlNode node ) : void
AddActionsToNode ( TreeNode &treeNode, ArrayList actions ) : void
GetActionName ( int id ) : string
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

LoadKeys ( ) : void
PopulateKeyTree ( ) : void
SaveKeys ( ) : void
addButton_Click ( object sender, EventArgs e ) : void
deleteButton_Click ( object sender, EventArgs e ) : void
descriptionTextBox_TextChanged ( object sender, EventArgs e ) : void
fileNameButton_Click ( object sender, EventArgs e ) : void

idComboBox_SelectedIndexChanged ( object sender, EventArgs e ) : void
idTextBox_KeyPress ( object sender, KeyPressEventArgs e ) : void
idTextBox_TextChanged ( object sender, EventArgs e ) : void
keyTextBox_KeyDown ( object sender, KeyEventArgs e ) : void
keyTextBox_KeyPress ( object sender, KeyPressEventArgs e ) : void
keyTreeView_AfterSelect ( object sender, TreeViewEventArgs e ) : void
soundTextBox_TextChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Keys() public méthode

public Keys ( ) : System
Résultat System

Keys() public méthode

public Keys ( string name ) : System
name string
Résultat System

SaveSettings() public méthode

public SaveSettings ( ) : void
Résultat void

Property Details

fileNameButton protected_oe property

protected MPButton,MediaPortal.UserInterface.Controls fileNameButton
Résultat MediaPortal.UserInterface.Controls.MPButton

groupBoxLegacyKeys public_oe property

public MPGroupBox,MediaPortal.UserInterface.Controls groupBoxLegacyKeys
Résultat MediaPortal.UserInterface.Controls.MPGroupBox

self public_oe static_oe property

public static Keys,MediaPortal.Configuration.Sections self
Résultat Keys