author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Tue, 14 Sep 2010 23:14:45 +0300 | |
branch | RCL_3 |
changeset 20 | 8b4f687b7a95 |
parent 0 | f58d6ec98e88 |
permissions | -rw-r--r-- |
// MasterLayoutPack.cdl - Acts as a layout index for a whole layout DLL. Name: MasterLayoutPack Version: 1.0 UID: 0x101feb1b %% C++ #include <AknLayoutDef.h> #include <AknDef.hrh> %% API TCdlArray<SCdlSize> sizes; TCdlArray<TAknLayoutId> variants; TCdlArray<TAknUiZoom> zooms; TCdlArray<TCdlArray<TCdlRef>*> contents;