TAknScreenMode Class Reference

#include <mw/AknScreenMode.h>

class TAknScreenMode
Protected Attributes
const SAknScreenModeInfo &iInfo
Public Member Functions
TAknScreenMode(const SAknScreenModeInfo &)
IMPORT_C TDisplayModeDisplayMode()
IMPORT_C TIntModeNumber()
IMPORT_C TSizeSizeInPixels()

Detailed Description

Information about a screen mode

Since
3.1

Member Attribute Documentation

iInfo

const SAknScreenModeInfo &iInfo[protected]

Constructor & Destructor Documentation

TAknScreenMode ( const SAknScreenModeInfo & )

TAknScreenMode(const SAknScreenModeInfo &aInfo)

Member Function Documentation

DisplayMode ( )

IMPORT_C TDisplayModeDisplayMode()const

Gets the display mode (color depth) for this screen mode.

Returns: The display mode.

ModeNumber ( )

IMPORT_C TIntModeNumber()const

Gets the screen mode number. This is the screen mode number as used by CWsScreenDevice APIs, which start from zero. It is one less than the number of the coresponding entry in wsini.ini, which start from one.

Returns: The screen mode number.

SizeInPixels ( )

IMPORT_C TSizeSizeInPixels()const

Gets the size of the screen for this screen mode in pixels..

Returns: The screen size.