| Home · All Classes · Main Classes · Deprecated |
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.
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) |
MListItem is a simple widget for displaying content with basic functionality like background rendering with differend object modes.
| MListItem::MListItem | ( | QGraphicsItem * | parent = 0 |
) |
Constructs a MListItem with a parent.
| parent | Parent object. |
| MListItem::~MListItem | ( | ) | [virtual] |
Destructor.
| 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.
| 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 |