Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members | Related Pages

config Class Reference

A wxConfig object sub-classed with some helper monkeys. More...

#include <config.h>

List of all members.

Public Member Functions

 config (const wxString &appName)
bool getBoolean (wxString path, bool deflt)
 Get a boolean value.
long getLong (wxString path, long dflt)
 Get a long value.
wxString getString (wxString path, wxString dflt)
 Get a string value.
wxColour getColour (wxString path, wxString dflt)
 Get a colour value.
bool writeColour (const wxString &key, wxColour value)
 Save a colour value.


Detailed Description

A wxConfig object sub-classed with some helper monkeys.


Constructor & Destructor Documentation

config::config const wxString &  appName  ) 
 


Member Function Documentation

bool config::getBoolean wxString  path,
bool  deflt
 

Get a boolean value.

wxColour config::getColour wxString  path,
wxString  dflt
 

Get a colour value.

long config::getLong wxString  path,
long  dflt
 

Get a long value.

wxString config::getString wxString  path,
wxString  dflt
 

Get a string value.

bool config::writeColour const wxString &  key,
wxColour  value
 

Save a colour value.


The documentation for this class was generated from the following files:
Generated on Fri Mar 10 12:32:03 2006 for MonkeyFish by  doxygen 1.4.4