|
swift
|
Interface to "something" backing models, which can be set. More...
Public Member Functions | |
| virtual void | setModelsForSimulator (const CAircraftModelList &models, const CSimulatorInfo &simulator)=0 |
| Set models. | |
| IModelsForSimulatorSetable ()=default | |
| Ctor, dtor, copy operators (CLANG warnings) | |
| virtual | ~IModelsForSimulatorSetable ()=default |
| Ctor, dtor, copy operators (CLANG warnings) | |
| IModelsForSimulatorSetable (const IModelsForSimulatorSetable &)=default | |
| Ctor, dtor, copy operators (CLANG warnings) | |
| IModelsForSimulatorSetable & | operator= (const IModelsForSimulatorSetable &)=default |
| Ctor, dtor, copy operators (CLANG warnings) | |
Interface to "something" backing models, which can be set.
Definition at line 47 of file aircraftmodelinterfaces.h.