eiksbobs.h File Reference

API published in: S60 1st Ed

Link against: eikcoctl.lib

Capability Information

Required Capabilities

None


Go to the source code of this file.


Data Structures

class   MEikScrollBarObserver
  Scroll bar observer interface. More...

Defines

#define  __EIKSBOBS_H__

Enumerations

enum   TEikScrollEvent {
  EEikScrollLeft = 1, EEikScrollUp, EEikScrollRight, EEikScrollDown,
  EEikScrollPageLeft, EEikScrollPageUp, EEikScrollPageRight, EEikScrollPageDown,
  EEikScrollHome, EEikScrollTop, EEikScrollEnd, EEikScrollBottom,
  EEikScrollThumbDragHoriz, EEikScrollThumbDragVert, EEikScrollThumbReleaseHoriz, EEikScrollThumbReleaseVert
}
  Scroll bar events enumerations. More...

Define Documentation

#define __EIKSBOBS_H__
 

Enumeration Type Documentation

enum TEikScrollEvent
 

Scroll bar events enumerations.

Touch events for scroll bar. Reported to scroll bar observer through HandleScrollEventL method.

Enumerator:
EEikScrollLeft 
EEikScrollUp  stulys was tapped on the left arrow of the scroll bar
EEikScrollRight  stulys was tapped on the up arrow of the scroll bar
EEikScrollDown  stulys was tapped on the right arrow of the scroll bar
EEikScrollPageLeft  stulys was tapped on the down arrow of the scroll bar
EEikScrollPageUp  stulys was tapped on left side of the scroll bar
EEikScrollPageRight  stulys was tapped above the scroll bar
EEikScrollPageDown  stulys was tapped on right side of the scroll bar
EEikScrollHome  stulys was tapped below the scroll bar
EEikScrollTop 
Deprecated:
EEikScrollEnd 
Deprecated:
EEikScrollBottom 
Deprecated:
EEikScrollThumbDragHoriz 
Deprecated:
EEikScrollThumbDragVert  stulys is down on scroll bar thumb and dragged
EEikScrollThumbReleaseHoriz  stulys is down on scroll bar thumb and dragged
EEikScrollThumbReleaseVert  scrollbar thumb drag is stopped

Copyright © Nokia Corporation 2001-2008
Back to top