|
||
class CFrameInfoStrings : public CBase;
Class used to maintain frame information stored in codec specific resource files.
CBase
-
Base class for all classes to be instantiated on the heap.
CFrameInfoStrings
- ...
Defined in CFrameInfoStrings
:
Count()const
Returns the number of strings in the string table.Decoder()const
Returns a pointer to the 'decoder' entry string from this object.Depth()const
Returns a pointer to the 'depth' entry string from this object.Details()const
Returns a pointer to the 'details' entry string from this object.Dimensions()const
Returns a pointer to the 'dimensions' entry string from this object.Format()const
Retruns a pointer to the 'format' entry string from this object.NewL()
Static factory function for creating instances of CFrameInfoStrings.NewLC()
Static factory function for creating instances of CFrameInfoStrings. Leaves the ...SetDecoderL(const TDesC &)
Adds the supplied string to this object as the 'decoder' entry.SetDepthL(const TDesC &)
Adds the supplied string to this object as the 'depth' entry.SetDetailsL(const TDesC &)
Adds the supplied string to this object as the 'details' entry.SetDimensionsL(const TDesC &)
Adds the supplied string to this object as the 'dimensions' entry.SetFormatL(const TDesC &)
Adds the supplied string to this object as the 'format' entry.String(TInt)const
Returns the string at position aIndex in the string table. The index runs from 0...~CFrameInfoStrings()
Destructor.Inherited from CBase
:
Delete(CBase *)
Deletes the specified object.Extension_(TUint,TAny *&,TAny *)
Extension function operator new(TUint)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TAny *)
Initialises the object to binary zeroes.operator new(TUint,TLeave)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TLeave,TUint)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TUint)
Allocates the object from the heap and then initialises its contents to binary z...IMPORT_C static CFrameInfoStrings* NewL();
Static factory function for creating instances of CFrameInfoStrings.
|
IMPORT_C static CFrameInfoStrings* NewLC();
Static factory function for creating instances of CFrameInfoStrings. Leaves the newly allocated object on the cleanup stack.
|
IMPORT_C ~CFrameInfoStrings();
Destructor.
Frees all resources owned by the object prior to its destruction.
IMPORT_C const TPtrC String(TInt aIndex) const;
Returns the string at position aIndex in the string table. The index runs from 0 to CFrameInfoStrings::Count()const
- 1.
|
|
IMPORT_C TInt Count() const;
Returns the number of strings in the string table.
|
IMPORT_C const TPtrC Decoder() const;
Returns a pointer to the 'decoder' entry string from this object.
|
IMPORT_C void SetDecoderL(const TDesC &aString);
Adds the supplied string to this object as the 'decoder' entry.
|
IMPORT_C const TPtrC Format() const;
Retruns a pointer to the 'format' entry string from this object.
|
IMPORT_C void SetFormatL(const TDesC &aString);
Adds the supplied string to this object as the 'format' entry.
|
IMPORT_C const TPtrC Dimensions() const;
Returns a pointer to the 'dimensions' entry string from this object.
|
IMPORT_C void SetDimensionsL(const TDesC &aString);
Adds the supplied string to this object as the 'dimensions' entry.
|
IMPORT_C const TPtrC Depth() const;
Returns a pointer to the 'depth' entry string from this object.
|
IMPORT_C void SetDepthL(const TDesC &aString);
Adds the supplied string to this object as the 'depth' entry.
|
IMPORT_C const TPtrC Details() const;
Returns a pointer to the 'details' entry string from this object.
|
IMPORT_C void SetDetailsL(const TDesC &aString);
Adds the supplied string to this object as the 'details' entry.
|