classicui_plat/signal_pane_api/inc/aknsignal.h
branchRCL_3
changeset 38 c52421ed5f07
parent 0 2f259fa3e83a
child 51 fcdfafb36fe7
equal deleted inserted replaced
29:a8834a2e9a96 38:c52421ed5f07
     1 /*
     1 /*
     2 * Copyright (c) 2002-2006 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2002-2010 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 "Eclipse Public License v1.0"
     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.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   234     void DrawInStaconPane(const TRect& aRect) const;
   234     void DrawInStaconPane(const TRect& aRect) const;
   235     CFbsBitmap* SignalIconBitmap() const;
   235     CFbsBitmap* SignalIconBitmap() const;
   236     CFbsBitmap* SignalIconBitmapMask() const;
   236     CFbsBitmap* SignalIconBitmapMask() const;
   237     void SetContainerWindowNonFading(TBool aNonFading);    
   237     void SetContainerWindowNonFading(TBool aNonFading);    
   238 	void LoadSignalIconL(TInt aIconState, TInt aColorIndex);
   238 	void LoadSignalIconL(TInt aIconState, TInt aColorIndex);
       
   239 	void StartTickerL( TTimeIntervalMicroSeconds32 aDelay,
       
   240 	                   TTimeIntervalMicroSeconds32 aInterval );
       
   241 	void StopTicker();
   239 
   242 
   240 private:
   243 private:
   241     // Private flags for internal statemachines, iSpare taken into use
   244     // Private flags for internal statemachines, iSpare taken into use
   242     TInt iPrivateFlags;
   245     TInt iPrivateFlags;
   243     CAknSignalIcon* iSignalIconControl;
   246     CAknSignalIcon* iSignalIconControl;