|
OpenHantek
|
Holds all view settings. More...
#include <viewsettings.h>
Public Member Functions | |
| unsigned | digitalPhosphorDraws () const |
Data Fields | |
| DsoSettingsColorValues | screen |
| DsoSettingsColorValues | |
| bool | antialiasing = true |
| Antialiasing for the graphs. | |
| bool | digitalPhosphor = false |
| true slowly fades out the previous graphs | |
| unsigned | digitalPhosphorDepth = 8 |
| Number of channels shown at one time. | |
| Dso::InterpolationMode | interpolation = Dso::INTERPOLATION_LINEAR |
| Interpolation mode for the graph. | |
| bool | printerColorImages = true |
| Exports images with screen colors. | |
| int | zoomHeightIndex = 2 |
| Zoom scope window height. | |
| bool | zoomImage = true |
| Export zoomed images with double height. | |
| bool | zoom = false |
| true if the magnified scope is enabled | |
| int | exportScaleValue = 1 |
| Qt::ToolBarArea | cursorGridPosition = Qt::RightToolBarArea |
| bool | cursorsVisible = false |
| DsoSettingsColorValues * | colors = &screen |
| int | fontSize = defaultFontSize |
| bool | styleFusion = false |
| int | theme = 0 |
| unsigned | screenHeight = 0 |
| unsigned | screenWidth = 0 |
Holds all view settings.
|
inline |
| bool DsoSettingsView::antialiasing = true |
Antialiasing for the graphs.
| DsoSettingsColorValues* DsoSettingsView::colors = &screen |
| Qt::ToolBarArea DsoSettingsView::cursorGridPosition = Qt::RightToolBarArea |
| bool DsoSettingsView::cursorsVisible = false |
| bool DsoSettingsView::digitalPhosphor = false |
true slowly fades out the previous graphs
| unsigned DsoSettingsView::digitalPhosphorDepth = 8 |
Number of channels shown at one time.
| int DsoSettingsView::exportScaleValue = 1 |
| int DsoSettingsView::fontSize = defaultFontSize |
| Dso::InterpolationMode DsoSettingsView::interpolation = Dso::INTERPOLATION_LINEAR |
Interpolation mode for the graph.
| DsoSettingsColorValues DsoSettingsView::print |
| bool DsoSettingsView::printerColorImages = true |
Exports images with screen colors.
| DsoSettingsColorValues DsoSettingsView::screen |
| unsigned DsoSettingsView::screenHeight = 0 |
| unsigned DsoSettingsView::screenWidth = 0 |
| bool DsoSettingsView::styleFusion = false |
| int DsoSettingsView::theme = 0 |
| bool DsoSettingsView::zoom = false |
true if the magnified scope is enabled
| int DsoSettingsView::zoomHeightIndex = 2 |
Zoom scope window height.
| bool DsoSettingsView::zoomImage = true |
Export zoomed images with double height.