#include <mw/eikscrlb.h>
| class CEikArrowHeadScrollBar : public CEikScrollBar |
| Public Member Functions | |
|---|---|
| CEikArrowHeadScrollBar(CCoeControl *) | |
| ~CEikArrowHeadScrollBar() | |
| virtual IMPORT_C void | ConstructL(MEikScrollBarObserver *, const CCoeControl *, TOrientation, TInt, TInt) |
| virtual IMPORT_C void | HandlePointerEventL(const TPointerEvent &) |
| Inherited Type Definitions | |
|---|---|
| CEikScrollBar::TAknScrollBarFlags | |
The CEikArrowHeadScrollBar class is a scroll bar which uses only two small nudge button arrows to scroll up and down. It has no shaft. It therefore takes up very little space.
| IMPORT_C void | ConstructL | ( | MEikScrollBarObserver * | aScrollBarObserver, |
| const CCoeControl * | aParent, | |||
| TOrientation | aOrientation, | |||
| TInt | aLength, | |||
| TInt | aScrollBarFlags = EEikScrollBarDefaultBehaviour | |||
| ) | [virtual] | |||
Reimplemented from CEikScrollBar::ConstructL(MEikScrollBarObserver *,const CCoeControl *,TOrientation,TInt,TInt)
Second phase constructor of the scroll bar.
| Parameter | Description |
|---|---|
| aScrollBarObserver | The scroll bar observer which is to be informed of scroll events by this scroll bar. |
| aParent | Parent control for this new scroll bar. |
| aOrientation | Orientation of the new scroll bar. |
| aLength | Not used. |
| aScrollBarFlags | Not used. |
| IMPORT_C void | HandlePointerEventL | ( | const TPointerEvent & | aPointerEvent | ) | [virtual] |
Reimplemented from CEikScrollBar::HandlePointerEventL(const TPointerEvent &)
From CCoeControl
Called by the framework to handle pointer events.
| Parameter | Description |
|---|---|
| aPointerEvent | A pointer event. |