C# Class ProjectAnalyzer.BaseAnalyzer

Show file Open project: dreamanlan/CSharpGameFramework

Protected Properties

Property Type Description
mCurPage int
mPageCnt int
mTotalPage int

Protected Methods

Method Description
DrawHelpTips ( string helpInfos ) : void
DrawPageCnt ( int totalCnt ) : void
DrawProposeTips ( ResInfo refInfo ) : void

Method Details

DrawHelpTips() protected method

protected DrawHelpTips ( string helpInfos ) : void
helpInfos string
return void

DrawPageCnt() protected method

protected DrawPageCnt ( int totalCnt ) : void
totalCnt int
return void

DrawProposeTips() protected method

protected DrawProposeTips ( ResInfo refInfo ) : void
refInfo ResInfo
return void

Property Details

mCurPage protected property

protected int mCurPage
return int

mPageCnt protected property

protected int mPageCnt
return int

mTotalPage protected property

protected int mTotalPage
return int