Méthode | Description | |
---|---|---|
AttributeValueToBoolean ( |
Convert an XML attribute value to boolean
|
|
AttributeValueToBoolean ( string aValue, bool aDefault = false ) : bool |
|
|
ExecuteActionIfNeeded ( ConditionalAction aAction, int aProcessId = -1 ) : bool |
Execute the given conditional action if needed.
|
|
GetAction ( string aButtonCode, bool aIsBackground, bool aIsRepeat, bool aShift, bool aCtrl, bool aAlt, bool aWin ) : ConditionalAction |
/// Get mappings for a given button code based on the current conditions.
|
|
HidUsageAction ( ) : System | ||
Load ( |
Load mapping from XML file
|
public static AttributeValueToBoolean ( |
||
aAttribute | ||
aDefault | bool | |
Résultat | bool |
public static AttributeValueToBoolean ( string aValue, bool aDefault = false ) : bool | ||
aValue | string | |
aDefault | bool | |
Résultat | bool |
public ExecuteActionIfNeeded ( ConditionalAction aAction, int aProcessId = -1 ) : bool | ||
aAction | ConditionalAction | The action we want to conditionally execute. |
aProcessId | int | Process-ID for close/kill commands. |
Résultat | bool |
public GetAction ( string aButtonCode, bool aIsBackground, bool aIsRepeat, bool aShift, bool aCtrl, bool aAlt, bool aWin ) : ConditionalAction | ||
aButtonCode | string | |
aIsBackground | bool | |
aIsRepeat | bool | |
aShift | bool | |
aCtrl | bool | |
aAlt | bool | |
aWin | bool | |
Résultat | ConditionalAction |
public Load ( |
||
aXmlNode | ||
aTryParseUsage | TryParseUsage | |
Résultat | void |