![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXRegistry.h>
Inheritance diagram for FX::FXRegistry:

Public Member Functions | |
| FXRegistry (const FXString &akey=FXString::null, const FXString &vkey=FXString::null) | |
| FXbool | read () |
| FXbool | write () |
| FXString | getAppKey () const |
| FXString | getVendorKey () const |
| void | setAsciiMode (FXbool asciiMode) |
| FXbool | getAsciiMode () const |
|
||||||||||||
|
Construct registry object; akey and vkey must be string constants. Regular applications SHOULD set a vendor key! |
|
|
Read registry.
|
|
|
Write registry.
|
|
|
Return application key.
|
|
|
Return 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.
|
|
|
Get ASCII mode.
|
|
|