CLabels:Class Description


The CLabels class applies labels to displayed images. This class works with the CImageView class, which itself manages the displayed images

Usage

Construction

Object = CLabels:new()

Destruction

Object:delete()

Data Members

ptr

References the CImageView class, to which the CLabels class is attached. It is best not to work with this member directly.

Construction

new

Creates a new instance of the CLabels class. Various constructors are available.

delete

Deletes the instance of the CLabels object.

Operations

Add

Adds a label to the specified image.

Attach

Attaches the CLabels class to a CImageView.

Preferences

Opens the Labels Preferences dialog for setting all label preferences.

Related Topics

CImageView, CImage