epoc32/include/lbscriteria.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
equal deleted inserted replaced
3:e1b950c65cb4 4:837f303aceeb
     1 // Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     7 //
     8 // Initial Contributors:
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
     9 // Nokia Corporation - initial contribution.
    10 //
    10 //
    11 // Contributors:
    11 // Contributors:
   100 
   100 
   101 protected:
   101 protected:
   102 	struct SItem
   102 	struct SItem
   103 	/**
   103 	/**
   104 	 Stores a field / priority pair.
   104 	 Stores a field / priority pair.
   105 	
       
   106 	 @publishedAll
       
   107 	 @released
       
   108 	 */
   105 	 */
   109 		{
   106 		{
   110 		/** A position quality metric identifier. */
   107 		/** A position quality metric identifier. */
   111 		TField iField;
   108 		TField iField;
   112 		/** The priority given to the iField position quality metric. */
   109 		/** The priority given to the iField position quality metric. */
   113 		TOrder iOrder;
   110 		TOrder iOrder;
   114 		};
   111 		};
   115 
   112 
   116 protected:
   113 protected:
       
   114 	/**
       
   115 	An internal method to add a selection criteria choice to the current set of
       
   116 	criteria.
       
   117 	 */
   117 	TInt AddItem(TField aField, TOrder aOrder);
   118 	TInt AddItem(TField aField, TOrder aOrder);
   118 
   119 
   119 protected:
   120 protected:
   120 	/** The number of selection items in the iItems array. */
   121 	/** The number of selection items in the iItems array. */
   121 	TUint iNumItems;
   122 	TUint iNumItems;