phonebookui/Phonebook2/ccapplication/ccamycardplugin/inc/ccappmycard.h
branchRCL_3
changeset 9 0d28c1c5b6dd
parent 6 e8e3147d53eb
equal deleted inserted replaced
8:5586b4d2ec3e 9:0d28c1c5b6dd
   174     /**
   174     /**
   175      * Force MyCard to open editor and create new own contact once the 
   175      * Force MyCard to open editor and create new own contact once the 
   176      * contact store is opened. This should be called before calling FetchMyCardL.
   176      * contact store is opened. This should be called before calling FetchMyCardL.
   177      */
   177      */
   178     void ForceCreateMyCard();
   178     void ForceCreateMyCard();
       
   179     
       
   180     /*
       
   181     * Returns information about header control blocking
       
   182     * 
       
   183     * @return ETrue if the header control events are blocked, EFalse otherwise 
       
   184     */
       
   185     TBool HeaderControlBlocked();
   179     
   186     
   180 private: // from MVPbkContactStoreObserver
   187 private: // from MVPbkContactStoreObserver
   181      void StoreReady(MVPbkContactStore& aContactStore);
   188      void StoreReady(MVPbkContactStore& aContactStore);
   182      void StoreUnavailable(MVPbkContactStore& aContactStore, 
   189      void StoreUnavailable(MVPbkContactStore& aContactStore, 
   183              TInt aReason);
   190              TInt aReason);
   305 	/// Own. Store opener callback
   312 	/// Own. Store opener callback
   306 	CTimerCallBack* iStoreCallBack;
   313 	CTimerCallBack* iStoreCallBack;
   307 	/// Force editor flag
   314 	/// Force editor flag
   308 	TBool iForceCreateMyCard;
   315 	TBool iForceCreateMyCard;
   309 	// Flag for editor state
   316 	// Flag for editor state
   310 	TBool iDialogIsRunning;
   317 	TBool iDialogIsRunning;	
   311 	};
   318 	};
   312 
   319 
   313 #endif // CCAPPMYCARD_H
   320 #endif // CCAPPMYCARD_H
   314 
   321 
   315 // End of File
   322 // End of File