C# 클래스 ProjectAnalyzer.BaseAnalyzer

파일 보기 프로젝트 열기: dreamanlan/CSharpGameFramework

보호된 프로퍼티들

프로퍼티 타입 설명
mCurPage int
mPageCnt int
mTotalPage int

보호된 메소드들

메소드 설명
DrawHelpTips ( string helpInfos ) : void
DrawPageCnt ( int totalCnt ) : void
DrawProposeTips ( ResInfo refInfo ) : void

메소드 상세

DrawHelpTips() 보호된 메소드

protected DrawHelpTips ( string helpInfos ) : void
helpInfos string
리턴 void

DrawPageCnt() 보호된 메소드

protected DrawPageCnt ( int totalCnt ) : void
totalCnt int
리턴 void

DrawProposeTips() 보호된 메소드

protected DrawProposeTips ( ResInfo refInfo ) : void
refInfo ResInfo
리턴 void

프로퍼티 상세

mCurPage 보호되어 있는 프로퍼티

protected int mCurPage
리턴 int

mPageCnt 보호되어 있는 프로퍼티

protected int mPageCnt
리턴 int

mTotalPage 보호되어 있는 프로퍼티

protected int mTotalPage
리턴 int