HDK
|
#include <OP_OTLOptions.h>
Public Member Functions | |
OP_OTLOptions () | |
bool | operator== (const OP_OTLOptions &options) const |
void | saveAsDefaults () |
Save new defaults to the preference file. More... | |
const OP_OTLOptions & | defaults () |
The current defaults. More... | |
bool | operator!= (const OP_OTLOptions &options) const |
Public Attributes | |
bool | myParmsFromVfl |
bool | myPrefixDroppedParmName |
bool | myPrefixDroppedParmLabel |
bool | myForbidOutsideParms |
bool | myMakeDefault |
bool | myUseDSParms |
bool | myLockContents |
bool | myUnlockOnCreate |
UT_CompressionType | myCompressionType |
bool | myCheckExternal |
bool | mySaveCachedCode |
bool | mySaveSpareParms |
bool | mySaveIcon |
Definition at line 38 of file OP_OTLOptions.h.
|
inline |
Definition at line 41 of file OP_OTLOptions.h.
const OP_OTLOptions& OP_OTLOptions::defaults | ( | ) |
The current defaults.
|
inline |
Definition at line 66 of file OP_OTLOptions.h.
|
inline |
Definition at line 43 of file OP_OTLOptions.h.
void OP_OTLOptions::saveAsDefaults | ( | ) |
Save new defaults to the preference file.
bool OP_OTLOptions::myCheckExternal |
Definition at line 78 of file OP_OTLOptions.h.
UT_CompressionType OP_OTLOptions::myCompressionType |
Definition at line 77 of file OP_OTLOptions.h.
bool OP_OTLOptions::myForbidOutsideParms |
Definition at line 72 of file OP_OTLOptions.h.
bool OP_OTLOptions::myLockContents |
Definition at line 75 of file OP_OTLOptions.h.
bool OP_OTLOptions::myMakeDefault |
Definition at line 73 of file OP_OTLOptions.h.
bool OP_OTLOptions::myParmsFromVfl |
Definition at line 69 of file OP_OTLOptions.h.
bool OP_OTLOptions::myPrefixDroppedParmLabel |
Definition at line 71 of file OP_OTLOptions.h.
bool OP_OTLOptions::myPrefixDroppedParmName |
Definition at line 70 of file OP_OTLOptions.h.
bool OP_OTLOptions::mySaveCachedCode |
Definition at line 79 of file OP_OTLOptions.h.
bool OP_OTLOptions::mySaveIcon |
Definition at line 81 of file OP_OTLOptions.h.
bool OP_OTLOptions::mySaveSpareParms |
Definition at line 80 of file OP_OTLOptions.h.
bool OP_OTLOptions::myUnlockOnCreate |
Definition at line 76 of file OP_OTLOptions.h.
bool OP_OTLOptions::myUseDSParms |
Definition at line 74 of file OP_OTLOptions.h.