Settings Class Reference

Common (not related to any dll) program settings with Read/Write functions. More...

#include <Settings.h>

List of all members.

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


Detailed Description

Common (not related to any dll) program settings with Read/Write functions.
The documentation for this class was generated from the following files:

Generated on Wed May 15 22:42:22 2013 for miniscope v3 by  doxygen 1.5.9
Tomasz Ostrowski