![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
![]() |
#include <FXRegistry.h>
Inheritance diagram for FXRegistry:
Public Methods | |
FXRegistry (const FXString &akey=FXString::null, const FXString &vkey=FXString::null) | |
FXbool | read () |
Read registry. | |
FXbool | write () |
Write registry. | |
const FXString & | getAppKey () const |
Return application key. | |
const FXString & | getVendorKey () const |
Return vendor key. | |
void | setAsciiMode (FXbool asciiMode) |
FXbool | getAsciiMode () const |
Get ASCII mode. |
|
Construct registry object; akey and vkey must be string constants. Regular applications SHOULD set a vendor key! |
|
Set ASCII mode; under MS-Windows, this will switch the system to a file-based registry system, instead of using the System Registry API. |