MeeGo 1.2 Harmattan Developer Documentation Develop for the Nokia N9

FCam::HistogramConfig Class Reference

The configuration of the histogram generator. More...

Collaboration diagram for FCam::HistogramConfig:
Collaboration graph
[legend]

List of all members.

Public Member Functions

  HistogramConfig ()
  The default constructor disables the histogram generator.
bool  operator== (const HistogramConfig &other) const
  Compare two requested configurations to see if they would return the same data.
bool  operator!= (const HistogramConfig &other) const
  Compare two requested configurations to see if they would return the same data.

Public Attributes

Rect  region
  Rectangle specifying the region over which a histogram is computed.
unsigned  buckets
  The requested number of buckets in the histogram.
bool  enabled
  Whether or not a histogram should be generated at all.

Detailed Description

The configuration of the histogram generator.


Constructor & Destructor Documentation

FCam::HistogramConfig::HistogramConfig (  )  [inline]

The default constructor disables the histogram generator.


Member Function Documentation

bool FCam::HistogramConfig::operator== ( const HistogramConfig other  )  const [inline]

Compare two requested configurations to see if they would return the same data.

bool FCam::HistogramConfig::operator!= ( const HistogramConfig other  )  const [inline]

Compare two requested configurations to see if they would return the same data.


Member Data Documentation

Rectangle specifying the region over which a histogram is computed.

The requested number of buckets in the histogram.


Copyright (c) 2012, Nokia Corporation and/or its subsidiary(-ies). All rights reserved. See Copyright.
MeeGo 1.2 Harmattan API