6 #ifndef SWIFT_MISC_SIMULATION_INTERPOLATION_INTERPOLATIONSETUPLIST_H
7 #define SWIFT_MISC_SIMULATION_INTERPOLATION_INTERPOLATIONSETUPLIST_H
16 CInterpolationSetupList)
18 namespace swift::misc::simulation
22 public CSequence<CInterpolationAndRenderingSetupPerCallsign>,
23 public aviation::ICallsignObjectList<CInterpolationAndRenderingSetupPerCallsign, CInterpolationSetupList>,
24 public mixin::MetaType<CInterpolationSetupList>
31 CInterpolationSetupList();
34 CInterpolationSetupList(
const CInterpolationAndRenderingSetupPerCallsign &setup);
37 CInterpolationSetupList(
const CSequence<CInterpolationAndRenderingSetupPerCallsign> &other);
41 Q_DECLARE_METATYPE(swift::misc::simulation::CInterpolationSetupList)
Generic ordered container with value semantics.
CSequence()=default
Default constructor.
#define SWIFT_DECLARE_SEQUENCE_MIXINS(Namespace, T, List)
Explicit template declaration of mixins for a CSequence subclass to be placed near the top of the hea...
#define SWIFT_MISC_EXPORT
Export a class or function from the library.