The following header file(s) have changed between 3.1 and 3.2
aknvolumecontrol.h
Type | Class | Change |
New public method | CAknVolumeControl |
IMPORT_C void SetRange( TInt aMinimumValue, TInt aMaximumValue ); |
New public method | CAknVolumeControl |
IMPORT_C void GetRange( TInt& aMinimumValue, TInt& aMaximumValue ); |
New public method | CAknVolumeControl |
IMPORT_C static CGulIcon* CreateSetDynRangeStyleListBoxIconL( TInt aValue, TInt aMinimum, TInt aMaximum ); |