#include <Settings.h>
Classes | |
| struct | S_FFT |
| struct | S_GRAPH |
| struct | S_MS3RECORDING |
| struct | S_STATISTICS |
Public Member Functions | |
| bool | Read (AnsiString asFileName) |
| write settings to ini file | |
| bool | Write (AnsiString asFileName) |
| read settings from ini file | |
Public Attributes | |
| int | iPosX |
| int | iPosY |
| main window coordinates | |
| int | iHeight |
| int | iWidth |
| main window size | |
| unsigned int | iMaxUiLogLines |
| maximum no. of lines cached with GUI | |
| bool | bAlwaysOnTop |
| window always on top setting | |
| bool | bWindowMaximized |
| was window maximized when app was closing? | |
| unsigned int | iDisplayRefreshFreq |
| display refresh frequency (if applicable) | |
| AnsiString | asInputDeviceDllName |
| name of previously selected device interface dll | |
| AnsiString | asPlotPictureExportDir |
| default directory to save exported plot picture bitmap | |
| AnsiString | asPlotDataExportDir |
| default directory to save exported plot as JSON file | |
| struct S_GRAPH | GraphOscilloscope |
| struct S_GRAPH | GraphSpectrum |
| struct S_GRAPH | GraphRecorder |
| int | GraphToolboxTransparency |
| struct Settings::S_STATISTICS | Statistics |
| struct Settings::S_MS3RECORDING | Ms3Recording |
| struct Settings::S_FFT | FFT |
| float | fRecorderInterval |
Static Public Attributes | |
| static const float | fRecorderMinInterval = 0.01f |
| static const float | fRecorderMaxInterval = 7200.0f |
1.5.9