fep/aknfep/UiPlugins/AknFepUiInterface/AvkonImpl/inc/AknFepUIAvkonCtrlJapaneseCandidateCellListBoxData.h
changeset 40 2cb9bae34d17
parent 31 f1bdd6b078d1
child 49 37f5d84451bd
--- a/fep/aknfep/UiPlugins/AknFepUiInterface/AvkonImpl/inc/AknFepUIAvkonCtrlJapaneseCandidateCellListBoxData.h	Tue Jul 06 14:38:41 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,91 +0,0 @@
-/*
-* Copyright (c) 2003 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:            Candidate list
-*
-*/
-
-
-
-
-
-
-
-
-
-
-
-
-#ifndef CAKNFEPUICTRLJAPANESECANDIDATECELLLISTBOXDATA_H
-#define CAKNFEPUICTRLJAPANESECANDIDATECELLLISTBOXDATA_H
-
-// INCLUDES
-#include <eikfrlbd.h>   // CFormattedCellListBoxData
-
-// CONSTANTS
-
-// FORWARD DECLARATIONS
-
-// CLASS DECLARATION
-
-/**
-*  CAknFepUICtrlJapaneseCandidateHeadingPane class.
-*
-*  @lib AknFep.lib
-*  @since 2.6
-*/
-NONSHARABLE_CLASS(CAknFepUICtrlJapaneseCandidateCellListBoxData)
-        : public CFormattedCellListBoxData
-    {
-    public:  // Constructors and destructor
-        /**
-        * Two-phased constructor.
-        */
-        static CAknFepUICtrlJapaneseCandidateCellListBoxData* NewL();
-
-    public: // Functions from CFormattedCellListBoxData
-        /**
-        * From CFormattedCellListBoxData Draw() is the most important method
-        * in CAknFepUICtrlJapaneseCandidateCellListBoxData.
-        * This is the only method that needs to be implemented in this class
-        * and it draws the whole list item.
-        * @since 2.6
-        * @param aProperties Properties attached to the list item
-        * @param aGc Graphics context used for drawing the list item
-        * @param aText a text string describing the list item cells
-        * @param aRect the area of the screen for the whole list item
-        * @param aHighlight whether the list item is selected
-        * @param aColors the colours used for drawing the item
-        */
-        virtual void Draw(TListItemProperties aProperties,
-                          CWindowGc& aGc,
-                          const TDesC* aText,
-                          const TRect& aRect,
-                          TBool aHighlight, 
-                          const TColors& aColors) const;
-
-        /**
-        * From CFormattedCellListBoxData DrawDefaultHighlight() is ...
-        * @since 2.6
-        * @param aGc 
-        * @param aItemRect
-        * @param aHighlight
-        */
-        void DrawDefaultHighlight(CWindowGc& aGc,
-                                  const TRect& aItemRect,
-                                  TBool aHighlight) const;
-    };
-
-#endif  // CAKNFEPUICTRLJAPANESECANDIDATECELLLISTBOXDATA_H
-
-// End of File