C# 클래스 KeePass.UI.OnDemandStatusDialog

상속: IStatusLogger
파일 보기 프로젝트 열기: amiryal/keepass2 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
ConstructStatusDialog ( ) : StatusProgressForm
DestroyStatusDialog ( StatusProgressForm dlg ) : void
GuiThread ( ) : void

메소드 상세

ContinueWork() 공개 메소드

public ContinueWork ( ) : bool
리턴 bool

EndLogging() 공개 메소드

public EndLogging ( ) : void
리턴 void

OnDemandStatusDialog() 공개 메소드

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

SetProgress() 공개 메소드

public SetProgress ( uint uPercent ) : bool
uPercent uint
리턴 bool

SetText() 공개 메소드

public SetText ( string strNewText, LogStatusType lsType ) : bool
strNewText string
lsType LogStatusType
리턴 bool

StartLogging() 공개 메소드

public StartLogging ( string strOperation, bool bWriteOperationToLog ) : void
strOperation string
bWriteOperationToLog bool
리턴 void