HDK
|
#include <IMG_TileOptions.h>
Public Member Functions | |
IMG_TileOptionList () | |
~IMG_TileOptionList () | |
int | entries () const |
void | append (IMG_TileOptions *opt) |
IMG_TileOptions * | operator() (int i) |
void | dump (UT_JSONWriter &w) const |
void | dump () const |
Definition at line 118 of file IMG_TileOptions.h.
IMG_TileOptionList::IMG_TileOptionList | ( | ) |
IMG_TileOptionList::~IMG_TileOptionList | ( | ) |
|
inline |
Definition at line 127 of file IMG_TileOptions.h.
void IMG_TileOptionList::dump | ( | UT_JSONWriter & | w | ) | const |
Dump option list
void IMG_TileOptionList::dump | ( | ) | const |
Dump option list
|
inline |
WARNING: Using this class will delete all the contents, so you must append clones if you're creating single lists from existing options.
Definition at line 126 of file IMG_TileOptions.h.
|
inline |
Definition at line 128 of file IMG_TileOptions.h.