phonebookui/Phonebook2/inc/CPbk2PhonebookInfoDlg.h
branchRCL_3
changeset 39 a6539d1e8e43
parent 0 e686773b3f54
child 64 c1e8ba0c2b16
equal deleted inserted replaced
35:4ae315f230bc 39:a6539d1e8e43
    22 // INCLUDES
    22 // INCLUDES
    23 #include <eikdialg.h>    // CEikDialog
    23 #include <eikdialg.h>    // CEikDialog
    24 
    24 
    25 // FORWARD DECLARATIONS
    25 // FORWARD DECLARATIONS
    26 class CAknPopupList;
    26 class CAknPopupList;
    27 class CAknSingleHeadingPopupMenuStyleListBox;
    27 class CAknSinglePopupMenuStyleListBox;
    28 class CVPbkContactManager;
    28 class CVPbkContactManager;
    29 class CVPbkContactStoreUriArray;
    29 class CVPbkContactStoreUriArray;
    30 class MPbk2StoreInfoUiItem;
    30 class MPbk2StoreInfoUiItem;
    31 
    31 
    32 // CLASS DECLARATION
    32 // CLASS DECLARATION
    75 
    75 
    76     private: // Data
    76     private: // Data
    77         /// Own: Popup list that is the actual dialog that is shown
    77         /// Own: Popup list that is the actual dialog that is shown
    78         CAknPopupList* iPopupList;
    78         CAknPopupList* iPopupList;
    79         /// Own: Listbox that is given to CAknPopupList constructor
    79         /// Own: Listbox that is given to CAknPopupList constructor
    80         CAknSingleHeadingPopupMenuStyleListBox* iListBox;
    80         CAknSinglePopupMenuStyleListBox* iListBox;        
    81         /// Ref: Keeps track if destructor is already called
    81         /// Ref: Keeps track if destructor is already called
    82         TBool* iDestroyed;
    82         TBool* iDestroyed;
    83         /// Own: Info item array
    83         /// Own: Info item array
    84         CArrayPtr<MPbk2StoreInfoUiItem>* iInfoItems;
    84         CArrayPtr<MPbk2StoreInfoUiItem>* iInfoItems;
    85     };
    85     };