00001 /* 00002 * ============================================================================ 00003 * Name : AknPopupHeadingPane.h 00004 * Part of : Avkon 00005 * 00006 * Description: 00007 * Heading pane 00008 * Version: 00009 * 00010 * Copyright © 2002 Nokia Corporation. 00011 * This material, including documentation and any related 00012 * computer programs, is protected by copyright controlled by 00013 * Nokia Corporation. All rights are reserved. Copying, 00014 * including reproducing, storing, adapting or translating, any 00015 * or all of this material requires the prior written consent of 00016 * Nokia Corporation. This material also contains confidential 00017 * information which may not be disclosed to others without the 00018 * prior written consent of Nokia Corporation. 00019 * ============================================================================ 00020 */ 00021 00022 #ifndef AKNPOPUPHEADINGPANE_H 00023 #define AKNPOPUPHEADINGPANE_H 00024 00025 // INCLUDES 00026 #include <AknControl.h> 00027 00028 #include <eikbtgpc.h> 00029 #include <aknutils.h> 00030 00031 00032 #include <aknappui.h> 00033 #include <aknpopup.h> 00034 #include <gulicon.h> 00035 00036 // FORWARD DECLARATIONS 00037 class CAknTextControl; 00038 class CEikImage; 00039 class CAknBitmapAnimation; 00040 class CAknPopupHeadingAttributes; 00041 class CAknPopupHeadingPaneExtension; 00042 00043 // CLASS DECLARATION 00044 00051 class CAknPopupHeadingPane : public CAknControl 00052 { 00053 public: 00057 enum THeadingPaneLayout 00058 { 00060 EQueryHeadingPane, 00062 EListHeadingPane, 00074 00079 00086 00093 00100 00110 00116 00122 00128 00134 00140 00146 00151 00159 00166 00177 00183 00216