doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
edit_stub.cpp File Reference
#include "../idlib/precompiled.h"

Go to the source code of this file.

Functions

void RadiantInit (void)
 
void RadiantShutdown (void)
 
void RadiantRun (void)
 
void RadiantPrint (const char *text)
 
void RadiantSync (const char *mapName, const idVec3 &viewOrg, const idAngles &viewAngles)
 
void LightEditorInit (const idDict *spawnArgs)
 
void LightEditorShutdown (void)
 
void LightEditorRun (void)
 
void SoundEditorInit (const idDict *spawnArgs)
 
void SoundEditorShutdown (void)
 
void SoundEditorRun (void)
 
void AFEditorInit (const idDict *spawnArgs)
 
void AFEditorShutdown (void)
 
void AFEditorRun (void)
 
void ParticleEditorInit (const idDict *spawnArgs)
 
void ParticleEditorShutdown (void)
 
void ParticleEditorRun (void)
 
void ScriptEditorInit (const idDict *spawnArgs)
 
void ScriptEditorShutdown (void)
 
void ScriptEditorRun (void)
 
void DeclBrowserInit (const idDict *spawnArgs)
 
void DeclBrowserShutdown (void)
 
void DeclBrowserRun (void)
 
void DeclBrowserReloadDeclarations (void)
 
void GUIEditorInit (void)
 
void GUIEditorShutdown (void)
 
void GUIEditorRun (void)
 
bool GUIEditorHandleMessage (void *msg)
 
void DebuggerClientLaunch (void)
 
void DebuggerClientInit (const char *cmdline)
 
bool DebuggerServerInit (void)
 
void DebuggerServerShutdown (void)
 
void DebuggerServerPrint (const char *text)
 
void DebuggerServerCheckBreakpoint (idInterpreter *interpreter, idProgram *program, int instructionPointer)
 
void PDAEditorInit (const idDict *spawnArgs)
 
void MaterialEditorInit ()
 
void MaterialEditorPrintConsole (const char *text)
 

Function Documentation

void AFEditorInit ( const idDict spawnArgs)

Definition at line 46 of file edit_stub.cpp.

void AFEditorRun ( void  )

Definition at line 48 of file edit_stub.cpp.

void AFEditorShutdown ( void  )

Definition at line 47 of file edit_stub.cpp.

void DebuggerClientInit ( const char *  cmdline)

Definition at line 69 of file edit_stub.cpp.

void DebuggerClientLaunch ( void  )

Definition at line 68 of file edit_stub.cpp.

void DebuggerServerCheckBreakpoint ( idInterpreter interpreter,
idProgram program,
int  instructionPointer 
)

Definition at line 73 of file edit_stub.cpp.

bool DebuggerServerInit ( void  )

Definition at line 70 of file edit_stub.cpp.

void DebuggerServerPrint ( const char *  text)

Definition at line 72 of file edit_stub.cpp.

void DebuggerServerShutdown ( void  )

Definition at line 71 of file edit_stub.cpp.

void DeclBrowserInit ( const idDict spawnArgs)

Definition at line 58 of file edit_stub.cpp.

void DeclBrowserReloadDeclarations ( void  )

Definition at line 61 of file edit_stub.cpp.

void DeclBrowserRun ( void  )

Definition at line 60 of file edit_stub.cpp.

void DeclBrowserShutdown ( void  )

Definition at line 59 of file edit_stub.cpp.

bool GUIEditorHandleMessage ( void msg)

Definition at line 66 of file edit_stub.cpp.

void GUIEditorInit ( void  )

Definition at line 63 of file edit_stub.cpp.

void GUIEditorRun ( void  )

Definition at line 65 of file edit_stub.cpp.

void GUIEditorShutdown ( void  )

Definition at line 64 of file edit_stub.cpp.

void LightEditorInit ( const idDict spawnArgs)

Definition at line 38 of file edit_stub.cpp.

void LightEditorRun ( void  )

Definition at line 40 of file edit_stub.cpp.

void LightEditorShutdown ( void  )

Definition at line 39 of file edit_stub.cpp.

void MaterialEditorInit ( void  )

Definition at line 77 of file edit_stub.cpp.

void MaterialEditorPrintConsole ( const char *  text)

Definition at line 78 of file edit_stub.cpp.

void ParticleEditorInit ( const idDict spawnArgs)

Definition at line 50 of file edit_stub.cpp.

void ParticleEditorRun ( void  )

Definition at line 52 of file edit_stub.cpp.

void ParticleEditorShutdown ( void  )

Definition at line 51 of file edit_stub.cpp.

void PDAEditorInit ( const idDict spawnArgs)

Definition at line 75 of file edit_stub.cpp.

void RadiantInit ( void  )

Definition at line 32 of file edit_stub.cpp.

void RadiantPrint ( const char *  text)

Definition at line 35 of file edit_stub.cpp.

void RadiantRun ( void  )

Definition at line 34 of file edit_stub.cpp.

void RadiantShutdown ( void  )

Definition at line 33 of file edit_stub.cpp.

void RadiantSync ( const char *  mapName,
const idVec3 viewOrg,
const idAngles viewAngles 
)

Definition at line 36 of file edit_stub.cpp.

void ScriptEditorInit ( const idDict spawnArgs)

Definition at line 54 of file edit_stub.cpp.

void ScriptEditorRun ( void  )

Definition at line 56 of file edit_stub.cpp.

void ScriptEditorShutdown ( void  )

Definition at line 55 of file edit_stub.cpp.

void SoundEditorInit ( const idDict spawnArgs)

Definition at line 42 of file edit_stub.cpp.

void SoundEditorRun ( void  )

Definition at line 44 of file edit_stub.cpp.

void SoundEditorShutdown ( void  )

Definition at line 43 of file edit_stub.cpp.