phonebookui/Phonebook2/UIControls/inc/CPbk2ContactEditorDlgImpl.h
branchRCL_3
changeset 12 4ae315f230bc
parent 9 0d28c1c5b6dd
child 18 d4f567ce2e7c
equal deleted inserted replaced
11:2828b4d142c0 12:4ae315f230bc
   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         void RestorePrevNaviDecoratorL();
       
   375         void RestoreStatusPaneL(); 
   375 
   376 
   376     private: // Data structures
   377     private: // Data structures
   377 
   378 
   378         /**
   379         /**
   379          * Exit states.
   380          * Exit states.
   467         TBool* iDestroyedPtr;
   468         TBool* iDestroyedPtr;
   468         /// Ref: Holds the TopMost NaviDecorator before pushing 
   469         /// Ref: Holds the TopMost NaviDecorator before pushing 
   469         /// the empty one on to the top.
   470         /// the empty one on to the top.
   470         /// Doesnt Own.
   471         /// Doesnt Own.
   471         CAknNavigationDecorator* iPrevNaviDecorator;
   472         CAknNavigationDecorator* iPrevNaviDecorator;
       
   473         
       
   474         TInt iCurrentstatuspane;
   472     };
   475     };
   473 
   476 
   474 #endif // CPBK2CONTACTEDITORDLGIMPL_H
   477 #endif // CPBK2CONTACTEDITORDLGIMPL_H
   475 
   478 
   476 // End of File
   479 // End of File