#include <mw/AknScreenMode.h>
class TAknScreenMode |
Protected Attributes | |
---|---|
const SAknScreenModeInfo & | iInfo |
Public Member Functions | |
---|---|
TAknScreenMode(const SAknScreenModeInfo &) | |
IMPORT_C TDisplayMode | DisplayMode() |
IMPORT_C TInt | ModeNumber() |
IMPORT_C TSize | SizeInPixels() |
Information about a screen mode
IMPORT_C TDisplayMode | DisplayMode | ( | ) | const |
Gets the display mode (color depth) for this screen mode.
Returns: The display mode.
IMPORT_C TInt | ModeNumber | ( | ) | 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.
IMPORT_C TSize | SizeInPixels | ( | ) | const |
Gets the size of the screen for this screen mode in pixels..
Returns: The screen size.