QVLCRegistry Class Reference


Public Member Functions

 QVLCRegistry (HKEY rootKey)
 ~QVLCRegistry (void)
void WriteRegistryInt (const char *path, const char *valueName, int value)
void WriteRegistryString (const char *path, const char *valueName, const char *value)
void WriteRegistryDouble (const char *path, const char *valueName, double value)
int ReadRegistryInt (const char *path, const char *valueName, int default_value)
char * ReadRegistryString (const char *path, const char *valueName, char *default_value)
double ReadRegistryDouble (const char *path, const char *valueName, double default_value)
bool RegistryKeyExists (const char *path)
bool RegistryValueExists (const char *path, const char *valueName)
int DeleteValue (const char *path, const char *valueName)
long DeleteKey (const char *path, const char *keyName)

Constructor & Destructor Documentation

QVLCRegistry::QVLCRegistry ( HKEY  rootKey  ) 

QVLCRegistry::~QVLCRegistry ( void   ) 


Member Function Documentation

void QVLCRegistry::WriteRegistryInt ( const char *  path,
const char *  valueName,
int  value 
)

void QVLCRegistry::WriteRegistryString ( const char *  path,
const char *  valueName,
const char *  value 
)

void QVLCRegistry::WriteRegistryDouble ( const char *  path,
const char *  valueName,
double  value 
)

int QVLCRegistry::ReadRegistryInt ( const char *  path,
const char *  valueName,
int  default_value 
)

char* QVLCRegistry::ReadRegistryString ( const char *  path,
const char *  valueName,
char *  default_value 
)

double QVLCRegistry::ReadRegistryDouble ( const char *  path,
const char *  valueName,
double  default_value 
)

bool QVLCRegistry::RegistryKeyExists ( const char *  path  ) 

bool QVLCRegistry::RegistryValueExists ( const char *  path,
const char *  valueName 
)

int QVLCRegistry::DeleteValue ( const char *  path,
const char *  valueName 
)

long QVLCRegistry::DeleteKey ( const char *  path,
const char *  keyName 
)


The documentation for this class was generated from the following file:

Generated on Tue May 25 08:06:20 2010 for VLC by  doxygen 1.5.6