diff -r 000000000000 -r e686773b3f54 phonebookui/Phonebook2/UIControls/inc/Pbk2AddressSelect.rh --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/phonebookui/Phonebook2/UIControls/inc/Pbk2AddressSelect.rh Tue Feb 02 10:12:17 2010 +0200 @@ -0,0 +1,65 @@ +/* +* Copyright (c) 2005-2007 Nokia Corporation and/or its subsidiary(-ies). +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of "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: +* +* Description: Phonebook 2 address select resource definitions. +* +*/ + + +#ifndef PBK2ADDRESSSELECT_RH +#define PBK2ADDRESSSELECT_RH + +#include +#include + +/** + * Resource structure for a Phonebook 2 address select service. + */ +STRUCT PBK2_ADDRESS_SELECT + { + /** + * Field types to be used in the address select, given as + * VPBK_FIELD_TYPE_SELECTOR structure. + * @see VPBK_FIELD_TYPE_SELECTOR structure. + */ + LLINK selector; + + /** + * No addresses for a name prompt text. This text is used in a note + * shown to the user when a contact does not have any fields matching + * the selector (defined above). + * For example: "No phone numbers to %U". + * The %U is required to exist in the loc string, it will + * be replaced with the contact name. + */ + LLINK noAddressesForNamePrompt; + + /** + * No addresses prompt text. This text is used in a note + * shown to the user when an unnamed contact does not have any + * fields matching the selector (defined above). + * For example: "No phone number". + * There must not be %U in the loc string. + */ + LLINK noAddressesPrompt; + + /** + * Softkeys to be used in the query dialog. + * @see CBA resource structure. + */ + LLINK cba; + } + +#endif // PBK2ADDRESSSELECT_RH + +// End of File