コード例 #1
0
ファイル: Panel.cpp プロジェクト: coeing/cframework
const GuiObjectPtr Panel::GetChildBefore( GuiObjectCPtr _spChild ) const
{
	Panel *pThis = const_cast< Panel* >( this );
	return pThis->GetChildBefore( _spChild );
}