Property | Type | Description | |
---|---|---|---|
_vmProtocolEditor |
Method | Description | |
---|---|---|
AddEditor ( string protocol, |
||
CreateKeyCommand ( string keyCommand, IKeyMode editedKeyMode ) : void | ||
FlushCurrentProtocolEditor ( ) : void | ||
GetHandlingService ( string protocol ) : |
Used by the keyboard editor to get the service linked to a protocol. Enables adding the service into the keyboard's requirement layer.
|
|
GetProtocolEditorWrapper ( string protocol ) : |
Gets the VMProtocolEditorWrapper for the specified protocol. If the protocol is not handled, returns an empty VMProtocolEditorWrapper, with a IsValid property returning false
|
|
InitializeProtocolEditor ( IKeyMode editedKeyMode ) : void | ||
RemoveEditor ( string protocol ) : void | ||
VMProtocolEditorsProvider ( ) : System |
Method | Description | |
---|---|---|
OnChildPropertyChanged ( object sender, |
Method | Description | |
---|---|---|
OnPropertyChanged ( string propertyName ) : void |
public AddEditor ( string protocol, |
||
protocol | string | |
wrapper | ||
handlingService | ||
return | void |
public CreateKeyCommand ( string keyCommand, IKeyMode editedKeyMode ) : void | ||
keyCommand | string | |
editedKeyMode | IKeyMode | |
return | void |
public GetHandlingService ( string protocol ) : |
||
protocol | string | A protocol |
return |
public GetProtocolEditorWrapper ( string protocol ) : |
||
protocol | string | The protocol (ex : sendString, sendKey, keyboardswitch...) |
return |
public InitializeProtocolEditor ( IKeyMode editedKeyMode ) : void | ||
editedKeyMode | IKeyMode | |
return | void |
protected OnChildPropertyChanged ( object sender, |
||
sender | object | |
e | ||
return | void |
public RemoveEditor ( string protocol ) : void | ||
protocol | string | |
return | void |
public VMProtocolEditorsProvider ( ) : System | ||
return | System |