|
Public Member Functions |
IMPORT_C | CAknVolumeControl () |
| C++ default constructor.
|
IMPORT_C | ~CAknVolumeControl () |
| Destructor.
|
IMPORT_C void | SetValue (TInt aValue) |
| Sets volume.
|
IMPORT_C TInt | Value () const |
| Gets volume.
|
IMPORT_C void | SetRange (TInt aMinimumValue, TInt aMaximumValue) |
| Sets the range of the volume control.
|
IMPORT_C void | GetRange (TInt &aMinimumValue, TInt &aMaximumValue) |
| Gets the range of the volume control.
|
TSize | MinimumSize () |
| From CCoeControl .
|
TKeyResponse | OfferKeyEventL (const TKeyEvent &aKeyEvent, TEventCode aType) |
| From CCoeControl .
|
IMPORT_C void | ConstructFromResourceL (TResourceReader &aReader) |
| From CCoeControl .
|
IMPORT_C void | HandleResourceChange (TInt aType) |
| From CCoeControl .
|
IMPORT_C void | HandlePointerEventL (const TPointerEvent &aPointerEvent) |
| From CCoeControl .
|
IMPORT_C void | HandleNaviDecoratorEventL (TInt aEventID) |
| From MAknNaviDecoratorObserver .
|
Static Public Member Functions |
static IMPORT_C CFbsBitmap * | CreateBitmapL (TInt aValue) |
| Creates volume bitmap to "list pane for setting item" (setting option item volume graphic).
|
static IMPORT_C CGulIcon * | CreateSetStyleListBoxIconL (TInt aValue) |
| Creates general volume icon to "list pane for setting item" (setting option item volume graphic).
|
static IMPORT_C CGulIcon * | CreateSetDynRangeStyleListBoxIconL (TInt aValue, TInt aMinimum, TInt aMaximum) |
| Creates Hi-res volume icon to "list pane for setting item" (setting option item volume graphic).
|
Protected Member Functions |
void | SizeChanged () |
| From CCoeControl .
|
void | Draw (const TRect &aRect) const |
| From CCoeControl .
|