OpenMW
|
Public Member Functions | |
InsertVisitor (MWWorld::CellStore &cell, bool rescale, Loading::Listener &loadingListener, MWPhysics::PhysicsSystem &physics, MWRender::RenderingManager &rendering) | |
bool | operator() (const MWWorld::Ptr &ptr) |
void | insert () |
Public Attributes | |
MWWorld::CellStore & | mCell |
bool | mRescale |
Loading::Listener & | mLoadingListener |
MWPhysics::PhysicsSystem & | mPhysics |
MWRender::RenderingManager & | mRendering |
std::vector< MWWorld::Ptr > | mToInsert |
anonymous_namespace{scene.cpp}::InsertVisitor::InsertVisitor | ( | MWWorld::CellStore & | cell, |
bool | rescale, | ||
Loading::Listener & | loadingListener, | ||
MWPhysics::PhysicsSystem & | physics, | ||
MWRender::RenderingManager & | rendering | ||
) |
void anonymous_namespace{scene.cpp}::InsertVisitor::insert | ( | ) |
bool anonymous_namespace{scene.cpp}::InsertVisitor::operator() | ( | const MWWorld::Ptr & | ptr | ) |
MWWorld::CellStore& anonymous_namespace{scene.cpp}::InsertVisitor::mCell |
Loading::Listener& anonymous_namespace{scene.cpp}::InsertVisitor::mLoadingListener |
MWPhysics::PhysicsSystem& anonymous_namespace{scene.cpp}::InsertVisitor::mPhysics |
MWRender::RenderingManager& anonymous_namespace{scene.cpp}::InsertVisitor::mRendering |
bool anonymous_namespace{scene.cpp}::InsertVisitor::mRescale |
std::vector<MWWorld::Ptr> anonymous_namespace{scene.cpp}::InsertVisitor::mToInsert |