Свойство | Тип | Описание | |
---|---|---|---|
_vmProtocolEditor |
Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
OnChildPropertyChanged ( object sender, |
Метод | Описание | |
---|---|---|
OnPropertyChanged ( string propertyName ) : void |
public AddEditor ( string protocol, |
||
protocol | string | |
wrapper | ||
handlingService | ||
Результат | void |
public CreateKeyCommand ( string keyCommand, IKeyMode editedKeyMode ) : void | ||
keyCommand | string | |
editedKeyMode | IKeyMode | |
Результат | void |
public FlushCurrentProtocolEditor ( ) : void | ||
Результат | void |
public GetHandlingService ( string protocol ) : |
||
protocol | string | A protocol |
Результат |
public GetProtocolEditorWrapper ( string protocol ) : |
||
protocol | string | The protocol (ex : sendString, sendKey, keyboardswitch...) |
Результат |
public InitializeProtocolEditor ( IKeyMode editedKeyMode ) : void | ||
editedKeyMode | IKeyMode | |
Результат | void |
protected OnChildPropertyChanged ( object sender, |
||
sender | object | |
e | ||
Результат | void |
public RemoveEditor ( string protocol ) : void | ||
protocol | string | |
Результат | void |
public VMProtocolEditorsProvider ( ) : System | ||
Результат | System |