OpenHantek
Public Member Functions | Data Fields
DsoSettingsView Struct Reference

Holds all view settings. More...

#include <viewsettings.h>

Public Member Functions

unsigned digitalPhosphorDraws () const
 

Data Fields

DsoSettingsColorValues screen
 
DsoSettingsColorValues print
 
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 screenColorImages = false
 true exports images with screen colors
 
bool zoom = false
 true if the magnified scope is enabled
 
Qt::ToolBarArea cursorGridPosition = Qt::RightToolBarArea
 
bool cursorsVisible = false
 

Detailed Description

Holds all view settings.

Field Documentation

◆ print

DsoSettingsColorValues DsoSettingsView::print
Initial value:
= {QColor(0x00, 0x00, 0x00, 0xbf), QColor(0x00, 0x00, 0x00, 0x00),
QColor(0x00, 0x00, 0x00, 0xff), QColor(0x00, 0x00, 0x00, 0x7f),
QColor(0x00, 0x00, 0x00, 0xef), QColor(0x00, 0x00, 0x00, 0xff),
std::vector<QColor>(), std::vector<QColor>()}

◆ screen

DsoSettingsColorValues DsoSettingsView::screen
Initial value:
= {QColor(0xff, 0xff, 0xff, 0x7f), QColor(0x00, 0x00, 0x00, 0xff),
QColor(0xff, 0xff, 0xff, 0xff), QColor(0xff, 0xff, 0xff, 0x3f),
QColor(0xff, 0xff, 0xff, 0xbf), QColor(0xff, 0xff, 0xff, 0xff),
std::vector<QColor>(), std::vector<QColor>()}

The documentation for this struct was generated from the following file: