#include <GA_ATIString.h>
|
| GA_ATIStringDelayedWriter () |
|
| GA_ATIStringDelayedWriter (GA_ATIString *attrib) |
|
| ~GA_ATIStringDelayedWriter () |
|
void | bind (GA_ATIString *attrib) |
|
void | setString (GA_Offset offset, const char *str, int tuple=0) |
|
void | setString (GA_Offset offset, const UT_StringHolder &str, int tuple=0) |
|
void | setHolder (GA_Offset offset, const UT_StringHolder &str, int tuple=0) |
|
void | setString (const GA_Range &range, const char *str, int tuple=0) |
|
void | setString (const GA_Range &range, const UT_StringHolder &str, int tuple=0) |
|
void | setHolder (const GA_Range &range, const UT_StringHolder &str, int tuple=0) |
|
void | setStringIndex (GA_Offset offset, GA_StringIndexType idx, int tuple=0) |
|
void | setHolderIndex (GA_Offset offset, GA_StringIndexType idx, int tuple=0) |
|
void | setStringIndex (const GA_Range &range, GA_StringIndexType idx, int tuple=0) |
|
void | setHolderIndex (const GA_Range &range, GA_StringIndexType idx, int tuple=0) |
|
void | setPageString (GA_PageNum pagenum, const UT_StringHolder &str, int tuple=0) |
|
void | setPageStringIndex (GA_PageNum pagenum, GA_StringIndexType str, int tuple=0) |
|
void | flush () |
|
SYS_FORCE_INLINE bool | hasChanges () const |
|
GA_StringIndexType | addStringReference (const UT_StringHolder &str) |
|
Definition at line 468 of file GA_ATIString.h.
GA_ATIStringDelayedWriter::GA_ATIStringDelayedWriter |
( |
| ) |
|
GA_ATIStringDelayedWriter::GA_ATIStringDelayedWriter |
( |
GA_ATIString * |
attrib | ) |
|
GA_ATIStringDelayedWriter::~GA_ATIStringDelayedWriter |
( |
| ) |
|
void GA_ATIStringDelayedWriter::flush |
( |
| ) |
|
void GA_ATIStringDelayedWriter::setString |
( |
GA_Offset |
offset, |
|
|
const char * |
str, |
|
|
int |
tuple = 0 |
|
) |
| |
void GA_ATIStringDelayedWriter::setString |
( |
const GA_Range & |
range, |
|
|
const char * |
str, |
|
|
int |
tuple = 0 |
|
) |
| |
The documentation for this class was generated from the following file: