Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenHantek/OpenHantek6022
/ functions
Functions
484 in github.com/OpenHantek/OpenHantek6022
⨍
Functions
484
◇
Types & classes
200
↓ 115 callers
Method
setValue
\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 callers
Method
value
\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 callers
Method
setColor
\brief Sets the color. \param newColor The new color.
openhantek/src/widgets/colorbox.cpp:49
↓ 59 callers
Method
setText
\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 callers
Method
begin
openhantek/src/exporting/exporterregistry.cpp:83
↓ 44 callers
Function
valueToString
openhantek/src/utils/printutils.cpp:11
↓ 42 callers
Method
addCommand
openhantek/src/hantekdso/hantekdsocontrol.cpp:943
↓ 42 callers
Method
data
openhantek/src/post/ppresult.cpp:8
↓ 39 callers
Method
end
openhantek/src/exporting/exporterregistry.cpp:85
↓ 30 callers
Method
setVisible
openhantek/src/glscope.cpp:105
↓ 28 callers
Method
name
openhantek/src/exporting/exportcsv.cpp:22
↓ 19 callers
Method
get
openhantek/src/hantekdso/modelregistry.cpp:5
↓ 17 callers
Method
create
openhantek/src/exporting/exportcsv.cpp:17
↓ 17 callers
Method
setIndexVisible
\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 callers
Method
getColor
\brief Get the current color. \return The current color as QColor.
openhantek/src/widgets/colorbox.cpp:45
↓ 15 callers
Method
gain
openhantek/src/scopesettings.h:119
↓ 14 callers
Method
accept
\brief Saves the settings and closes the dialog.
openhantek/src/configdialog/configdialog.cpp:116
↓ 13 callers
Method
getMarker
openhantek/src/scopesettings.h:134
↓ 10 callers
Method
addItem
openhantek/src/widgets/datagrid.cpp:103
↓ 9 callers
Method
getModel
\brief Get the oscilloscope model. \return The ::Model of the connected Hantek DSO.
openhantek/src/usb/scopedevice.h:149
↓ 8 callers
Function
libUsbErrorString
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 callers
Method
spec
Return the device specifications
openhantek/src/hantekdso/dsomodel.h:42
↓ 8 callers
Method
updateCursor
openhantek/src/glscope.cpp:555
↓ 7 callers
Method
color
\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 callers
Method
dBsuffix
dBV is default
openhantek/src/scopesettings.h:75
↓ 7 callers
Method
isRealHW
\brief Distinguish between real hw or demo device
openhantek/src/usb/scopedevice.h:49
↓ 7 callers
Method
updateInfo
openhantek/src/widgets/datagrid.cpp:126
↓ 6 callers
Method
rowCount
openhantek/src/selectdevice/deviceslistmodel.cpp:13
↓ 6 callers
Method
selectCursor
openhantek/src/glscope.cpp:549
↓ 6 callers
Method
setToolTipsVisible
openhantek/src/widgets/datagrid.cpp:157
↓ 5 callers
Method
addSlider
\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 callers
Method
anyUsed
openhantek/src/scopesettings.h:126
↓ 5 callers
Function
applyRequirements_
openhantek/src/hantekdso/models/modelDSO6022.cpp:104
↓ 5 callers
Function
initSpecifications
openhantek/src/hantekdso/models/modelDSO6022.cpp:23
↓ 5 callers
Method
setLimits
\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 callers
Method
setStep
\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 callers
Function
slopeString
\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 callers
Function
SetupDockWidget
openhantek/src/docks/dockwindows.cpp:18
↓ 4 callers
Method
generateGrid
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 callers
Function
getMathMode
openhantek/src/hantekdso/mathmodes.h:61
↓ 4 callers
Method
load
load the persistent scope settings called by "DsoSettings::DsoSettings()" and "loadFromFile()"
openhantek/src/dsosettings.cpp:107
↓ 4 callers
Method
save
save the persistent scope settings called by "DsoSettings::saveToFile()", "MainWindow::closeEvent" and explicitly by "ui->actionSave"
openhantek/src/dsosettings.cpp:337
↓ 4 callers
Method
setSteps
\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 callers
Function
timestampDebug
openhantek/src/utils/printutils.h:48
↓ 3 callers
Method
configure
openhantek/src/widgets/datagrid.cpp:39
↓ 3 callers
Method
configureItem
openhantek/src/widgets/datagrid.cpp:96
↓ 3 callers
Method
controlTransfer
max control transfer (write) size is 64 bytes
openhantek/src/usb/scopedevice.cpp:285
↓ 3 callers
Method
controlWrite
openhantek/src/usb/scopedevice.h:118
↓ 3 callers
Method
countChannels
Channels, including math channels
openhantek/src/scopesettings.h:132
↓ 3 callers
Method
coupling
openhantek/src/scopesettings.h:128
↓ 3 callers
Function
ezusb_cpucs
* Modifies the CPUCS register to stop or reset the CPU. * Returns false on error. */
openhantek/src/usb/ezusb.cpp:167
↓ 3 callers
Method
getDevice
Return the associated usb device.
openhantek/src/hantekdso/hantekdsocontrol.h:90
↓ 3 callers
Method
getSerialNumber
* @brief getSerialNumber * @return Return serial number string of the device */
openhantek/src/usb/scopedevice.h:75
↓ 3 callers
Function
mathModeUnit
openhantek/src/hantekdso/mathmodes.cpp:9
↓ 3 callers
Method
minimum
\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 callers
Method
modifiableData
openhantek/src/post/ppresult.cpp:14
↓ 3 callers
Method
postMargin
\brief Return the margin after the slider. \return The margin the Slider has at the bottom/right.
openhantek/src/widgets/levelslider.cpp:57
↓ 3 callers
Method
preMargin
\brief Return the margin before the slider. \return The margin the Slider has at the top/left.
openhantek/src/widgets/levelslider.cpp:53
↓ 3 callers
Method
registerProcessor
openhantek/src/post/postprocessing.cpp:11
↓ 3 callers
Method
saveSettings
\brief Saves the new settings.
openhantek/src/configdialog/DsoConfigScopePage.cpp:120
↓ 3 callers
Method
selectItem
openhantek/src/widgets/datagrid.cpp:150
↓ 3 callers
Method
setNumChannels
openhantek/src/hantekprotocol/controlStructs.cpp:38
↓ 3 callers
Method
setSamplerate
\brief Called when the samplerate from horizontal dock changes its value. \param samplerare The samplerate in hertz.
openhantek/src/docks/SpectrumDock.cpp:167
↓ 3 callers
Function
stringToValue
openhantek/src/utils/printutils.cpp:156
↓ 3 callers
Method
switchToPrintColors
openhantek/src/dsowidget.cpp:313
↓ 3 callers
Method
text
\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 callers
Method
updateTimebase
\brief Handles timebaseChanged signal from the horizontal dock. \param timebase The timebase used for displaying the trace.
openhantek/src/dsowidget.cpp:775
↓ 2 callers
Function
besseli0
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 callers
Method
connectDevice
openhantek/src/usb/scopedevice.cpp:68
↓ 2 callers
Function
couplingString
\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 callers
Method
digitalPhosphorDraws
openhantek/src/viewsettings.h:62
↓ 2 callers
Method
disconnectFromDevice
openhantek/src/usb/scopedevice.cpp:147
↓ 2 callers
Function
ezusb_read
* Issues the specified vendor-specific read request. */
openhantek/src/usb/ezusb.cpp:146
↓ 2 callers
Function
ezusb_write
* Issues the specified vendor-specific write request. */
openhantek/src/usb/ezusb.cpp:126
↓ 2 callers
Method
getFwVersion
* @return Return device version as unsigned int */
openhantek/src/usb/scopedevice.h:69
↓ 2 callers
Method
getSamplesize
openhantek/src/hantekdso/hantekdsocontrol.h:80
↓ 2 callers
Function
hexParse
openhantek/src/utils/printutils.cpp:282
↓ 2 callers
Function
hexdecDump
openhantek/src/utils/printutils.cpp:274
↓ 2 callers
Method
isConnected
openhantek/src/usb/scopedevice.cpp:170
↓ 2 callers
Method
isDemoDevice
openhantek/src/usb/scopedevice.h:50
↓ 2 callers
Method
loadFromFile
load settings from a config file
openhantek/src/dsosettings.cpp:88
↓ 2 callers
Function
mathChannelsUsed
openhantek/src/hantekdso/mathmodes.cpp:22
↓ 2 callers
Function
mathModeString
\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 callers
Method
maximum
\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 callers
Method
models
openhantek/src/hantekdso/modelregistry.cpp:12
↓ 2 callers
Method
needsFirmware
openhantek/src/usb/scopedevice.cpp:173
↓ 2 callers
Function
offsetToFine
openhantek/src/hantekdso/hantekdsocontrol.cpp:721
↓ 2 callers
Function
offsetToRaw
openhantek/src/hantekdso/hantekdsocontrol.cpp:713
↓ 2 callers
Function
parse_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 callers
Method
process
openhantek/src/post/graphgenerator.cpp:53
↓ 2 callers
Method
quitSampling
openhantek/src/hantekdso/hantekdsocontrol.cpp:668
↓ 2 callers
Method
registerExporter
openhantek/src/exporting/exporterregistry.cpp:37
↓ 2 callers
Method
save
openhantek/src/exporting/exportcsv.cpp:106
↓ 2 callers
Method
setBackgroundColor
openhantek/src/widgets/datagrid.cpp:87
↓ 2 callers
Method
setChannelUsed
openhantek/src/hantekdso/hantekdsocontrol.cpp:203
↓ 2 callers
Method
setMarker
openhantek/src/scopesettings.h:139
↓ 2 callers
Method
showData
openhantek/src/glscope.cpp:488
↓ 2 callers
Method
stop
openhantek/src/post/postprocessing.h:32
↓ 2 callers
Method
stopSampling
\brief Stop a long running (interruptible) bulk transfer
openhantek/src/usb/scopedevice.h:53
↓ 2 callers
Function
triggerModeString
\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