Home · All Classes · Main Classes · Deprecated
Public Slots | Signals | Public Member Functions | Protected Member Functions

MListItem Class Reference

MListItem is a simple widget for displaying content with basic functionality like background rendering with differend object modes. More...

Inherits MWidgetController.

Inherited by MAdvancedListItem, MBasicListItem, and MDetailedListItem.

List of all members.

Public Slots

void click ()
void longTap (const QPointF &pos)

Signals

void clicked ()
void longTapped (const QPointF &pos)

Public Member Functions

 MListItem (QGraphicsItem *parent=0)
virtual ~MListItem ()

Protected Member Functions

virtual void connectNotify (const char *signal)
virtual void disconnectNotify (const char *signal)

Detailed Description

MListItem is a simple widget for displaying content with basic functionality like background rendering with differend object modes.

See also:
MListItemView

Constructor & Destructor Documentation

MListItem::MListItem ( QGraphicsItem parent = 0  ) 

Constructs a MListItem with a parent.

Parameters:
parent Parent object.
MListItem::~MListItem (  )  [virtual]

Destructor.


Member Function Documentation

void MListItem::click (  )  [slot]

Makes the list cell to send clicked() signal.

void MListItem::clicked (  )  [signal]

The signal is emitted when the list cell is clicked.

void MListItem::connectNotify ( const char *  signal  )  [protected, virtual]

Handler of notifications of new receivers connected to MListItem signals.

void MListItem::disconnectNotify ( const char *  signal  )  [protected, virtual]

Handler of notifications of receivers disconnecting from MListItem signals.

void MListItem::longTap ( const QPointF pos  )  [slot]

Makes the list cell to send longTapped signal.

Parameters:
pos The position of the tap.
void MListItem::longTapped ( const QPointF pos  )  [signal]

The signal is emitted when the list cell has been tapped and holded.


Copyright © 2010 Nokia Corporation
MeeGo Touch