#include <GA_Attribute.h>
Definition at line 69 of file GA_Attribute.h.
GA_AttributeOptions::GA_AttributeOptions |
( |
| ) |
|
GA_AttributeOptions::~GA_AttributeOptions |
( |
| ) |
|
void GA_AttributeOptions::buildFullOptions |
( |
UT_Options & |
fulloptions | ) |
const |
Constructs a full UT_Options that includes all symbols that are otherwise handled with member variables.
void GA_AttributeOptions::clear |
( |
| ) |
|
void GA_AttributeOptions::clearOptions |
( |
| ) |
|
UT_Options& GA_AttributeOptions::createOptions |
( |
| ) |
|
If no custom options are present, create it.
bool GA_AttributeOptions::exportOnMerge |
( |
bool |
defval = false | ) |
const |
|
inline |
Check to see whether the export on merge is enabled. If the flag hasn't been set, the default value will be used.
Definition at line 114 of file GA_Attribute.h.
bool GA_AttributeOptions::exportOnMergeSet |
( |
| ) |
const |
|
inline |
bool GA_AttributeOptions::exportOnSave |
( |
bool |
defval = false | ) |
const |
|
inline |
Check to see whether the export on save is enabled. If the flag hasn't been set, the default value will be used.
Definition at line 128 of file GA_Attribute.h.
bool GA_AttributeOptions::exportOnSaveSet |
( |
| ) |
const |
|
inline |
bool GA_AttributeOptions::exportToInfoBlock |
( |
| ) |
const |
|
inline |
void GA_AttributeOptions::extractBuiltinOptions |
( |
| ) |
|
Removes from our myOptions list any options that aren't custom and assigns them to local variables. May then delete myOptions if it is empty.
bool GA_AttributeOptions::isNonTransforming |
( |
| ) |
const |
|
inline |
bool GA_AttributeOptions::isStringSet |
( |
bool |
defval = false | ) |
const |
|
inline |
Check to see whether the attribute is a "string set". If the flag hasn't been set, the default value will be used.
Definition at line 139 of file GA_Attribute.h.
bool GA_AttributeOptions::leaveOnGPU |
( |
| ) |
const |
|
inline |
Merges option list on top of our own.
const UT_Options* GA_AttributeOptions::options |
( |
| ) |
const |
|
inline |
bool GA_AttributeOptions::removeOption |
( |
const char * |
name | ) |
|
void GA_AttributeOptions::setExportOnMerge |
( |
bool |
v | ) |
|
|
inline |
void GA_AttributeOptions::setExportOnSave |
( |
bool |
v | ) |
|
|
inline |
void GA_AttributeOptions::setExportToInfoBlock |
( |
bool |
v | ) |
|
|
inline |
void GA_AttributeOptions::setIsNonTransforming |
( |
bool |
v | ) |
|
|
inline |
void GA_AttributeOptions::setIsStringSet |
( |
bool |
v | ) |
|
|
inline |
void GA_AttributeOptions::setLeaveOnGPU |
( |
bool |
v | ) |
|
|
inline |
The documentation for this class was generated from the following file: