| Home · All Classes · Annotated · Functions |
The QCallListItem class specifies information about a single dialed, received or missed call in a QCallList set. More...
#include <QCallListItem>
The QCallListItem class specifies information about a single dialed, received or missed call in a QCallList set.
See also QCallList.
This enum defines the types of calls that may be recorded.
| Constant | Value | Description |
|---|---|---|
| QCallListItem::Dialed | 0 | An outgoing call that was dialed by the user. |
| QCallListItem::Received | 1 | An incoming call that was answered by the user. |
| QCallListItem::Missed | 2 | An incoming call that was not answered by the user. |
Constructs a null QCallListItem.
Constructs a QCallListItem given the type of call, the phone number and the start and end times of the call. The contact can be optionally specified by contact.
Constructs copy of other.
Destructs the QCallListItem.
Returns the unique id of the contact associated with this call, if any.
Returns end time of the call, or a null QDateTime if no connection was made for the call in the case of a missed call, or a dialed call that did not connect.
Returns true if this is an invalid call list item.
Returns the phone number associated with this call.
Returns the starting time of the call.
Returns the type of call this item represents. If this item is null, then the return value of this function is undefined.
See also QCallListItem::CallType.
Returns true if this item is different than other or false if they are the same.
Assigns a copy of other to this item.
Returns true if this item is the same as other or false if they are different.
| Copyright © 2006 Trolltech | Trademarks | Qtopia 4.1.7 |