Settings Class Reference

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

#include <Settings.h>

List of all members.

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


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 Thu Jul 2 23:00:07 2009 for armscope by  doxygen 1.5.9
Tomasz Ostrowski