eikscrlb.h File Reference

API published in: S60 1st Ed

Link against: eikcoctl.lib

Capability Information

Required Capabilities

None


#include <aknscbut.h>
#include <lafpublc.h>
#include <eikbctrl.h>
#include <eiksbobs.h>

Go to the source code of this file.


Data Structures

class  TEikScrollBarModel
 Scroll bar models encapsulate the range of integers which a scroll bar can represent, from zero to n, and the current position of the scroll bar thumb within that range. More...
class  TAknDoubleSpanScrollBarModel
class  CEikScrollBar
 The CEikScrollBar class implements a scroll bar. More...
struct  CEikScrollBar::SEikScrollBarButtons
 Encapsulates pointers to the scroll bar buttons. More...
class  CEikArrowHeadScrollBar
 The CEikArrowHeadScrollBar class is a scroll bar which uses only two small nudge button arrows to scroll up and down. More...
class  CAknDoubleSpanScrollBar
 The CAknDoubleSpanScrollBar class is a scroll bar without buttons, but it has a shaft. More...

Defines

#define __EIKSCRLB_H__

Variables

const TInt KEikScrollEventFromVBar = 0
const TInt KEikScrollEventFromHBar = 0x01
const TInt KEikScrollEventBarMask = 0x01
const TInt KButtonPositionMask = KLafScrollBarButtonPositionMask
const TInt KDisplayComponentsMask = 0x1f

Define Documentation

#define __EIKSCRLB_H__
 

Variable Documentation

const TInt KButtonPositionMask = KLafScrollBarButtonPositionMask
 
const TInt KDisplayComponentsMask = 0x1f
 
const TInt KEikScrollEventBarMask = 0x01
 
const TInt KEikScrollEventFromHBar = 0x01
 
const TInt KEikScrollEventFromVBar = 0
 

Copyright © Nokia Corporation 2001-2008
Back to top