#include <Carla.h>
Inheritance diagram for FCarlaModule:
Collaboration diagram for FCarlaModule:Public Member Functions | |
| virtual void | ShutdownModule () override |
| virtual void | StartupModule () override |
| IModuleInterface implementation. More... | |
Private Member Functions | |
| bool | HandleSettingsSaved () |
| void | LoadChronoDll () |
| void | RegisterSettings () |
| void | UnregisterSettings () |
|
private |
Definition at line 103 of file Carla.cpp.
Referenced by RegisterSettings().
Here is the caller graph for this function:
|
private |
Definition at line 20 of file Carla.cpp.
Referenced by StartupModule().
Here is the caller graph for this function:
|
private |
Definition at line 61 of file Carla.cpp.
References HandleSettingsSaved().
Referenced by StartupModule().
Here is the call graph for this function:
Here is the caller graph for this function:
|
overridevirtual |
Definition at line 53 of file Carla.cpp.
References UnregisterSettings().
Here is the call graph for this function:
|
overridevirtual |
IModuleInterface implementation.
Definition at line 14 of file Carla.cpp.
References LoadChronoDll(), and RegisterSettings().
Here is the call graph for this function:
|
private |
Definition at line 92 of file Carla.cpp.
Referenced by ShutdownModule().
Here is the caller graph for this function:
1.8.13