3 #include "utils/enumclass.h" 9 enum class ChannelMode {
33 enum class TriggerMode {
42 enum class Slope : uint8_t {
50 enum InterpolationMode {
51 INTERPOLATION_OFF = 0,
57 QString channelModeString(ChannelMode mode);
58 QString graphFormatString(GraphFormat format);
59 QString couplingString(Coupling coupling);
60 QString triggerModeString(TriggerMode mode);
61 QString slopeString(Slope slope);
62 QString interpolationModeString(InterpolationMode interpolation);
65 Q_DECLARE_METATYPE(Dso::TriggerMode)
66 Q_DECLARE_METATYPE(Dso::Slope)
67 Q_DECLARE_METATYPE(Dso::Coupling)
68 Q_DECLARE_METATYPE(Dso::GraphFormat)
69 Q_DECLARE_METATYPE(Dso::ChannelMode)
70 Q_DECLARE_METATYPE(Dso::InterpolationMode)
Definition: enumclass.h:6
Definition: TriggerDock.h:15