C# Class KeePass.UI.OnDemandStatusDialog

Inheritance: IStatusLogger
Mostrar archivo Open project: amiryal/keepass2 Class Usage Examples

Public Methods

Method 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

Method Description
ConstructStatusDialog ( ) : StatusProgressForm
DestroyStatusDialog ( StatusProgressForm dlg ) : void
GuiThread ( ) : void

Method Details

ContinueWork() public method

public ContinueWork ( ) : bool
return bool

EndLogging() public method

public EndLogging ( ) : void
return void

OnDemandStatusDialog() public method

public OnDemandStatusDialog ( bool bUseThread, Form fOwner ) : System
bUseThread bool
fOwner System.Windows.Forms.Form
return System

SetProgress() public method

public SetProgress ( uint uPercent ) : bool
uPercent uint
return bool

SetText() public method

public SetText ( string strNewText, LogStatusType lsType ) : bool
strNewText string
lsType LogStatusType
return bool

StartLogging() public method

public StartLogging ( string strOperation, bool bWriteOperationToLog ) : void
strOperation string
bWriteOperationToLog bool
return void