epoc32/include/mw/eikbtgpc.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
equal deleted inserted replaced
3:e1b950c65cb4 4:837f303aceeb
     1 /*
     1 /*
     2 * Copyright (c) 2002-2007 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2002-2007 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 #include <eikbtgrp.h>
    23 #include <eikbtgrp.h>
    24 #include <eikcmobs.h>
    24 #include <eikcmobs.h>
    25 #include <lafpublc.h>
    25 #include <lafpublc.h>
    26 #include <uikon.hrh>
    26 #include <uikon.hrh>
    27 
    27 
    28 #include <akncontrol.h>
    28 #include <AknControl.h>
    29 
    29 
    30 class MEikCommandObserver;
    30 class MEikCommandObserver;
    31 class CEikButtonGroupStack;
    31 class CEikButtonGroupStack;
    32 class CEikCommandButton;
    32 class CEikCommandButton;
    33 class CEikListBox;
    33 class CEikListBox;
    98      */         
    98      */         
    99     enum TFlags
    99     enum TFlags
   100         {
   100         {
   101         EAddToStack      = 0x01, ///< Not used.
   101         EAddToStack      = 0x01, ///< Not used.
   102         EDelayActivation = 0x02, ///< If set, the container is not activated during construction.
   102         EDelayActivation = 0x02, ///< If set, the container is not activated during construction.
   103         EUseMaxSize      = 0x04  ///< Not used.
   103         EUseMaxSize      = 0x04,  ///< Not used.
       
   104         EIsEmbedded      = 0x08, ///< Embedded in a dialog or popup.
       
   105         EParentIsControl = 0x10  ///< Parent window group is treated as CCoeControl.
   104         };
   106         };
   105         
   107         
   106     /**
   108     /**
   107      * Defines the positions for each command.   
   109      * Defines the positions for each command.   
   108      */   
   110      */   
  1048     MEikCommandObserver* iCommandObserver;
  1050     MEikCommandObserver* iCommandObserver;
  1049     CCmdObserverArray* iObserverArray;
  1051     CCmdObserverArray* iObserverArray;
  1050     TDblQueLink iBtLink;
  1052     TDblQueLink iBtLink;
  1051     CEikListBox* iMSKObserverOwner;
  1053     CEikListBox* iMSKObserverOwner;
  1052     TInt iSpare;
  1054     TInt iSpare;
  1053 
  1055     TInt iValid;
  1054 private:
  1056 private:
  1055     friend class CCmdObserverArray;
  1057     friend class CCmdObserverArray;
  1056     friend class CEikButtonGroupStack;
  1058     friend class CEikButtonGroupStack;
  1057     };
  1059     };
  1058 
  1060