예제 #1
0
파일: Panel.cpp 프로젝트: coeing/cframework
const GuiObjectPtr Panel::GetChildAfter( GuiObjectCPtr _spChild ) const
{
	Panel *pThis = const_cast< Panel* >( this );
	return pThis->GetChildAfter( _spChild );
}