phonebookui/Phonebook2/ccapplication/ccadetailsviewplugin/inc/ccappdetailsviewcontainer.h
branchRCL_3
changeset 5 81f8547efd4f
parent 0 e686773b3f54
equal deleted inserted replaced
3:04ab22b956c2 5:81f8547efd4f
   180      * @see CCCAppDetailsViewListBoxModel
   180      * @see CCCAppDetailsViewListBoxModel
   181      * @return reference to listbox model object.
   181      * @return reference to listbox model object.
   182      */
   182      */
   183     CCCAppDetailsViewListBoxModel& ListBoxModel() const;
   183     CCCAppDetailsViewListBoxModel& ListBoxModel() const;
   184 
   184 
   185 private:
       
   186 
       
   187     // Called by ccapplication framework
       
   188     void ConstructL();
       
   189 
       
   190     /**
       
   191      * See more details from CCoeControl.
       
   192      */
       
   193     void HandleResourceChange(TInt aType);
       
   194 
       
   195     /**
       
   196      * Calls map commands.
       
   197      * 
       
   198      * @param aCommandId Command id 
       
   199      */
       
   200     void DoShowMapCmdL( TPbk2CommandId aCommandId );
       
   201     
       
   202     /*
   185     /*
   203     * Launch Call 
   186     * Launch Call 
   204     */
   187     */
   205     void HandleLaunchCallRequestL();
   188     void HandleLaunchCallRequestL();
       
   189 
       
   190 private:
       
   191 
       
   192     // Called by ccapplication framework
       
   193     void ConstructL();
       
   194 
       
   195     /**
       
   196      * See more details from CCoeControl.
       
   197      */
       
   198     void HandleResourceChange(TInt aType);
       
   199 
       
   200     /**
       
   201      * Calls map commands.
       
   202      * 
       
   203      * @param aCommandId Command id 
       
   204      */
       
   205     void DoShowMapCmdL( TPbk2CommandId aCommandId );
   206     
   206     
   207 
   207 
   208 private: // data
   208 private: // data
   209 
   209 
   210     /**
   210     /**