Main Page   Namespace List   File List   File Members  

io.cpp File Reference


Namespaces

namespace  std

Functions

void insertPitch (const HWND& hCtrl, string pitch[], const int MAX_ENTRIES)
 populates combobox with font sizes.

void insertFontNames (const HWND& hCtrl, const string& font, string* fName)
 populate a combobox with font names from a reg key.

const int readFormatFile (char appName[][MAX_CH], char format[][MAX_CH], const int MAX_APPS)
 reads format info from a file.

bool isRegKeyCreated (const string& regKeyName, unsigned char& val)
 return false if the registery key does not exist. More...

bool isRegKeyCreated (const string& regKeyName)
 determines if a reg key has been created.

void createRegKey (const string& regKeyName, const bool& infoState)
 creates a reg key for the info prompt; only storing a 0 or a 1.

void createRegKey (const string& regKeyName, const string& font)
 create a reg key for a font name.

void updateRegKey (const string& regKeyName, const bool& infoState)
 change the info prompt reg key.

void updateFontName (const HWND& hCtrl, const char* buff, string* fName, const string& regKeyName, const int MAX_FONTS)
 update the font names in the registry key.


Function Documentation

void createRegKey ( const string & regKeyName,
const string & font )
 

void createRegKey ( const string & regKeyName,
const bool & infoState )
 

void insertFontNames ( const HWND & hCtrl,
const string & font,
string * fName )
 

void insertPitch ( const HWND & hCtrl,
string pitch[],
const int MAX_ENTRIES )
 

bool isRegKeyCreated ( const string & regKeyName )
 

bool isRegKeyCreated ( const string & regKeyName,
unsigned char & val )
 

Registery related

const int readFormatFile ( char appName[][MAX_CH],
char format[][MAX_CH],
const int MAX_APPS )
 

void updateFontName ( const HWND & hCtrl,
const char * buff,
string * fName,
const string & regKeyName,
const int MAX_FONTS )
 

void updateRegKey ( const string & regKeyName,
const bool & infoState )
 


Generated at Tue Jan 30 17:06:01 2001 for UniGeezUserInterface by doxygen1.2.1 written by Dimitri van Heesch, © 1997-2000