12#include "levelslider.h"
13#include "hantekdso/controlspecification.h"
42 void showNew(std::shared_ptr<PPresult> data);
45 virtual void showEvent(QShowEvent *event);
46 void setupSliders(
Sliders &sliders);
123 void updateCursorGrid(
bool enabled);
127 void updateOffset(ChannelID channel,
double value);
128 void updateTriggerPosition(
int index,
double value,
bool mainView =
true);
129 void updateTriggerLevel(ChannelID channel,
double value);
130 void updateMarker(
int marker,
double value);
OpenGL accelerated widget that displays the oscilloscope screen.
Definition glscope.h:25
Slider widget for multiple level sliders. These are used for the trigger levels, offsets and so on.
Definition levelslider.h:28
Analyzes the data from the dso. Calculates the spectrum and various data about the signal and saves t...
Definition spectrumgenerator.h:24
Holds the settings for the oscilloscope.
Definition scopesettings.h:77
Holds all view settings.
Definition viewsettings.h:30
Stores the specifications of the currently connected device.
Definition controlspecification.h:47