Home · All Classes · Main Classes · Deprecated
Properties

MListModel Class Reference

Data model class for MList. More...

Inherits MWidgetModel.

List of all members.

Properties

QModelIndex firstVisibleItem
QModelIndex lastVisibleItem
bool showGroups
int columns
bool listIsMoving
QModelIndex scrollToIndex
int scrollHint
int animationMode
QPointF longTap
bool longTapEnabled
bool listIndexVisible
int listIndexDisplayMode
int listIndexMagnifierDataRole

Detailed Description

Data model class for MList.

See also:
MList

Property Documentation

MListModel::animationMode [read, write]

Indicates if a method executed on list should be animated or non-animated.

See also:
MList::AnimationMode
MListModel::columns [read, write]

Indicates how many columns list should have.

MListModel::firstVisibleItem [read, write]

Index of a first visible on screen item.

MListModel::lastVisibleItem [read, write]

Index of last visible on screen item.

MListModel::listIndexDisplayMode [read, write]

List index display mode flag.

See also:
MList::DisplayMode
MListModel::listIndexMagnifierDataRole [read, write]

List index magnifier data role.

bool MListModel::listIndexVisible [read, write]
MListModel::listIsMoving [read, write]

Boolean indicating if list is moving (panning) right now.

Index of an item to which list should scroll.

MListModel::longTap [read, write]

Coordinates of long tap.

MListModel::longTapEnabled [read, write]

Boolean indicating if long tap is enabled or not.

MListModel::scrollHint [read, write]

Indicates if item to which list should scroll should be on top, bottom etc.

See also:
MList::ScrollHint
const QModelIndex & MListModel::scrollToIndex [read, write]
MListModel::showGroups [read, write]

Boolean indicating if list should show items in groups or not.


Copyright © 2010 Nokia Corporation
MeeGo Touch