HDK
|
#include <IMG_TileOptions.h>
Public Member Functions | |
IMG_TileOptionList () | |
~IMG_TileOptionList () | |
int | entries () const |
void | append (UT_UniquePtr< IMG_TileOptions > opt) |
IMG_TileOptions * | operator() (int i) |
void | dump (UT_JSONWriter &w) const |
void | dump () const |
Additional Inherited Members | |
Protected Member Functions inherited from UT_NonCopyableNS::UT_NonCopyable | |
UT_NonCopyable ()=default | |
~UT_NonCopyable ()=default | |
UT_NonCopyable (const UT_NonCopyable &)=delete | |
UT_NonCopyable & | operator= (const UT_NonCopyable &)=delete |
Definition at line 109 of file IMG_TileOptions.h.
IMG_TileOptionList::IMG_TileOptionList | ( | ) |
IMG_TileOptionList::~IMG_TileOptionList | ( | ) |
|
inline |
Definition at line 119 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 118 of file IMG_TileOptions.h.
|
inline |
Definition at line 120 of file IMG_TileOptions.h.