Images Class - quercus SmartLoop TS Programming Manual

Table of Contents

Advertisement

QuercusVL Programming Manual
Returns true if the object contains valid information about an incidence, and false if
invalid. Some methods, may sometimes, return void incidences. In C, this behaviour is
detected as its value will be "0". In C++, however, this method is necessary because
the object, as it is not a pointer, would always be valid.
AddRef
C++:
C:
See 2.2.1. Memory management.
Release
C++:
C:
See 2.2.1. Memory management.

3.26. Images Class

Collection of images of an incidence.
3.26.1. Properties
Count
C++:
C:
Incidence.
Amount of images in the collection.
Item
C++:
C:
Returns the image in the indicated position inside the incidence images collection.
The parameter "item" must specify the position (starting from zero).
If there is no image for the indicated position, it will return an invalid one (see IsValid
Quercus Technologies
Does not exist
void VL_Incidence_AddRef ( int h )
Does not exist
void VL_Incidence_Release ( int h )
int Count()
Does not exist, check VL_Incidence_get_Images_Count(int h) from
Image Item(int item)
Does not exist, check VL_Incidence_get_Images_Item(int h, int item).
67

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the SmartLoop TS and is the answer not in the manual?

This manual is also suitable for:

Birdwatch red lightSmartloop ts plus

Table of Contents