|
ImagingTools Core SDK
|
The ListAccessResult used as a storage for list methods.
The ListAccessResult used as a storage for list methods. See methods for details, uses it.
listVariableName - a name of variable, that defines a storage list listCountVariableName - a name of variable, that defines a number of elements listCountVariableType - a type of listCountVariableName customListAccessCode - a code, used to access items, by index it can be a NULL; customAccessedElementName - a name of element, extracted, by customListAccessCode customAccessedElementName is non-empty toObjectTransformMethod - a method, used to convert a 'object_value' to 'object_type'. Can be NULL if no convertation is required (if container a QList). The returned type of a method MUST be same as in GetContainerObjectClassName() customListAccessMethodName MUST NOT contain endian brackets!; NOT ".at"; NOT "at()"; NOT ".at()" toObjectTransformMethod MUST be complete! WITH endian brackets!