![]() |
VR-Forces 4.0.4 Class Documentation
|
DtSurfaceEntityRoutePilotDescriptor. More...

Public Member Functions | |
| DtSurfaceEntityRoutePilotDescriptor (const DtString &name, DtReaderWriterRegistry *parentRegistry=0) | |
| constructor | |
| DtSurfaceEntityRoutePilotDescriptor (const DtSurfaceEntityRoutePilotDescriptor &orig, DtReaderWriterRegistry *parentRegistry=0) | |
| copy constructor | |
| const DtSurfaceEntityRoutePilotDescriptor & | operator= (const DtSurfaceEntityRoutePilotDescriptor &orig) |
| assignment | |
| virtual | ~DtSurfaceEntityRoutePilotDescriptor () |
| virtual DtString | type () const |
| Returns the type of descriptor. | |
| virtual DtComponentDescriptor * | clone (DtReaderWriterRegistry *parentRegistry=0) const |
| Clone creates a new copy. | |
Static Public Member Functions | |
| static DtComponentDescriptor * | creator () |
| | |
Protected Member Functions | |
| DtSurfaceEntityRoutePilotDescriptor () | |
| default constructor; not implemented | |
DtSurfaceEntityRoutePilotDescriptor.
class DtSurfaceEntityRoutePilotDescriptor: A component descriptor for ship controllers that follow a route.
| DtSurfaceEntityRoutePilotDescriptor::DtSurfaceEntityRoutePilotDescriptor | ( | const DtString & | name, |
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
constructor
| DtSurfaceEntityRoutePilotDescriptor::DtSurfaceEntityRoutePilotDescriptor | ( | const DtSurfaceEntityRoutePilotDescriptor & | orig, |
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
copy constructor
| virtual DtSurfaceEntityRoutePilotDescriptor::~DtSurfaceEntityRoutePilotDescriptor | ( | ) | [virtual] |
default constructor; not implemented
| static DtComponentDescriptor* DtSurfaceEntityRoutePilotDescriptor::creator | ( | ) | [static] |
Reimplemented from DtSurfaceEntityPilotControllerDescriptor.
| const DtSurfaceEntityRoutePilotDescriptor& DtSurfaceEntityRoutePilotDescriptor::operator= | ( | const DtSurfaceEntityRoutePilotDescriptor & | orig | ) |
assignment
| virtual DtString DtSurfaceEntityRoutePilotDescriptor::type | ( | ) | const [virtual] |
Returns the type of descriptor.
This will be used to create the descriptor on read from an mtl file.
Reimplemented from DtSurfaceEntityPilotControllerDescriptor.
| virtual DtComponentDescriptor* DtSurfaceEntityRoutePilotDescriptor::clone | ( | DtReaderWriterRegistry * | parentRegistry = 0 | ) | const [virtual] |
Clone creates a new copy.
Reimplemented from DtSurfaceEntityPilotControllerDescriptor.