Public Types | Public Member Functions

MeeGo::QmCABC Class Reference

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

#include <qmcabc.h>

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

Definition at line 51 of file qmcabc.h.


Member Enumeration Documentation

Enumerator:
Off 

CABC is not activated

Ui 

Best quality.

StillImage 

Medium quality, suitable for images

MovingImage 

Suitable for video

Definition at line 57 of file qmcabc.h.


Constructor & Destructor Documentation

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

Definition at line 65 of file qmcabc.h.


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

The documentation for this class was generated from the following file: