C# Class KeePassQRCodeView.KeePassQRCodeViewExt

Inheritance: KeePass.Plugins.Plugin
ファイルを表示 Open project: KN4CK3R/KeePassQRCodeView

Public Methods

Method Description
Initialize ( IPluginHost host ) : bool
OnShowQRCode ( object sender, DynamicMenuEventArgs e ) : void
Terminate ( ) : void

Private Methods

Method Description
OnEntryContextMenuOpening ( object sender, CancelEventArgs e ) : void
TryTranslateKey ( string key ) : string

Method Details

Initialize() public method

public Initialize ( IPluginHost host ) : bool
host IPluginHost
return bool

OnShowQRCode() public method

public OnShowQRCode ( object sender, DynamicMenuEventArgs e ) : void
sender object
e KeePass.UI.DynamicMenuEventArgs
return void

Terminate() public method

public Terminate ( ) : void
return void