MeeGo 1.2 Harmattan Developer Documentation Develop for the Nokia N9

MeeGo::QmCABC Class Reference

Provides methods to indicate the Content Adaptive Backlight Control (CABC) mode. More...

Inheritance diagram for MeeGo::QmCABC:
Inheritance graph
[legend]
Collaboration diagram for MeeGo::QmCABC:
Collaboration graph
[legend]

List of all members.

Public Types

enum   Mode { Off = 0, Ui = 1, StillImage = 2, MovingImage = 3 }

Public Member Functions

  QmCABC (QObject *parent=0)
Mode  get () const
bool  set (Mode mode)

Detailed Description

Provides methods to indicate the Content Adaptive Backlight Control (CABC) mode.

Scope:
Nokia Meego

Member Enumeration Documentation

Enumerator:
Off 

CABC is not activated

Ui 

Best quality.

StillImage 

Medium quality, suitable for images

MovingImage 

Suitable for video


Constructor & Destructor Documentation

MeeGo::QmCABC::QmCABC ( QObject parent = 0  )  [inline]

Member Function Documentation

Mode MeeGo::QmCABC::get (  )  const

Gets the current CABC mode.

Returns:
Mode CABC mode.
bool MeeGo::QmCABC::set ( Mode  mode  ) 

Requests to set the CABC mode. The system does not guarantee that the CABC mode will be set according to the request. The applications should not depend on a particular CABC mode but can use this method to indicate that a certain CABC mode would be desired.

Parameters:
mode  CABC mode
Returns:
bool TRUE if a valid mode was requested, FALSE otherwise

(C) 2009-2011 Nokia Corporation
LGPL Lesser General Public License
MeeGo 1.2 Harmattan API