phonebookui/Phonebook2/UIControls/inc/CPbk2ContactEditorDlgImpl.h
branchRCL_3
changeset 9 0d28c1c5b6dd
parent 8 5586b4d2ec3e
child 12 4ae315f230bc
equal deleted inserted replaced
8:5586b4d2ec3e 9:0d28c1c5b6dd
   369                 TEventCode aType );
   369                 TEventCode aType );
   370         void CheckCurrentFieldTextL( 
   370         void CheckCurrentFieldTextL( 
   371                 CPbk2ContactEditorArrayItem* aCurrentField,
   371                 CPbk2ContactEditorArrayItem* aCurrentField,
   372                 const TKeyEvent& aKeyEvent, 
   372                 const TKeyEvent& aKeyEvent, 
   373                 TEventCode aType );
   373                 TEventCode aType );
       
   374         void RestorePrevNaviDecoratorL();
   374 
   375 
   375     private: // Data structures
   376     private: // Data structures
   376 
   377 
   377         /**
   378         /**
   378          * Exit states.
   379          * Exit states.
   462         /// Own: Converts text between Unicode and SMS 7-bit 
   463         /// Own: Converts text between Unicode and SMS 7-bit 
   463         CCnvCharacterSetConverter* iConverter;
   464         CCnvCharacterSetConverter* iConverter;
   464         /// Ref: A pointer to stack variable in CloseDialog() for knowing
   465         /// Ref: A pointer to stack variable in CloseDialog() for knowing
   465         /// if the destructor has already been called
   466         /// if the destructor has already been called
   466         TBool* iDestroyedPtr;
   467         TBool* iDestroyedPtr;
       
   468         /// Ref: Holds the TopMost NaviDecorator before pushing 
       
   469         /// the empty one on to the top.
       
   470         /// Doesnt Own.
       
   471         CAknNavigationDecorator* iPrevNaviDecorator;
   467     };
   472     };
   468 
   473 
   469 #endif // CPBK2CONTACTEDITORDLGIMPL_H
   474 #endif // CPBK2CONTACTEDITORDLGIMPL_H
   470 
   475 
   471 // End of File
   476 // End of File