C# Class ProjectAnalyzer.BaseAnalyzer

Mostrar archivo 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_oe property

protected int mCurPage
return int

mPageCnt protected_oe property

protected int mPageCnt
return int

mTotalPage protected_oe property

protected int mTotalPage
return int