ccservices/cmsservices/cmscontactor/inc/cmsselectiondialog.h
branchRCL_3
changeset 26 0d28c1c5b6dd
parent 0 e686773b3f54
child 64 c1e8ba0c2b16
equal deleted inserted replaced
23:5586b4d2ec3e 26:0d28c1c5b6dd
    54 	 * @param aCbaResourceId: Resource Id of softkey buttons. 
    54 	 * @param aCbaResourceId: Resource Id of softkey buttons. 
    55 	 * @param aHeading: Resource Id of heading text.
    55 	 * @param aHeading: Resource Id of heading text.
    56 	 * @param aFocusIndex Focused item.
    56 	 * @param aFocusIndex Focused item.
    57 	 * @return selected field item.
    57 	 * @return selected field item.
    58 	 */
    58 	 */
    59 	const CCmsContactFieldItem* CCMSSelectionDialog::ExecuteLD
    59 	const CCmsContactFieldItem* ExecuteLD
    60 	( TInt aCbaResourceId, const TDesC& aHeading,
    60 	( TInt aCbaResourceId, const TDesC& aHeading,
    61 			TInt aFocusIndex );
    61 			TInt aFocusIndex );
    62 
    62 
    63 private: // Implementation
    63 private: // Implementation
    64 
    64 
    81 	 * Prepares the listbox model. 
    81 	 * Prepares the listbox model. 
    82 	 *
    82 	 *
    83 	 * @since S60 v5.0
    83 	 * @since S60 v5.0
    84 	 * @return listbox model.
    84 	 * @return listbox model.
    85 	 */
    85 	 */
    86 	MDesCArray* CCMSSelectionDialog::CreateListItemsL( );
    86 	MDesCArray* CreateListItemsL( );
    87 
    87 
    88 	/**
    88 	/**
    89 	 * Helper function for making correct model data for listbox.
    89 	 * Helper function for making correct model data for listbox.
    90 	 *
    90 	 *
    91 	 * @since S60 v5.0
    91 	 * @since S60 v5.0