doom3-gpl
Doom 3 GPL source release
|
#include <DeclFX.h>
Public Member Functions | |
virtual size_t | Size (void) const |
virtual const char * | DefaultDefinition (void) const |
virtual bool | Parse (const char *text, const int textLength) |
virtual void | FreeData (void) |
virtual void | Print (void) const |
virtual void | List (void) const |
Public Member Functions inherited from idDecl | |
idDecl (void) | |
virtual | ~idDecl (void) |
const char * | GetName (void) const |
declType_t | GetType (void) const |
declState_t | GetState (void) const |
bool | IsImplicit (void) const |
bool | IsValid (void) const |
void | Invalidate (void) |
void | EnsureNotPurged (void) |
int | Index (void) const |
int | GetLineNum (void) const |
const char * | GetFileName (void) const |
void | GetText (char *text) const |
int | GetTextLength (void) const |
void | SetText (const char *text) |
bool | ReplaceSourceFileText (void) |
bool | SourceFileChanged (void) const |
void | MakeDefault (void) |
bool | EverReferenced (void) const |
virtual bool | SetDefaultText (void) |
Public Attributes | |
idList< idFXSingleAction > | events |
idStr | joint |
Public Attributes inherited from idDecl | |
idDeclBase * | base |
Private Member Functions | |
void | ParseSingleFXAction (idLexer &src, idFXSingleAction &FXAction) |
Reimplemented from idDecl.
Definition at line 456 of file DeclFX.cpp.
Reimplemented from idDecl.
Definition at line 471 of file DeclFX.cpp.
Reimplemented from idDecl.
Definition at line 92 of file DeclFX.cpp.
Reimplemented from idDecl.
Definition at line 411 of file DeclFX.cpp.
|
private |
Definition at line 101 of file DeclFX.cpp.
Reimplemented from idDecl.
Definition at line 47 of file DeclFX.cpp.
|
virtual |
Reimplemented from idDecl.
Definition at line 38 of file DeclFX.cpp.
idList<idFXSingleAction> idDeclFX::events |