epoc32/include/mw/aknslider.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
equal deleted inserted replaced
3:e1b950c65cb4 4:837f303aceeb
     1 /*
     1 /*
     2 * Copyright (c) 2005-2006 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2005-2006 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * 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
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 *
     8 *
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
   659 
   659 
   660     void FetchGfx( TAknSliderGfx& aGfx, TInt aElement, const TSize& aSize ) const;
   660     void FetchGfx( TAknSliderGfx& aGfx, TInt aElement, const TSize& aSize ) const;
   661     
   661     
   662     // calculate the correct value according to the input point
   662     // calculate the correct value according to the input point
   663     TInt CalcAlignedValue( const TPoint& aPoint ); 
   663     TInt CalcAlignedValue( const TPoint& aPoint ); 
       
   664 
       
   665     void StartFeedback( const TPointerEvent* aPointerEvent, TTimeIntervalMicroSeconds32 aTimeout );
       
   666     void StopFeedback();
       
   667     void ModifyFeedback();
       
   668     TInt FeedbackIntensity();
       
   669         
       
   670     /**
       
   671      * Provides the touch active area for setting item slider.
       
   672      * 
       
   673      * @return Touch active area rect.
       
   674      */
       
   675     TRect TouchActiveArea() const;
   664 
   676 
   665 private:
   677 private:
   666     CEikImage* iImage;
   678     CEikImage* iImage;
   667     CEikLabel* iValueLabel;
   679     CEikLabel* iValueLabel;
   668     CEikLabel* iMinLabel;
   680     CEikLabel* iMinLabel;