CGlxImageViewerManager Class Reference

class CGlxImageViewerManager : public CBase

Inherits from

Constructor & Destructor Documentation

CGlxImageViewerManager()

CGlxImageViewerManager ( ) [private]

Constructor for performing 1st stage construction

~CGlxImageViewerManager()

~CGlxImageViewerManager ( )

Destructor.

Member Functions Documentation

ConstructL()

void ConstructL ( ) [private]

EPOC default constructor for performing 2nd stage construction

DeleteInstance(void)

IMPORT_C void DeleteInstance ( void )

Parameters

void

ImageFileHandle()

IMPORT_C RFile64 & ImageFileHandle ( )

ImageUri()

IMPORT_C HBufC * ImageUri ( )

InstanceL()

IMPORT_C CGlxImageViewerManager * InstanceL ( ) [static]

Singleton constructor.

IsPrivate()

IMPORT_C TBool IsPrivate ( )

IsPrivateGif()

IMPORT_C TBool IsPrivateGif ( )

NewL()

CGlxImageViewerManager * NewL ( ) [private, static]

Two-phased constructor.

NewLC()

CGlxImageViewerManager * NewLC ( ) [private, static]

Two-phased constructor.

Reset()

IMPORT_C void Reset ( )

SetImageFileHandleL(const RFile &)

IMPORT_C void SetImageFileHandleL ( const RFile & aFileHandle )

Parameters

const RFile & aFileHandle

SetImageUriL(const TDesC &)

IMPORT_C void SetImageUriL ( const TDesC & aFileName )

Parameters

const TDesC & aFileName

Member Data Documentation

RFile64 * iFile

RFile64 * iFile [private]

HBufC * iImageUri

HBufC * iImageUri [private]

TBool iIsPrivate

TBool iIsPrivate [private]

Flag that stores if the image file is in a private folder. ETrue means the image is private, else EFalse

TBool iIsPrivateGif

TBool iIsPrivateGif [private]

Flag that stores if the gif file is in a private folder. ETrue means the gif is from private path, else EFalse

ContentAccess::CManager * iManager

ContentAccess::CManager * iManager [private]