GRE::LAYER::GLOBALOPTIONS Class Reference
Container for global layer options.
More...
#include <gre/layer.h>
List of all members.
Detailed Description
Container for global layer options.
Member Enumeration Documentation
Global options form, defined in <gre/uilrglob.h>.
- Enumerator:
| DFTNAMEMODE_ObjectDesc |
Use object description (or name if no description).
|
| DFTNAMEMODE_ObjectName |
Use object name.
|
| DFTNAMEMODE_FileObjNames |
Use combined file and object names.
|
Constructor & Destructor Documentation
| GRE::LAYER::GLOBALOPTIONS::GLOBALOPTIONS |
( |
|
) |
|
Member Function Documentation
| Widget GRE::LAYER::GLOBALOPTIONS::CreateEditForm |
( |
Widget |
parent, |
|
|
const Arg * |
arglist, |
|
|
int |
argcount | |
|
) |
| | |
| bool GRE::LAYER::GLOBALOPTIONS::GetAntialiasing |
( |
|
) |
const [inline] |
| bool GRE::LAYER::GLOBALOPTIONS::GetAutoOpenDftTableOnSel |
( |
|
) |
const [inline] |
| DFTNAMEMODE GRE::LAYER::GLOBALOPTIONS::GetDftNameMode |
( |
|
) |
const [inline] |
| bool GRE::LAYER::GLOBALOPTIONS::GetDftRenderMultiPass |
( |
|
) |
const [inline] |
| bool GRE::LAYER::GLOBALOPTIONS::GetDftShowSystemTables |
( |
|
) |
const [inline] |
| bool GRE::LAYER::GLOBALOPTIONS::GetForceGeorefAffine |
( |
|
) |
const [inline] |
| bool GRE::LAYER::GLOBALOPTIONS::GetHintThinLines |
( |
|
) |
const [inline] |
| void GRE::LAYER::GLOBALOPTIONS::IniRead |
( |
|
) |
|
Read settings from Ini file.
By default, settings are shared among all processes. To retain settings separately, use GRE::SYSTEM::SetGlobalIniGroup() during application initialization.
| void GRE::LAYER::GLOBALOPTIONS::IniWrite |
( |
|
) |
const |
Write settings to Ini file.
By default, settings are shared among all processes. To retain settings separately, use GRE::SYSTEM::SetGlobalIniGroup() during application initialization.
| void GRE::LAYER::GLOBALOPTIONS::SetAntialiasing |
( |
bool |
antialias |
) |
[inline] |
| void GRE::LAYER::GLOBALOPTIONS::SetAutoOpenDftTableOnSel |
( |
bool |
AutoOpenDftTableOnSel |
) |
[inline] |
| void GRE::LAYER::GLOBALOPTIONS::SetDftNameMode |
( |
DFTNAMEMODE |
DftNameMode |
) |
[inline] |
| void GRE::LAYER::GLOBALOPTIONS::SetDftShowSystemTables |
( |
bool |
DftShowSystemTables |
) |
[inline] |
| void GRE::LAYER::GLOBALOPTIONS::SetForceGeorefAffine |
( |
bool |
ForceGeorefAffine |
) |
[inline] |
| void GRE::LAYER::GLOBALOPTIONS::SetHintThinLines |
( |
bool |
hint |
) |
[inline] |
The documentation for this class was generated from the following file: