C# Class KeePass.UI.OnDemandStatusDialog

Inheritance: IStatusLogger
Afficher le fichier Open project: amiryal/keepass2 Class Usage Examples

Méthodes publiques

Méthode Description
ContinueWork ( ) : bool
EndLogging ( ) : void
OnDemandStatusDialog ( bool bUseThread, Form fOwner ) : System
SetProgress ( uint uPercent ) : bool
SetText ( string strNewText, LogStatusType lsType ) : bool
StartLogging ( string strOperation, bool bWriteOperationToLog ) : void

Private Methods

Méthode Description
ConstructStatusDialog ( ) : StatusProgressForm
DestroyStatusDialog ( StatusProgressForm dlg ) : void
GuiThread ( ) : void

Method Details

ContinueWork() public méthode

public ContinueWork ( ) : bool
Résultat bool

EndLogging() public méthode

public EndLogging ( ) : void
Résultat void

OnDemandStatusDialog() public méthode

public OnDemandStatusDialog ( bool bUseThread, Form fOwner ) : System
bUseThread bool
fOwner System.Windows.Forms.Form
Résultat System

SetProgress() public méthode

public SetProgress ( uint uPercent ) : bool
uPercent uint
Résultat bool

SetText() public méthode

public SetText ( string strNewText, LogStatusType lsType ) : bool
strNewText string
lsType LogStatusType
Résultat bool

StartLogging() public méthode

public StartLogging ( string strOperation, bool bWriteOperationToLog ) : void
strOperation string
bWriteOperationToLog bool
Résultat void