doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
edit_public.h File Reference

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 PDAEditorInit (const idDict *spawnArgs)
 
void PDAEditorShutdown (void)
 
void PDAEditorRun (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 MaterialEditorInit (void)
 Initializes the material editor tool. More...
 
void MaterialEditorRun (void)
 Called every frame by the doom engine to allow the material editor to process messages. More...
 
void MaterialEditorShutdown (void)
 Called by the doom engine when the material editor needs to be destroyed. More...
 
void MaterialEditorPrintConsole (const char *msg)
 Allows the doom engine to reflect console output to the material editors console. More...
 

Function Documentation

void AFEditorInit ( const idDict spawnArgs)

Definition at line 301 of file DialogAF.cpp.

void AFEditorRun ( void  )

Definition at line 346 of file DialogAF.cpp.

void AFEditorShutdown ( void  )

Definition at line 365 of file DialogAF.cpp.

void DebuggerClientInit ( const char *  cmdline)

Definition at line 56 of file debugger.cpp.

void DebuggerClientLaunch ( void  )

Definition at line 84 of file debugger.cpp.

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

Definition at line 209 of file debugger.cpp.

bool DebuggerServerInit ( void  )

Definition at line 144 of file debugger.cpp.

void DebuggerServerPrint ( const char *  text)

Definition at line 226 of file debugger.cpp.

void DebuggerServerShutdown ( void  )

Definition at line 180 of file debugger.cpp.

void DeclBrowserInit ( const idDict spawnArgs)

Definition at line 444 of file DialogDeclBrowser.cpp.

void DeclBrowserReloadDeclarations ( void  )

Definition at line 509 of file DialogDeclBrowser.cpp.

void DeclBrowserRun ( void  )

Definition at line 480 of file DialogDeclBrowser.cpp.

void DeclBrowserShutdown ( void  )

Definition at line 499 of file DialogDeclBrowser.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  )

Initializes the material editor tool.

Definition at line 77 of file edit_stub.cpp.

void MaterialEditorPrintConsole ( const char *  msg)

Allows the doom engine to reflect console output to the material editors console.

Definition at line 78 of file edit_stub.cpp.

void MaterialEditorRun ( void  )

Called every frame by the doom engine to allow the material editor to process messages.

Definition at line 107 of file MaterialEditor.cpp.

void MaterialEditorShutdown ( void  )

Called by the doom engine when the material editor needs to be destroyed.

Definition at line 121 of file MaterialEditor.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 PDAEditorRun ( void  )

Definition at line 137 of file DialogPDAEditor.cpp.

void PDAEditorShutdown ( void  )

Definition at line 151 of file DialogPDAEditor.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.