C# Class MediaPortal.Configuration.Sections.Keys

Inheritance: SectionSettings
Datei anzeigen Open project: MediaPortal/MediaPortal-1 Class Usage Examples

Public Properties

Property Type Description
groupBoxLegacyKeys MediaPortal.UserInterface.Controls.MPGroupBox
self Keys

Protected Properties

Property Type Description
fileNameButton MediaPortal.UserInterface.Controls.MPButton

Public Methods

Method Description
Keys ( ) : System
Keys ( string name ) : System
SaveSettings ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

Keys() public method

public Keys ( ) : System
return System

Keys() public method

public Keys ( string name ) : System
name string
return System

SaveSettings() public method

public SaveSettings ( ) : void
return void

Property Details

fileNameButton protected_oe property

protected MPButton,MediaPortal.UserInterface.Controls fileNameButton
return MediaPortal.UserInterface.Controls.MPButton

groupBoxLegacyKeys public_oe property

public MPGroupBox,MediaPortal.UserInterface.Controls groupBoxLegacyKeys
return MediaPortal.UserInterface.Controls.MPGroupBox

self public_oe static_oe property

public static Keys,MediaPortal.Configuration.Sections self
return Keys