6 #ifndef SWIFT_CORE_CMODELSETBUILDER_H
7 #define SWIFT_CORE_CMODELSETBUILDER_H
32 GivenDistributorsOnly = 1 << 0,
34 OnlyDbIcaoCodes = 1 << 2,
36 SortByDistributors = 1 << 4,
37 ConsolidateWithDb = 1 << 5
39 Q_DECLARE_FLAGS(Builder, BuilderFlag)
54 Q_DECLARE_METATYPE(swift::core::CModelSetBuilder::Builder)
55 Q_DECLARE_OPERATORS_FOR_FLAGS(swift::core::CModelSetBuilder::Builder)
Create model set (normally from own models)
BuilderFlag
Builder flags.
Value object encapsulating a list of aircraft models.
Value object encapsulating a list of distributors.
Simple hardcoded info about the corresponding simulator.
Backend services of the swift project, like dealing with the network or the simulators.
#define SWIFT_CORE_EXPORT
Export a class or function from the library.