Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
SubsystemInterfaceList Class Reference

#include <SubsystemInterface.h>

Public Member Functions

 SubsystemInterfaceList ()
 
 ~SubsystemInterfaceList ()
 
void initSubsystem (SubsystemInterface *sys, const char *path1, const char *path2, const char *dirpath, Xfer *pXfer, AsciiString name="")
 
void addSubsystem (SubsystemInterface *sys)
 
void removeSubsystem (SubsystemInterface *sys)
 
void postProcessLoadAll ()
 
void resetAll ()
 
void shutdownAll ()
 

Detailed Description

Definition at line 146 of file SubsystemInterface.h.

Constructor & Destructor Documentation

◆ SubsystemInterfaceList()

SubsystemInterfaceList::SubsystemInterfaceList ( )

Definition at line 127 of file SubsystemInterface.cpp.

◆ ~SubsystemInterfaceList()

SubsystemInterfaceList::~SubsystemInterfaceList ( )

Definition at line 132 of file SubsystemInterface.cpp.

Member Function Documentation

◆ addSubsystem()

void SubsystemInterfaceList::addSubsystem ( SubsystemInterface * sys)

Definition at line 139 of file SubsystemInterface.cpp.

◆ initSubsystem()

void SubsystemInterfaceList::initSubsystem ( SubsystemInterface * sys,
const char * path1,
const char * path2,
const char * dirpath,
Xfer * pXfer,
AsciiString name = "" )

Definition at line 159 of file SubsystemInterface.cpp.

◆ postProcessLoadAll()

void SubsystemInterfaceList::postProcessLoadAll ( )

Definition at line 176 of file SubsystemInterface.cpp.

◆ removeSubsystem()

void SubsystemInterfaceList::removeSubsystem ( SubsystemInterface * sys)

Definition at line 146 of file SubsystemInterface.cpp.

◆ resetAll()

void SubsystemInterfaceList::resetAll ( )

Definition at line 185 of file SubsystemInterface.cpp.

◆ shutdownAll()

void SubsystemInterfaceList::shutdownAll ( )

Definition at line 195 of file SubsystemInterface.cpp.


The documentation for this class was generated from the following files: