epoc32/include/mw/akninfrm.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
equal deleted inserted replaced
3:e1b950c65cb4 4:837f303aceeb
     1 /*
     1 /*
     2 * Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 *
     8 *
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    23 
    23 
    24 #include <eikdef.h>
    24 #include <eikdef.h>
    25 #include <eikbctrl.h>
    25 #include <eikbctrl.h>
    26 #include <gulicon.h>
    26 #include <gulicon.h>
    27 #include <eiklabel.h>
    27 #include <eiklabel.h>
    28 #include <aknutils.h>
    28 #include <AknUtils.h>
    29 #include <avkon.rsg>
    29 #include <avkon.rsg>
    30 
    30 
    31 class CAknsFrameBackgroundControlContext;
    31 class CAknsFrameBackgroundControlContext;
    32 class CAknsBasicBackgroundControlContext;
    32 class CAknsBasicBackgroundControlContext;
    33 // CLASS DECLARATION
    33 // CLASS DECLARATION
   191         /** a Layout without lines. */
   191         /** a Layout without lines. */
   192         EFixedFindWithoutLine   = 0x400,
   192         EFixedFindWithoutLine   = 0x400,
   193         /** a Layout that shows indicator.*/
   193         /** a Layout that shows indicator.*/
   194         EShowIndicators         = 0x800,
   194         EShowIndicators         = 0x800,
   195         /** A layout used by list query. */
   195         /** A layout used by list query. */
   196         EPopupWindowLayout=0x1000
   196         EPopupWindowLayout=0x1000,
       
   197         /** A List query with embedded softkeys. */
       
   198         EPopupWindowEmbeddedSoftkeys = 0x4000
   197         };
   199         };
   198     
   200     
   199 private:
   201 private:
   200     enum TInfrmPrivateFlags
   202     enum TInfrmPrivateFlags
   201         {
   203         {