#include <IMG_Metadata.h>
|
| Item ()=default |
|
| Item (const UT_StringHolder &name, const IMG_MetadataItem &item) |
|
| Item (const UT_StringHolder &name, const UT_StringHolder &label, const UT_JSONValue &value, Storage storage, TypeInfo typeInfo) |
| Construct with storage/type info, but no UI. More...
|
|
| Item (const UT_StringHolder &name, const UT_StringHolder &label, const UT_JSONValue &value, const MenuCreator &menu=MenuCreator(), fpreal64 range_min=1, fpreal64 range_max=-1, Scope scope=Scope::MD_Default, Storage storage=Storage::MD_Unknown, TypeInfo typeInfo=TypeInfo::MD_None) |
| Full constructor with UI elements and type information. More...
|
|
Definition at line 378 of file IMG_Metadata.h.
IMG_MetadataOptions::Item::Item |
( |
| ) |
|
|
default |
Construct with storage/type info, but no UI.
Full constructor with UI elements and type information.
The documentation for this struct was generated from the following file: