VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Member Functions | Protected Attributes
DtScriptResourceManager Class Reference

Manages resources shared by scripts. More...

Inheritance diagram for DtScriptResourceManager:
Inheritance graph
[legend]

Public Member Functions

 DtScriptResourceManager ()
virtual ~DtScriptResourceManager ()
virtual void initializeNumberOfStates (unsigned numObjects)=0
virtual void setScriptPaths (const std::vector< std::string > &scriptPaths)
virtual const std::vector
< std::string > & 
scriptPaths () const

Protected Member Functions

 DtScriptResourceManager (const DtScriptResourceManager &other)
DtScriptResourceManageroperator= (const DtScriptResourceManager &other)

Protected Attributes

std::vector< std::string > myScriptPaths

Detailed Description

Manages resources shared by scripts.

Constructor & Destructor Documentation

DtScriptResourceManager::DtScriptResourceManager ( )
virtual DtScriptResourceManager::~DtScriptResourceManager ( )
virtual
DtScriptResourceManager::DtScriptResourceManager ( const DtScriptResourceManager other)
protected

Member Function Documentation

virtual void DtScriptResourceManager::initializeNumberOfStates ( unsigned  numObjects)
pure virtual

Implemented in DtLuaScriptResourceManager.

virtual void DtScriptResourceManager::setScriptPaths ( const std::vector< std::string > &  scriptPaths)
inlinevirtual
virtual const std::vector<std::string>& DtScriptResourceManager::scriptPaths ( ) const
inlinevirtual
DtScriptResourceManager& DtScriptResourceManager::operator= ( const DtScriptResourceManager other)
protected

Member Data Documentation

std::vector<std::string> DtScriptResourceManager::myScriptPaths
protected

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

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)