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