Symbian3/SDK/Source/GUID-DCFD4CA0-6FB2-5339-BCFF-5B48E3E7E455.dita
author Graeme Price <GRAEME.PRICE@NOKIA.COM>
Fri, 15 Oct 2010 14:32:18 +0100
changeset 15 307f4279f433
parent 0 89d6a7a84779
permissions -rw-r--r--
Initial contribution of the Adaptation Documentation.

<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. -->
<!-- This component and the accompanying materials are made available under the terms of the License 
"Eclipse Public License v1.0" which accompanies this distribution, 
and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
<!-- Initial Contributors:
    Nokia Corporation - initial contribution.
Contributors: 
-->
<!DOCTYPE concept
  PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
<concept xml:lang="en" id="GUID-DCFD4CA0-6FB2-5339-BCFF-5B48E3E7E455"><title>Speed Dial Functionality</title><prolog><metadata><keywords/></metadata></prolog><conbody><p>The database owns speed dial information. This is a mapping between a single digit integer and a telephone number, allowing the user to dial a stored contact using one key. <xref href="GUID-6A6C7B3B-1E44-3731-956D-590A1122FF6E.dita#GUID-6A6C7B3B-1E44-3731-956D-590A1122FF6E/GUID-D4EE1909-BDB1-3F1B-A540-C009529854FC"><apiname>CContactDatabase::SetFieldAsSpeedDialL()</apiname></xref> sets a field containing a telephone number as a speed dial field. The field is identified by <xref href="GUID-97E04758-0642-38C2-A761-C820C4780459.dita"><apiname>aFieldIndex</apiname></xref> within the contact item <xref href="GUID-C65DC759-F4C4-3271-86D2-8A4C63A645FA.dita"><apiname>aItem</apiname></xref>. It is assigned a speed dial position between 1 and 9 inclusive. <xref href="GUID-6A6C7B3B-1E44-3731-956D-590A1122FF6E.dita#GUID-6A6C7B3B-1E44-3731-956D-590A1122FF6E/GUID-CE08E2C6-FA3A-3955-928E-C66047B65C33"><apiname>CContactDatabase::GetSpeedDialFieldL()</apiname></xref> returns the ID of the contact item whose telephone number field is mapped to the speed dial position specified. This function is provided so that information may be displayed about a contact item whose telephone number is being dialled using speed dialling. </p> </conbody></concept>