#include <OP_OTLDefinition.h>
Definition at line 35 of file OP_OTLDefinition.h.
OP_ExtraInfoBuffer::OP_ExtraInfoBuffer |
( |
| ) |
|
|
default |
OP_ExtraInfoBuffer::OP_ExtraInfoBuffer |
( |
const char * |
extra_info | ) |
|
|
inline |
bool OP_ExtraInfoBuffer::hasInputColors |
( |
| ) |
const |
|
inline |
bool OP_ExtraInfoBuffer::hasOutputColors |
( |
| ) |
const |
|
inline |
bool OP_ExtraInfoBuffer::isBoolToken |
( |
const UT_StringRef & |
name | ) |
|
|
inline |
bool OP_ExtraInfoBuffer::isIntToken |
( |
const UT_StringRef & |
name | ) |
|
|
inline |
bool OP_ExtraInfoBuffer::oldFormat |
( |
| ) |
const |
|
inline |
True if this is an old format, to ensure we preserve compatibility if we re-save.
Definition at line 54 of file OP_OTLDefinition.h.
void OP_ExtraInfoBuffer::readExtraInfo |
( |
const char * |
extra_info | ) |
|
Parses the extra info string. After this call, you can use the query methods below.
void OP_ExtraInfoBuffer::removeInputColors |
( |
| ) |
|
|
inline |
void OP_ExtraInfoBuffer::removeOutputColors |
( |
| ) |
|
|
inline |
Writes out the extra info state of this object into a string.
void OP_ExtraInfoBuffer::writeExtraInfo |
( |
UT_String & |
extra_info | ) |
const |
Writes out the extra info state of this object into a string.
Writes out the extra info state of this object into a string.
The documentation for this class was generated from the following file: