Resource Class Reference
#include <Resource.h>
List of all members.
Constructor & Destructor Documentation
Member Function Documentation
| bool Resource::GetFileHeader |
( |
const std::string & |
filename, |
|
|
DataTree & |
fileHeader_out | |
|
) |
| | [static] |
| bool Resource::LoadFileHeader |
( |
const std::string & |
filename |
) |
|
| bool Resource::LoadFileProperties |
( |
|
) |
|
| bool Resource::LoadFromFile |
( |
const std::string & |
filename |
) |
|
| bool Resource::LoadFromFileXML |
( |
const std::string & |
filename |
) |
|
| bool Resource::SaveToFileXML |
( |
const std::string & |
filename |
) |
|
| bool Resource::SaveToFile |
( |
const std::string & |
filename |
) |
|
| bool Resource::headerLoaded |
( |
|
) |
|
| bool Resource::propertiesLoaded |
( |
|
) |
|
| void Resource::setId |
( |
const std::string & |
id_in |
) |
|
| void Resource::setType |
( |
const std::string & |
typeName_in |
) |
|
| std::string & Resource::getId |
( |
|
) |
|
| std::string & Resource::getType |
( |
|
) |
|
| void Resource::onLoad |
( |
|
) |
[virtual] |
| void Resource::onSave |
( |
|
) |
[virtual] |
Member Data Documentation
The documentation for this class was generated from the following files:
- /Users/ccliffe/Dev/cubicvr/cubicvr/include/CubicVR/Resource.h
- /Users/ccliffe/Dev/cubicvr/cubicvr/src/Resource.cpp