UIQ Technology
Symbian OS Library

UIQ 3.1 SDK        UIQ developer portal

[Index] [Spacer] [Previous] [Next]



Images


CEikImage

This class provides functions that enable you to package bitmaps into an image. Two bitmaps can be packaged, one for the image itself and, optionally, another for the images mask.

Control

Class reference

CEikImage

[Top]


CQikDynamicPaletteBitmap

Holds bitmaps which have a dynamic palette. CQikDynamicPaletteBitmap holds resources which specifies one or more bitmaps which have a dynamic palette. The colors of such bitmaps can change when a resource change occur. The colors are changed according to a specified color substitute resource or a colorization scheme resource. See QIK_COLOR_SUBSTITUTE and QIK_COLOR_COLORIZATION .

Class reference

CQikDynamicPaletteBitmap

[Top]


CQikImageCapture

A control that encapulates the image viewer api into a control. CQikImageCapture supports image formats like BMP, GIF, JPEG, ETC. It can take image from camera See CQikImageCapture

Class reference

CQikImageCapture

[Top]


CQikImageConverter

Utility image converter class for non bitmaps to bitmaps. CQikImageConverter is an image utility that is used to convert non bitmaps to bitmaps. With this utility you can perform functions like zoom, stretch and rescale. The user of this utility must provide a MQikImageConverterObserver object to be able to receive and handle the asynchronous events sent from the CQikImageConverter object which is an active object.

Class reference

CQikImageConverter

[Top]


CQikImagePreview

This class handles functionality found image zooming and image panning:

Class reference

CQikImagePreview

[Top]


MQikImageCaptureObserver

Interface for observers of a CQikImageCapture object. The interface provided by the MQikImageCaptureObserver class is supposed to be implemented by the observer of an CQikImageCapture object.

Class reference

MQikImageCaptureObserver

[Top]


MQikImageConverterObserver

Interface for the observer of the image converter. The MQikImageConverterObserver interface must be implemented by the user of the image converter. This is necessary since the CQikImageConverter is an active object and asynchronous events sent from the converter must be handled user.

Class reference

MQikImageConverterObserver

[Top]


MQikImagePreviewObserver

Interface class describing the functionality expected of an observer for CQikImagePreview CQikImagePreview observers are informed by the CQikImagePreview control when image load successful,fail or modified.

Class reference

MQikImagePreviewObserver