TDisplayConfiguration Class Reference
class TDisplayConfiguration : public TDisplayConfiguration1 |
The display configuration class for general use.
May be extended by adding a chain of classes between this and TDisplayConfiguration1. If so, also update the typedef TDisplayConfigurationTop.
Constructor & Destructor Documentation
TDisplayConfiguration()
TDisplayConfiguration | ( | ) | [inline] |
Construct a configuration of the default version with all attributes undefined.
TDisplayConfiguration(const TDisplayConfiguration &)
Copy constructor. This constructor will read the version field of the source and target objects and only copy the common set of fields. Any remaining fields in the target object will be set as undefined.
TDisplayConfiguration(TInt)
TDisplayConfiguration | ( | TInt | aVersion | ) | [inline] |
Constructs a display configuration for a particular version.
This constructor is designed to be used with the value returned by MDisplayControlBase::PreferredDisplayConfigurationVersion(), and initializes the members to represent an object compatible with that.
The version used is the earlier of aVersion and the compile time version of TDisplayConfiguration.
Parameters
TInt aVersion | Caller-defined maximum version of configuration. |
Member Functions Documentation
operator=(const TDisplayConfiguration &)
operator==(const TDisplayConfiguration &)
Compares two TDisplayConfiguration instances.
The two objects are equivalent if they have the same version, the same set of attributes defined and all the defined attributes are the same. Undefined attributes are not compared.
Member Type Definitions Documentation
Typedef TDisplayConfigurationTop
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.