#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 () |
Definition at line 146 of file SubsystemInterface.h.
| SubsystemInterfaceList::SubsystemInterfaceList | ( | ) |
Definition at line 127 of file SubsystemInterface.cpp.
| SubsystemInterfaceList::~SubsystemInterfaceList | ( | ) |
Definition at line 132 of file SubsystemInterface.cpp.
| void SubsystemInterfaceList::addSubsystem | ( | SubsystemInterface * | sys | ) |
Definition at line 139 of file SubsystemInterface.cpp.
| 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.
| void SubsystemInterfaceList::postProcessLoadAll | ( | ) |
Definition at line 176 of file SubsystemInterface.cpp.
| void SubsystemInterfaceList::removeSubsystem | ( | SubsystemInterface * | sys | ) |
Definition at line 146 of file SubsystemInterface.cpp.
| void SubsystemInterfaceList::resetAll | ( | ) |
Definition at line 185 of file SubsystemInterface.cpp.
| void SubsystemInterfaceList::shutdownAll | ( | ) |
Definition at line 195 of file SubsystemInterface.cpp.