#include <UserVehicles.h>
Inheritance diagram for CCockpitManager:

Public Member Functions | |
| CCockpitManager (const char *pitFilename) | |
| ~CCockpitManager (void) | |
| int | Read (SStream *stream, Tag tag) |
| void | ReadFinished () |
| CPanel * | GetCurrentPanel (void) |
| void | SetPanel (Tag tag) |
| Tag | GetPanel (void) |
| void | Draw (void) |
Protected Attributes | |
| std::map< Tag, CPanel * > | ckpt |
| CPanel * | pPanel |
Definition at line 352 of file UserVehicles.h.
|
|
Definition at line 2036 of file UserVehicles.cpp. References CloseStream(), SStream::filename, SStream::mode, OpenStream(), pPanel, and ReadFrom(). |
|
|
Definition at line 2052 of file UserVehicles.cpp. References ckpt. |
|
|
Definition at line 2155 of file UserVehicles.cpp. References CPanel::Draw(), and pPanel. Referenced by CAirplaneObject::DrawPanel(). |
|
|
Definition at line 2119 of file UserVehicles.cpp. References pPanel. Referenced by CSituation::GetCurrentPanel(). |
|
|
Definition at line 2143 of file UserVehicles.cpp. References CPanel::GetId(), and pPanel. Referenced by CAirplaneObject::GetPanel(). |
|
||||||||||||
|
Reimplemented from CStreamObject. Definition at line 2060 of file UserVehicles.cpp. References ckpt, globals, gtfo, SGlobals::logWarning, ReadString(), ReadTag(), TAG_IGNORED, TAG_READ, TagToString(), and CLogFile::Write(). |
|
|
Reimplemented from CStreamObject. Definition at line 2114 of file UserVehicles.cpp. |
|
|
Definition at line 2125 of file UserVehicles.cpp. References CPanel::Activate(), ckpt, CPanel::Deactivate(), and pPanel. Referenced by CAirplaneObject::SetPanel(). |
|
|
Definition at line 368 of file UserVehicles.h. Referenced by Read(), SetPanel(), and ~CCockpitManager(). |
|
|
Definition at line 371 of file UserVehicles.h. Referenced by CCockpitManager(), Draw(), GetCurrentPanel(), GetPanel(), and SetPanel(). |
|
|
Documentation generated by
|