aknsdrawutils.h File Reference

API published in: S60 2nd Ed

Link against: aknskins.lib aknskinsrv.lib aknswallpaperutils.lib

Capability Information

Required Capabilities

None


#include <AknsUtils.h>

Go to the source code of this file.


Data Structures

class   AknsDrawUtils
  Static utility class to support Avkon Skins drawing operations. More...

Enumerations

enum   TSlidingMode {
  ESlidingDisabled = 0, ESlidingFromCBA, ESlidingFromLeft, ESlidingFromTopLeft,
  ESlidingFromTop, ESlidingFromTopRight, ESlidingFromRight, ESlidingFromBottomRight,
  ESlidingFromBottom, ESlidingFromBottomLeft, ESlidingFromRandom
}
  Direction, from where notes and queries slide to the screen. More...

Enumeration Type Documentation

enum TSlidingMode
 

Direction, from where notes and queries slide to the screen.

Enumerator:
ESlidingDisabled  Sliding is disabled either by skin or compile time.
ESlidingFromCBA  Slide from the CBA side.
ESlidingFromLeft  Slide from left.
ESlidingFromTopLeft  Slide from topleft.
ESlidingFromTop  Slide from top.
ESlidingFromTopRight  Slide from topright.
ESlidingFromRight  Slide from right.
ESlidingFromBottomRight  Slide from bottomright.
ESlidingFromBottom  Slide from bottom.
ESlidingFromBottomLeft  Slide from bottomleft.
ESlidingFromRandom  Slide from random direction (any of the 8 directions).

Copyright © Nokia Corporation 2001-2008
Back to top