C# 클래스 KeePass.UI.StatusUtil.StatusProgressFormWrapper

상속: IStatusLogger
파일 보기 프로젝트 열기: amiryal/keepass2

공개 메소드들

메소드 설명
ContinueWork ( ) : bool
EndLogging ( ) : void
SetProgress ( uint uPercent ) : bool
SetText ( string strNewText, LogStatusType lsType ) : bool
StartLogging ( string strOperation, bool bWriteOperationToLog ) : void
StatusProgressFormWrapper ( Form fParent, string strTitle, bool bCanCancel, bool bMarqueeProgress ) : System

메소드 상세

ContinueWork() 공개 메소드

public ContinueWork ( ) : bool
리턴 bool

EndLogging() 공개 메소드

public EndLogging ( ) : void
리턴 void

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

StatusProgressFormWrapper() 공개 메소드

public StatusProgressFormWrapper ( Form fParent, string strTitle, bool bCanCancel, bool bMarqueeProgress ) : System
fParent System.Windows.Forms.Form
strTitle string
bCanCancel bool
bMarqueeProgress bool
리턴 System