OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
anonymous_namespace{scene.cpp}::InsertVisitor Struct Reference
Collaboration diagram for anonymous_namespace{scene.cpp}::InsertVisitor:

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::CellStoremCell
 
bool mRescale
 
Loading::ListenermLoadingListener
 
MWPhysics::PhysicsSystemmPhysics
 
MWRender::RenderingManagermRendering
 
std::vector< MWWorld::PtrmToInsert
 

Constructor & Destructor Documentation

anonymous_namespace{scene.cpp}::InsertVisitor::InsertVisitor ( MWWorld::CellStore cell,
bool  rescale,
Loading::Listener loadingListener,
MWPhysics::PhysicsSystem physics,
MWRender::RenderingManager rendering 
)

Member Function Documentation

void anonymous_namespace{scene.cpp}::InsertVisitor::insert ( )

Here is the call graph for this function:

bool anonymous_namespace{scene.cpp}::InsertVisitor::operator() ( const MWWorld::Ptr ptr)

Member Data Documentation

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

The documentation for this struct was generated from the following file: