Property | Type | Description | |
---|---|---|---|
PluginId | INamedVersionedUniqueId |
Property | Type | Description | |
---|---|---|---|
GenerateBackupFileName | string | ||
OnHookInvoqued | void | ||
OnWindowClosing | void |
Method | Description | |
---|---|---|
BackupKeyboard ( IKeyboard keyboardToBackup ) : string |
Backs up a keyboard. Returns the file path where the keyboard has been backed up. Throws a CKException if the IKeyboard implementation is not IStructuredSerializable
|
|
CancelModifications ( ) : void |
Cancels all modifications made to the keyboard being currently modified Throws a NullReferenceException if KeyboardBackup is null.
|
|
EnsureBackupIsClean ( ) : void |
Deletes the backup file if it exists sets KeyboardBackup to null
|
|
GetDefaultHelp ( ) : Stream | ||
Save ( ) : void | ||
Setup ( CK.Plugin.IPluginSetupInfo info ) : bool | ||
ShowHelp ( ) : void | ||
Start ( ) : void | ||
Stop ( ) : void | ||
Teardown ( ) : void |
Method | Description | |
---|---|---|
GenerateBackupFileName ( ) : string | ||
OnHookInvoqued ( object sender, HookInvokedEventArgs e ) : void | ||
OnWindowClosing ( object sender, System e ) : void |
public BackupKeyboard ( IKeyboard keyboardToBackup ) : string | ||
keyboardToBackup | IKeyboard | The keyboard ot backup |
return | string |
public Setup ( CK.Plugin.IPluginSetupInfo info ) : bool | ||
info | CK.Plugin.IPluginSetupInfo | |
return | bool |