6 #ifndef SWIFT_MISC_SIMULATION_SIMULATORPLUGININFOLIST_H
7 #define SWIFT_MISC_SIMULATION_SIMULATORPLUGININFOLIST_H
11 #include <QStringList>
21 namespace swift::misc::simulation
23 class CSimulatorPluginInfo;
41 bool supportsSimulator(
const QString &simulator)
const;
44 QStringList toStringList(
bool i18n =
false)
const;
Generic ordered container with value semantics.
Generic sequential container with value semantics.
CSequence()=default
Default constructor.
Simple hardcoded info about the corresponding simulator.
Describing a simulator plugin.
Value object encapsulating a list of SimulatorInfo objects.
CSimulatorPluginInfoList(const CSequence< CSimulatorPluginInfo > &other)
Construct from a base class object.
#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.