MCPcopy Create free account

hub / github.com/OpenHantek/OpenHantek6022 / functions

Functions484 in github.com/OpenHantek/OpenHantek6022

↓ 115 callersMethodsetValue
\brief Set the current position of a slider. \param index The index of the slider whose value should be set. \param value The new value of the slider.
openhantek/src/widgets/levelslider.cpp:266
↓ 95 callersMethodvalue
\brief Return the current position of a slider. \param index The index of the slider whose value should be returned. \return The value of the slider.
openhantek/src/widgets/levelslider.cpp:255
↓ 81 callersMethodsetColor
\brief Sets the color. \param newColor The new color.
openhantek/src/widgets/colorbox.cpp:49
↓ 59 callersMethodsetText
\brief Set the text for a slider. \param index The index of the slider whose text should be set. \param text The text shown next to the slider. \retur
openhantek/src/widgets/levelslider.cpp:154
↓ 48 callersMethodbegin
openhantek/src/exporting/exporterregistry.cpp:83
↓ 44 callersFunctionvalueToString
openhantek/src/utils/printutils.cpp:11
↓ 42 callersMethodaddCommand
openhantek/src/hantekdso/hantekdsocontrol.cpp:943
↓ 42 callersMethoddata
openhantek/src/post/ppresult.cpp:8
↓ 39 callersMethodend
openhantek/src/exporting/exporterregistry.cpp:85
↓ 30 callersMethodsetVisible
openhantek/src/glscope.cpp:105
↓ 28 callersMethodname
openhantek/src/exporting/exportcsv.cpp:22
↓ 19 callersMethodget
openhantek/src/hantekdso/modelregistry.cpp:5
↓ 17 callersMethodcreate
openhantek/src/exporting/exportcsv.cpp:17
↓ 17 callersMethodsetIndexVisible
\brief Set the visibility of a slider. \param index The index of the slider whose visibility should be set. \param visible true to show the slider, fa
openhantek/src/widgets/levelslider.cpp:178
↓ 16 callersMethodgetColor
\brief Get the current color. \return The current color as QColor.
openhantek/src/widgets/colorbox.cpp:45
↓ 15 callersMethodgain
openhantek/src/scopesettings.h:119
↓ 14 callersMethodaccept
\brief Saves the settings and closes the dialog.
openhantek/src/configdialog/configdialog.cpp:116
↓ 13 callersMethodgetMarker
openhantek/src/scopesettings.h:134
↓ 10 callersMethodaddItem
openhantek/src/widgets/datagrid.cpp:103
↓ 9 callersMethodgetModel
\brief Get the oscilloscope model. \return The ::Model of the connected Hantek DSO.
openhantek/src/usb/scopedevice.h:149
↓ 8 callersFunctionlibUsbErrorString
Returns a constant QString with a short description of the given error code, this description is intended for displaying to the end user and will be i
openhantek/src/usb/scopedevice.cpp:24
↓ 8 callersMethodspec
Return the device specifications
openhantek/src/hantekdso/dsomodel.h:42
↓ 8 callersMethodupdateCursor
openhantek/src/glscope.cpp:555
↓ 7 callersMethodcolor
\brief Return the color of a slider. \param index The index of the slider whose color should be returned. \return The current color of the slider.
openhantek/src/widgets/levelslider.cpp:121
↓ 7 callersMethoddBsuffix
dBV is default
openhantek/src/scopesettings.h:75
↓ 7 callersMethodisRealHW
\brief Distinguish between real hw or demo device
openhantek/src/usb/scopedevice.h:49
↓ 7 callersMethodupdateInfo
openhantek/src/widgets/datagrid.cpp:126
↓ 6 callersMethodrowCount
openhantek/src/selectdevice/deviceslistmodel.cpp:13
↓ 6 callersMethodselectCursor
openhantek/src/glscope.cpp:549
↓ 6 callersMethodsetToolTipsVisible
openhantek/src/widgets/datagrid.cpp:157
↓ 5 callersMethodaddSlider
\brief Add a new slider to the slider container. \param index The index where the slider should be inserted, 0 to append. \return The index of the sli
openhantek/src/widgets/levelslider.cpp:62
↓ 5 callersMethodanyUsed
openhantek/src/scopesettings.h:126
↓ 5 callersFunctionapplyRequirements_
openhantek/src/hantekdso/models/modelDSO6022.cpp:104
↓ 5 callersFunctioninitSpecifications
openhantek/src/hantekdso/models/modelDSO6022.cpp:23
↓ 5 callersMethodsetLimits
\brief Set the min-max values of the sliders, correct the value if changed. \param index The index of the slider whose limits should be set. \param mi
openhantek/src/widgets/levelslider.cpp:208
↓ 5 callersMethodsetStep
\brief Set the step width of the sliders. \param index The index of the slider whose step width should be set. \param step The distance between the se
openhantek/src/widgets/levelslider.cpp:242
↓ 5 callersFunctionslopeString
\brief Return string representation of the given trigger slope. \param slope The ::Slope that should be returned as string. \return The string that sh
openhantek/src/hantekdso/enums.cpp:60
↓ 4 callersFunctionSetupDockWidget
openhantek/src/docks/dockwindows.cpp:18
↓ 4 callersMethodgenerateGrid
prepare the static grid structure that is shown by 'drawGrid()' show a line as long as the trigger level marker is clicked or moved index: channel, va
openhantek/src/glscope.cpp:659
↓ 4 callersFunctiongetMathMode
openhantek/src/hantekdso/mathmodes.h:61
↓ 4 callersMethodload
load the persistent scope settings called by "DsoSettings::DsoSettings()" and "loadFromFile()"
openhantek/src/dsosettings.cpp:107
↓ 4 callersMethodsave
save the persistent scope settings called by "DsoSettings::saveToFile()", "MainWindow::closeEvent" and explicitly by "ui->actionSave"
openhantek/src/dsosettings.cpp:337
↓ 4 callersMethodsetSteps
\brief Set the steps the spin box will take. \param newSteps The steps, will be extended with the ratio from the start after the last element.
openhantek/src/widgets/sispinbox.cpp:159
↓ 4 callersFunctiontimestampDebug
openhantek/src/utils/printutils.h:48
↓ 3 callersMethodconfigure
openhantek/src/widgets/datagrid.cpp:39
↓ 3 callersMethodconfigureItem
openhantek/src/widgets/datagrid.cpp:96
↓ 3 callersMethodcontrolTransfer
max control transfer (write) size is 64 bytes
openhantek/src/usb/scopedevice.cpp:285
↓ 3 callersMethodcontrolWrite
openhantek/src/usb/scopedevice.h:118
↓ 3 callersMethodcountChannels
Channels, including math channels
openhantek/src/scopesettings.h:132
↓ 3 callersMethodcoupling
openhantek/src/scopesettings.h:128
↓ 3 callersFunctionezusb_cpucs
* Modifies the CPUCS register to stop or reset the CPU. * Returns false on error. */
openhantek/src/usb/ezusb.cpp:167
↓ 3 callersMethodgetDevice
Return the associated usb device.
openhantek/src/hantekdso/hantekdsocontrol.h:90
↓ 3 callersMethodgetSerialNumber
* @brief getSerialNumber * @return Return serial number string of the device */
openhantek/src/usb/scopedevice.h:75
↓ 3 callersFunctionmathModeUnit
openhantek/src/hantekdso/mathmodes.cpp:9
↓ 3 callersMethodminimum
\brief Return the minimal value of the sliders. \return The value a slider has at the bottommost/leftmost position.
openhantek/src/widgets/levelslider.cpp:188
↓ 3 callersMethodmodifiableData
openhantek/src/post/ppresult.cpp:14
↓ 3 callersMethodpostMargin
\brief Return the margin after the slider. \return The margin the Slider has at the bottom/right.
openhantek/src/widgets/levelslider.cpp:57
↓ 3 callersMethodpreMargin
\brief Return the margin before the slider. \return The margin the Slider has at the top/left.
openhantek/src/widgets/levelslider.cpp:53
↓ 3 callersMethodregisterProcessor
openhantek/src/post/postprocessing.cpp:11
↓ 3 callersMethodsaveSettings
\brief Saves the new settings.
openhantek/src/configdialog/DsoConfigScopePage.cpp:120
↓ 3 callersMethodselectItem
openhantek/src/widgets/datagrid.cpp:150
↓ 3 callersMethodsetNumChannels
openhantek/src/hantekprotocol/controlStructs.cpp:38
↓ 3 callersMethodsetSamplerate
\brief Called when the samplerate from horizontal dock changes its value. \param samplerare The samplerate in hertz.
openhantek/src/docks/SpectrumDock.cpp:167
↓ 3 callersFunctionstringToValue
openhantek/src/utils/printutils.cpp:156
↓ 3 callersMethodswitchToPrintColors
openhantek/src/dsowidget.cpp:313
↓ 3 callersMethodtext
\brief Return the text shown beside a slider. \param index The index of the slider whose text should be returned. \return The current text of the slid
openhantek/src/widgets/levelslider.cpp:143
↓ 3 callersMethodupdateTimebase
\brief Handles timebaseChanged signal from the horizontal dock. \param timebase The timebase used for displaying the trace.
openhantek/src/dsowidget.cpp:775
↓ 2 callersFunctionbesseli0
besseli0() and Kaiser calculation from "SigPack - the C++ signal processing library" http://sigpack.sourceforge.net/window_8h_source.html
openhantek/src/post/spectrumgenerator.cpp:46
↓ 2 callersMethodconnectDevice
openhantek/src/usb/scopedevice.cpp:68
↓ 2 callersFunctioncouplingString
\brief Return string representation of the given channel coupling. \param coupling The ::Coupling that should be returned as string. \return The strin
openhantek/src/hantekdso/enums.cpp:27
↓ 2 callersMethoddigitalPhosphorDraws
openhantek/src/viewsettings.h:62
↓ 2 callersMethoddisconnectFromDevice
openhantek/src/usb/scopedevice.cpp:147
↓ 2 callersFunctionezusb_read
* Issues the specified vendor-specific read request. */
openhantek/src/usb/ezusb.cpp:146
↓ 2 callersFunctionezusb_write
* Issues the specified vendor-specific write request. */
openhantek/src/usb/ezusb.cpp:126
↓ 2 callersMethodgetFwVersion
* @return Return device version as unsigned int */
openhantek/src/usb/scopedevice.h:69
↓ 2 callersMethodgetSamplesize
openhantek/src/hantekdso/hantekdsocontrol.h:80
↓ 2 callersFunctionhexParse
openhantek/src/utils/printutils.cpp:282
↓ 2 callersFunctionhexdecDump
openhantek/src/utils/printutils.cpp:274
↓ 2 callersMethodisConnected
openhantek/src/usb/scopedevice.cpp:170
↓ 2 callersMethodisDemoDevice
openhantek/src/usb/scopedevice.h:50
↓ 2 callersMethodloadFromFile
load settings from a config file
openhantek/src/dsosettings.cpp:88
↓ 2 callersFunctionmathChannelsUsed
openhantek/src/hantekdso/mathmodes.cpp:22
↓ 2 callersFunctionmathModeString
\brief Return string representation of the given math mode. \param mode The ::MathMode that should be returned as string. \return The string that shou
openhantek/src/hantekdso/mathmodes.cpp:32
↓ 2 callersMethodmaximum
\brief Return the maximal value of the sliders. \return The value a slider has at the topmost/rightmost position.
openhantek/src/widgets/levelslider.cpp:197
↓ 2 callersMethodmodels
openhantek/src/hantekdso/modelregistry.cpp:12
↓ 2 callersMethodneedsFirmware
openhantek/src/usb/scopedevice.cpp:173
↓ 2 callersFunctionoffsetToFine
openhantek/src/hantekdso/hantekdsocontrol.cpp:721
↓ 2 callersFunctionoffsetToRaw
openhantek/src/hantekdso/hantekdsocontrol.cpp:713
↓ 2 callersFunctionparse_ihex
* Parse an Intel HEX image file and invoke the poke() function on the * various segments to implement policies such as writing to RAM (with * a one
openhantek/src/usb/ezusb.cpp:229
↓ 2 callersMethodprocess
openhantek/src/post/graphgenerator.cpp:53
↓ 2 callersMethodquitSampling
openhantek/src/hantekdso/hantekdsocontrol.cpp:668
↓ 2 callersMethodregisterExporter
openhantek/src/exporting/exporterregistry.cpp:37
↓ 2 callersMethodsave
openhantek/src/exporting/exportcsv.cpp:106
↓ 2 callersMethodsetBackgroundColor
openhantek/src/widgets/datagrid.cpp:87
↓ 2 callersMethodsetChannelUsed
openhantek/src/hantekdso/hantekdsocontrol.cpp:203
↓ 2 callersMethodsetMarker
openhantek/src/scopesettings.h:139
↓ 2 callersMethodshowData
openhantek/src/glscope.cpp:488
↓ 2 callersMethodstop
openhantek/src/post/postprocessing.h:32
↓ 2 callersMethodstopSampling
\brief Stop a long running (interruptible) bulk transfer
openhantek/src/usb/scopedevice.h:53
↓ 2 callersFunctiontriggerModeString
\brief Return string representation of the given trigger mode. \param mode The ::TriggerMode that should be returned as string. \return The string tha
openhantek/src/hantekdso/enums.cpp:43
next →1–100 of 484, ranked by callers