#include "wizard/studio.h"#include "wizard/client.h"#include "wizard/string_.h"
Go to the source code of this file.
Functions | |
| WizardExport const char * | GetClientName (void) |
| WizardExport const char * | GetClientPath (void) |
| WizardExport const char * | SetClientName (const char *name) |
| WizardExport const char * | SetClientPath (const char *path) |
| WizardExport const char* GetClientName | ( | void | ) |
Definition at line 64 of file client.c.
References SetClientName().
Referenced by DefaultErrorHandler(), DefaultFatalErrorHandler(), DefaultWarningHandler(), TranslateEvent(), and TranslateFilename().
| WizardExport const char* GetClientPath | ( | void | ) |
Definition at line 87 of file client.c.
References SetClientPath().
Referenced by GetConfigurePaths().
| WizardExport const char* SetClientName | ( | const char * | name | ) |
Definition at line 114 of file client.c.
References CopyWizardString().
Referenced by GetClientName(), and WizardsToolkitGenesis().
| WizardExport const char* SetClientPath | ( | const char * | path | ) |
Definition at line 148 of file client.c.
References CopyWizardString().
Referenced by GetClientPath(), and WizardsToolkitGenesis().
1.6.2-20100208