The QContactActionTarget class provides information about the target of an action. It may be either a contact, a contact and a detail of that contact, or a contact and a list of the details of the contact, which together should be used by the action. More...
#include <QContactActionTarget>
This class was introduced in Qt Mobility 1.2.
enum | Type { Invalid, WholeContact, SingleDetail, MultipleDetails } |
QContactActionTarget ( const QContact & contact = QContact(), const QList<QContactDetail> & details = QList<QContactDetail> () ) | |
QContactActionTarget ( const QContact & contact, const QContactDetail & detail ) | |
QContactActionTarget ( const QContactActionTarget & other ) | |
~QContactActionTarget () | |
QContact | contact () const |
QList<QContactDetail> | details () const |
bool | isValid () const |
void | setContact ( const QContact & contact ) |
void | setDetails ( const QList<QContactDetail> & details ) |
Type | type () const |
bool | operator!= ( const QContactActionTarget & other ) const |
QContactActionTarget & | operator= ( const QContactActionTarget & other ) |
bool | operator== ( const QContactActionTarget & other ) const |
The QContactActionTarget class provides information about the target of an action. It may be either a contact, a contact and a detail of that contact, or a contact and a list of the details of the contact, which together should be used by the action.
This enumerator defines the type of a QContactActionTarget.
Constant | Value | Description |
---|---|---|
QContactActionTarget::Invalid | 0 | The type is invalid. |
QContactActionTarget::WholeContact | 1 | The type is a complete contact. |
QContactActionTarget::SingleDetail | 2 | The type is only a single detail. |
QContactActionTarget::MultipleDetails | 3 | The type contains multiple details. |
Constructs a new action target from the given contact and the given list of that contact's details. If no contact is specified, the target will be invalid. If a contact but no details are specified, the target will be valid, but the action which operates on the target may fail (for example, if it requires a certain detail to be specified in order to perform the action).
Constructs a new action target from the given contact and a specific detail of that contact
Constructs a copy of the other action target
Cleans up any memory in use by the action target
Returns the contact that this action target will operate on.
See also setContact() and details().
Returns the details that this action target will operate on.
See also setDetails() and contact().
Returns true if the target contact is not the default constructed contact. The validity of any specified details is not checked by this function.
Sets the contact that this action target will operate on to contact.
See also contact() and setDetails().
Sets the details that this action target will operate on to details.
See also details() and setContact().
Returns the type of this action target.
The type is determined by the properties that have been set on this target.
Returns true if the contacts or details specified by this action target are different to that specified by other
Assigns this action target to be equal to other
Returns true if the contacts and details specified by this action target are equal to those specified by other
© 2008-2011 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide.
All other trademarks are property of their respective owners. Privacy Policy
Licensees holding valid Qt Commercial licenses may use this document in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Nokia.
Alternatively, this document may be used under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.