C# 클래스 MediaPortal.InputDevices.HidInputMappingForm

Summary description for ButtonMappingForm.
상속: MediaPortal.UserInterface.Controls.MPConfigForm
파일 보기 프로젝트 열기: MediaPortal/MediaPortal-1 1 사용 예제들

공개 메소드들

메소드 설명
GetAttributeValue ( XmlAttribute aAttribute, string aDefault ) : string

HidInputMappingForm ( string aProfileName ) : System
WriteAttribute ( XmlTextWriter aWriter, string aAtrributeName, string aValue, bool aDefaultIsNegative = true ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
CleanAbbreviation ( string &name, string abbreviation ) : void
CloseThread ( ) : void
GetActionName ( string friendlyName ) : string
GetFriendlyName ( string name ) : string
GetWindowName ( string friendlyName ) : string
InitializeComponent ( ) : void

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

LoadMapping ( string aProfileName, bool defaults ) : void

SaveMapping ( string aProfileName ) : bool

UpdateCombo ( MediaPortal.UserInterface.Controls.MPComboBox &comboBox, Array list, string hilight ) : void
UpdateCombo ( MediaPortal.UserInterface.Controls.MPComboBox &comboBox, ArrayList list, string hilight ) : void
buttonApply_Click ( object sender, EventArgs e ) : void
buttonDefault_Click ( object sender, EventArgs e ) : void
buttonDown_Click ( object sender, EventArgs e ) : void
buttonNew_Click ( object sender, EventArgs e ) : void
buttonOk_Click ( object sender, EventArgs e ) : void
buttonRemove_Click ( object sender, EventArgs e ) : void
buttonUp_Click ( object sender, EventArgs e ) : void
checkBoxGainFocus_CheckedChanged ( object sender, EventArgs e ) : void
comboBoxCmdProperty_SelectionChangeCommitted ( object sender, EventArgs e ) : void
comboBoxCondProperty_SelectionChangeCommitted ( object sender, EventArgs e ) : void
comboBoxLayer_SelectionChangeCommitted ( object sender, EventArgs e ) : void
comboBoxSound_SelectionChangeCommitted ( object sender, EventArgs e ) : void
getNode ( string type ) : TreeNode
labelExpand_Click ( object sender, EventArgs e ) : void
mpCheckBoxAlt_CheckedChanged ( object sender, EventArgs e ) : void
mpCheckBoxBackground_CheckedChanged ( object sender, EventArgs e ) : void
mpCheckBoxControl_CheckedChanged ( object sender, EventArgs e ) : void
mpCheckBoxRepeat_CheckedChanged ( object sender, EventArgs e ) : void
mpCheckBoxShift_CheckedChanged ( object sender, EventArgs e ) : void
mpCheckBoxWindows_CheckedChanged ( object sender, EventArgs e ) : void
mpComboBoxCode_SelectedIndexChanged ( object sender, EventArgs e ) : void
radioButtonActWindow_Click ( object sender, EventArgs e ) : void
radioButtonAction_Click ( object sender, EventArgs e ) : void
radioButtonFullscreen_Click ( object sender, EventArgs e ) : void
radioButtonNoCondition_Click ( object sender, EventArgs e ) : void
radioButtonPlaying_Click ( object sender, EventArgs e ) : void
radioButtonPower_Click ( object sender, EventArgs e ) : void
radioButtonProcess_Click ( object sender, EventArgs e ) : void
radioButtonToggle_Click ( object sender, EventArgs e ) : void
radioButtonWindow_Click ( object sender, EventArgs e ) : void
textBoxKeyChar_KeyPress ( object sender, KeyPressEventArgs e ) : void
textBoxKeyChar_KeyUp ( object sender, KeyEventArgs e ) : void
textBoxKeyCode_KeyPress ( object sender, KeyPressEventArgs e ) : void
textBoxKeyCode_KeyUp ( object sender, KeyEventArgs e ) : void
treeMapping_AfterSelect ( object sender, TreeViewEventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

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

GetAttributeValue() 공개 정적인 메소드

public static GetAttributeValue ( XmlAttribute aAttribute, string aDefault ) : string
aAttribute System.Xml.XmlAttribute
aDefault string
리턴 string

HidInputMappingForm() 공개 메소드

public HidInputMappingForm ( string aProfileName ) : System
aProfileName string
리턴 System

WriteAttribute() 공개 정적인 메소드

public static WriteAttribute ( XmlTextWriter aWriter, string aAtrributeName, string aValue, bool aDefaultIsNegative = true ) : void
aWriter System.Xml.XmlTextWriter
aAtrributeName string
aValue string
aDefaultIsNegative bool
리턴 void