Class for serializing RenderSystemCapabilities to / from a .rendercaps script.
More...
#include <OgreRenderSystemCapabilitiesSerializer.h>
|
| | RenderSystemCapabilitiesSerializer () |
| | default constructor More...
|
| |
| virtual | ~RenderSystemCapabilitiesSerializer () |
| | default destructor More...
|
| |
| void | operator delete (void *ptr) |
| |
| void | operator delete (void *ptr, void *) |
| |
| void | operator delete (void *ptr, const char *, int, const char *) |
| |
| void | operator delete[] (void *ptr) |
| |
| void | operator delete[] (void *ptr, const char *, int, const char *) |
| |
| void * | operator new (size_t sz, const char *file, int line, const char *func) |
| | operator new, with debug line info More...
|
| |
| void * | operator new (size_t sz) |
| |
| void * | operator new (size_t sz, void *ptr) |
| | placement operator new More...
|
| |
| void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
| | array operator new, with debug line info More...
|
| |
| void * | operator new[] (size_t sz) |
| |
| void | parseScript (DataStreamPtr &stream) |
| | Parses a RenderSystemCapabilities script file passed as a stream. More...
|
| |
| void | writeScript (const RenderSystemCapabilities *caps, String name, String filename) |
| | Writes a RenderSystemCapabilities object to a data stream. More...
|
| |
| String | writeString (const RenderSystemCapabilities *caps, String name) |
| | Writes a RenderSystemCapabilities object to a string. More...
|
| |
|
| typedef vector< std::pair< String, int > >::type | CapabilitiesLinesList |
| |
| typedef map< String, Capabilities >::type | CapabilitiesMap |
| |
| enum | CapabilityKeywordType {
UNDEFINED_CAPABILITY_TYPE = 0,
SET_STRING_METHOD,
SET_INT_METHOD,
SET_BOOL_METHOD,
SET_REAL_METHOD,
SET_CAPABILITY_ENUM_BOOL,
ADD_SHADER_PROFILE_STRING
} |
| |
| typedef map< String, CapabilityKeywordType >::type | KeywordTypeMap |
| |
| enum | ParseAction { PARSE_HEADER,
FIND_OPEN_BRACE,
COLLECT_LINES
} |
| |
| typedef void(RenderSystemCapabilities::* | SetBoolMethod) (bool) |
| |
| typedef map< String, SetBoolMethod >::type | SetBoolMethodDispatchTable |
| |
| typedef void(RenderSystemCapabilities::* | SetIntMethod) (ushort) |
| |
| typedef map< String, SetIntMethod >::type | SetIntMethodDispatchTable |
| |
| typedef void(RenderSystemCapabilities::* | SetRealMethod) (Real) |
| |
| typedef map< String, SetRealMethod >::type | SetRealMethodDispatchTable |
| |
| typedef void(RenderSystemCapabilities::* | SetStringMethod) (const String &) |
| |
| typedef map< String, SetStringMethod >::type | SetStringMethodDispatchTable |
| |
|
| void | addCapabilitiesMapping (String name, Capabilities cap) |
| |
| void | addKeywordType (String keyword, CapabilityKeywordType type) |
| |
| void | addSetBoolMethod (String keyword, SetBoolMethod method) |
| |
| void | addSetIntMethod (String keyword, SetIntMethod method) |
| |
| void | addSetRealMethod (String keyword, SetRealMethod method) |
| |
| void | addSetStringMethod (String keyword, SetStringMethod method) |
| |
| void | addShaderProfile (String &val) |
| |
| void | callSetBoolMethod (String &keyword, bool val) |
| |
| void | callSetIntMethod (String &keyword, ushort val) |
| |
| void | callSetRealMethod (String &keyword, Real val) |
| |
| void | callSetStringMethod (String &keyword, String &val) |
| |
| CapabilityKeywordType | getKeywordType (const String &keyword) const |
| |
| void | initialiaseDispatchTables () |
| |
| void | logParseError (const String &error) const |
| |
| void | parseCapabilitiesLines (CapabilitiesLinesList &linesList) |
| |
| void | setCapabilityEnumBool (String &name, bool val) |
| |
Class for serializing RenderSystemCapabilities to / from a .rendercaps script.
Definition at line 48 of file OgreRenderSystemCapabilitiesSerializer.h.
| typedef void(RenderSystemCapabilities::* Ogre::RenderSystemCapabilitiesSerializer::SetBoolMethod) (bool) |
|
protected |
| typedef void(RenderSystemCapabilities::* Ogre::RenderSystemCapabilitiesSerializer::SetIntMethod) (ushort) |
|
protected |
| typedef void(RenderSystemCapabilities::* Ogre::RenderSystemCapabilitiesSerializer::SetRealMethod) (Real) |
|
protected |
| typedef void(RenderSystemCapabilities::* Ogre::RenderSystemCapabilitiesSerializer::SetStringMethod) (const String &) |
|
protected |
| Ogre::RenderSystemCapabilitiesSerializer::RenderSystemCapabilitiesSerializer |
( |
| ) |
|
| virtual Ogre::RenderSystemCapabilitiesSerializer::~RenderSystemCapabilitiesSerializer |
( |
| ) |
|
|
virtual |
| void Ogre::RenderSystemCapabilitiesSerializer::addCapabilitiesMapping |
( |
String |
name, |
|
|
Capabilities |
cap |
|
) |
| |
|
protected |
| void Ogre::RenderSystemCapabilitiesSerializer::addSetBoolMethod |
( |
String |
keyword, |
|
|
SetBoolMethod |
method |
|
) |
| |
|
protected |
| void Ogre::RenderSystemCapabilitiesSerializer::addSetIntMethod |
( |
String |
keyword, |
|
|
SetIntMethod |
method |
|
) |
| |
|
protected |
| void Ogre::RenderSystemCapabilitiesSerializer::addSetRealMethod |
( |
String |
keyword, |
|
|
SetRealMethod |
method |
|
) |
| |
|
protected |
| void Ogre::RenderSystemCapabilitiesSerializer::addSetStringMethod |
( |
String |
keyword, |
|
|
SetStringMethod |
method |
|
) |
| |
|
protected |
| void Ogre::RenderSystemCapabilitiesSerializer::addShaderProfile |
( |
String & |
val | ) |
|
|
protected |
| void Ogre::RenderSystemCapabilitiesSerializer::callSetBoolMethod |
( |
String & |
keyword, |
|
|
bool |
val |
|
) |
| |
|
protected |
| void Ogre::RenderSystemCapabilitiesSerializer::callSetIntMethod |
( |
String & |
keyword, |
|
|
ushort |
val |
|
) |
| |
|
protected |
| void Ogre::RenderSystemCapabilitiesSerializer::callSetRealMethod |
( |
String & |
keyword, |
|
|
Real |
val |
|
) |
| |
|
protected |
| void Ogre::RenderSystemCapabilitiesSerializer::callSetStringMethod |
( |
String & |
keyword, |
|
|
String & |
val |
|
) |
| |
|
protected |
| void Ogre::RenderSystemCapabilitiesSerializer::initialiaseDispatchTables |
( |
| ) |
|
|
protected |
| void Ogre::RenderSystemCapabilitiesSerializer::logParseError |
( |
const String & |
error | ) |
const |
|
protected |
template<class Alloc >
| void* Ogre::AllocatedObject< Alloc >::operator new |
( |
size_t |
sz, |
|
|
const char * |
file, |
|
|
int |
line, |
|
|
const char * |
func |
|
) |
| |
|
inherited |
template<class Alloc >
| void* Ogre::AllocatedObject< Alloc >::operator new[] |
( |
size_t |
sz, |
|
|
const char * |
file, |
|
|
int |
line, |
|
|
const char * |
func |
|
) |
| |
|
inherited |
| void Ogre::RenderSystemCapabilitiesSerializer::parseCapabilitiesLines |
( |
CapabilitiesLinesList & |
linesList | ) |
|
|
protected |
| void Ogre::RenderSystemCapabilitiesSerializer::parseScript |
( |
DataStreamPtr & |
stream | ) |
|
| void Ogre::RenderSystemCapabilitiesSerializer::setCapabilityEnumBool |
( |
String & |
name, |
|
|
bool |
val |
|
) |
| |
|
protected |
| String* Ogre::RenderSystemCapabilitiesSerializer::mCurrentLine |
|
protected |
| int Ogre::RenderSystemCapabilitiesSerializer::mCurrentLineNumber |
|
protected |
| DataStreamPtr Ogre::RenderSystemCapabilitiesSerializer::mCurrentStream |
|
protected |
| KeywordTypeMap Ogre::RenderSystemCapabilitiesSerializer::mKeywordTypeMap |
|
protected |
The documentation for this class was generated from the following file: