#include <Controller.h>
Inheritance diagram for CONNECTION:
Public Member Functions | |
CONNECTION (char *pScene) | |
virtual CONTROLLER * | CreateController ()=0 |
Public Attributes | |
char * | m_pScene |
CONNECTION * | m_pNext |
Definition at line 170 of file Controller.h.
CONNECTION::CONNECTION | ( | char * | pScene | ) |
virtual CONTROLLER* CONNECTION::CreateController | ( | ) | [pure virtual] |
Definition at line 174 of file Controller.h.
Referenced by CSimRobotDocument::Compile(), and CONNECTION().
char* CONNECTION::m_pScene |
Definition at line 173 of file Controller.h.
Referenced by CSimRobotDocument::Compile(), and CONNECTION().