コード例 #1
0
ファイル: GObject.cpp プロジェクト: minuowa/Content
GObject::~GObject ( void )
{
    unRegisterAll();
}
コード例 #2
0
ファイル: GObject.cpp プロジェクト: minuowa/Content
void GObject::registerAll()
{
    unRegisterAll();
    registerAllProperty();
}
コード例 #3
0
ファイル: Entity.cpp プロジェクト: trtstm/spaceinvaders
void Entity::unRegisterObservers()
{
    unRegisterAll();
}