class TFrameFormatBase |
The base class for TFrameFormat. Users implement specific frame formats by deriving from this class. Symbian provides a particular implementation in the TFrameFormat class. Each class derived from this class should be identified by a unique UID value, denoting its type. All subclasses should provide implementations of DuplicateL().
Public Member Functions | |
---|---|
TFrameFormatBase * | DuplicateL() |
IMPORT_C TUid | Type() |
Protected Member Functions | |
---|---|
TFrameFormatBase(TUid) |
Private Member Functions | |
---|---|
IMPORT_C void | Reserved1() |
IMPORT_C void | Reserved2() |
IMPORT_C void | Reserved3() |
IMPORT_C void | Reserved4() |
Private Attributes | |
---|---|
TInt | iReserved1 |
TInt | iReserved2 |
TInt | iReserved3 |
TUid | iType |
IMPORT_C | TFrameFormatBase | ( | TUid | aType | ) | [protected, explicit] |
TUid aType |
TFrameFormatBase * | DuplicateL | ( | ) | const [pure virtual] |
Creates a duplicate instance of the frame format object on the heap.
The pointer to the newly created object cast as class TFrameFormatBase.