| class TFrameLayoutBase |
Base class for TFrameLayout. Individual subclasses are identified by their specific UID value. These classes are used to describe the memory layout of a specific Image Frame.
| Public Member Functions | |
|---|---|
| TFrameLayoutBase * | DuplicateL() |
| IMPORT_C TUid | Type() |
| Protected Member Functions | |
|---|---|
| TFrameLayoutBase(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 | TFrameLayoutBase | ( | TUid | aType | ) | [protected, explicit] |
| TUid aType |
| TFrameLayoutBase * | DuplicateL | ( | ) | const [pure virtual] |
Creates a duplicate instance of the frame layout object on the heap.
The pointer to the newly created object cast as class TFrameLayoutBase.