doom3-gpl
Doom 3 GPL source release
|
This is the complete list of members for idDeclManager, including all inherited members.
BeginLevelLoad()=0 | idDeclManager | pure virtual |
CreateNewDecl(declType_t type, const char *name, const char *fileName)=0 | idDeclManager | pure virtual |
DeclByIndex(declType_t type, int index, bool forceParse=true)=0 | idDeclManager | pure virtual |
EndLevelLoad()=0 | idDeclManager | pure virtual |
FindDeclWithoutParsing(declType_t type, const char *name, bool makeDefault=true)=0 | idDeclManager | pure virtual |
FindMaterial(const char *name, bool makeDefault=true)=0 | idDeclManager | pure virtual |
FindSkin(const char *name, bool makeDefault=true)=0 | idDeclManager | pure virtual |
FindSound(const char *name, bool makeDefault=true)=0 | idDeclManager | pure virtual |
FindType(declType_t type, const char *name, bool makeDefault=true)=0 | idDeclManager | pure virtual |
GetChecksum(void) const =0 | idDeclManager | pure virtual |
GetDeclNameFromType(declType_t type) const =0 | idDeclManager | pure virtual |
GetDeclTypeFromName(const char *typeName) const =0 | idDeclManager | pure virtual |
GetNumDecls(declType_t type)=0 | idDeclManager | pure virtual |
GetNumDeclTypes(void) const =0 | idDeclManager | pure virtual |
Init(void)=0 | idDeclManager | pure virtual |
ListType(const idCmdArgs &args, declType_t type)=0 | idDeclManager | pure virtual |
MaterialByIndex(int index, bool forceParse=true)=0 | idDeclManager | pure virtual |
MediaPrint(const char *fmt,...) id_attribute((format(printf | idDeclManager | virtual |
PrintType(const idCmdArgs &args, declType_t type)=0 | idDeclManager | pure virtual |
RegisterDeclFolder(const char *folder, const char *extension, declType_t defaultType)=0 | idDeclManager | pure virtual |
RegisterDeclType(const char *typeName, declType_t type, idDecl *(*allocator)(void))=0 | idDeclManager | pure virtual |
Reload(bool force)=0 | idDeclManager | pure virtual |
ReloadFile(const char *filename, bool force)=0 | idDeclManager | pure virtual |
RenameDecl(declType_t type, const char *oldName, const char *newName)=0 | idDeclManager | pure virtual |
Shutdown(void)=0 | idDeclManager | pure virtual |
SkinByIndex(int index, bool forceParse=true)=0 | idDeclManager | pure virtual |
SoundByIndex(int index, bool forceParse=true)=0 | idDeclManager | pure virtual |
WritePrecacheCommands(idFile *f)=0 | idDeclManager | pure virtual |
~idDeclManager(void) | idDeclManager | inlinevirtual |