libHSPlasma
|
#include <plSDLMgr.h>
Public Member Functions | |
plSDLMgr () | |
~plSDLMgr () | |
void | ReadDescriptors (const plString &filename) |
void | ReadDescriptors (hsStream *S) |
void | ClearDescriptors () |
plStateDescriptor * | GetDescriptor (const plString &name, int version=-1) |
void | read (hsStream *S) |
void | write (hsStream *S) |
Protected Attributes | |
std::vector< plStateDescriptor * > | fDescriptors |
plSDLMgr::plSDLMgr | ( | ) |
plSDLMgr::~plSDLMgr | ( | ) |
void plSDLMgr::ClearDescriptors | ( | ) |
plStateDescriptor* plSDLMgr::GetDescriptor | ( | const plString & | name, |
int | version = -1 |
||
) |
void plSDLMgr::read | ( | hsStream * | S | ) |
void plSDLMgr::ReadDescriptors | ( | const plString & | filename | ) |
void plSDLMgr::ReadDescriptors | ( | hsStream * | S | ) |
void plSDLMgr::write | ( | hsStream * | S | ) |
|
protected |