Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <ImageData.h>
Link against: imageconversion.lib

Class CFrameInfoStrings

class CFrameInfoStrings : public CBase;

Description

Class used to maintain frame information stored in codec specific resource files.

Derivation

Members

Defined in CFrameInfoStrings:

Inherited from CBase:


Construction and destruction


NewL()

IMPORT_C static CFrameInfoStrings* NewL();

Description

Static factory function for creating instances of CFrameInfoStrings.

Return value

CFrameInfoStrings *

A pointer to a fully constructed CFrameInfoStrings.


NewLC()

IMPORT_C static CFrameInfoStrings* NewLC();

Description

Static factory function for creating instances of CFrameInfoStrings. Leaves the newly allocated object on the cleanup stack.

Return value

CFrameInfoStrings *

A pointer to a fully constructed CFrameInfoStrings.


~CFrameInfoStrings()

IMPORT_C ~CFrameInfoStrings();

Description

Destructor.

Frees all resources owned by the object prior to its destruction.

[Top]


Member functions


String(TInt)const

IMPORT_C const TPtrC String(TInt aIndex) const;

Description

Returns the string at position aIndex in the string table. The index runs from 0 to CFrameInfoStrings::Count()const - 1.

Parameters

TInt aIndex

The position of the string to retrieve.

Return value

const TPtrC16

A pointer to the string at the given index.


Count()const

IMPORT_C TInt Count() const;

Description

Returns the number of strings in the string table.

Return value

TInt

Returns the number of entries in the string table.


Decoder()const

IMPORT_C const TPtrC Decoder() const;

Description

Returns a pointer to the 'decoder' entry string from this object.

Return value

const TPtrC16

A read-only pointer to the returned string.


SetDecoderL(const TDesC &)

IMPORT_C void SetDecoderL(const TDesC &aString);

Description

Adds the supplied string to this object as the 'decoder' entry.

Parameters

const TDesC16 &aString

A descriptor containing the string to add.


Format()const

IMPORT_C const TPtrC Format() const;

Description

Retruns a pointer to the 'format' entry string from this object.

Return value

const TPtrC16

A pointer to the returned read-only string.


SetFormatL(const TDesC &)

IMPORT_C void SetFormatL(const TDesC &aString);

Description

Adds the supplied string to this object as the 'format' entry.

Parameters

const TDesC16 &aString

A descriptor containing the string to add.


Dimensions()const

IMPORT_C const TPtrC Dimensions() const;

Description

Returns a pointer to the 'dimensions' entry string from this object.

Return value

const TPtrC16

A pointer to the returned read-only string.


SetDimensionsL(const TDesC &)

IMPORT_C void SetDimensionsL(const TDesC &aString);

Description

Adds the supplied string to this object as the 'dimensions' entry.

Parameters

const TDesC16 &aString

A descriptor containing the string to add.


Depth()const

IMPORT_C const TPtrC Depth() const;

Description

Returns a pointer to the 'depth' entry string from this object.

Return value

const TPtrC16

A pointer to the returned read-only string.


SetDepthL(const TDesC &)

IMPORT_C void SetDepthL(const TDesC &aString);

Description

Adds the supplied string to this object as the 'depth' entry.

Parameters

const TDesC16 &aString

A descriptor containing the string to add.


Details()const

IMPORT_C const TPtrC Details() const;

Description

Returns a pointer to the 'details' entry string from this object.

Return value

const TPtrC16

A pointer to the returned read-only string.


SetDetailsL(const TDesC &)

IMPORT_C void SetDetailsL(const TDesC &aString);

Description

Adds the supplied string to this object as the 'details' entry.

Parameters

const TDesC16 &aString

A descriptor containing the string to add.