C# Class KeePassQRCodeView.KeePassQRCodeViewExt

Inheritance: KeePass.Plugins.Plugin
Afficher le fichier Open project: KN4CK3R/KeePassQRCodeView

Méthodes publiques

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

Private Methods

Méthode Description
OnEntryContextMenuOpening ( object sender, CancelEventArgs e ) : void
TryTranslateKey ( string key ) : string

Method Details

Initialize() public méthode

public Initialize ( IPluginHost host ) : bool
host IPluginHost
Résultat bool

OnShowQRCode() public méthode

public OnShowQRCode ( object sender, DynamicMenuEventArgs e ) : void
sender object
e KeePass.UI.DynamicMenuEventArgs
Résultat void

Terminate() public méthode

public Terminate ( ) : void
Résultat void