This file is indexed.

/usr/share/qt5/doc/qtcontacts/qcontactchangeset.html is in qtpim5-doc-html 5.0~git20140515~29475884-0ubuntu24~7.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- qcontactchangeset.cpp -->
  <title>QContactChangeSet Class | Qt 5.0</title>
  <link rel="stylesheet" type="text/css" href="style/offline-simple.css" />
  <script type="text/javascript">
    document.getElementsByTagName("link").item(0).setAttribute("href", "style/offline.css");
    // loading style sheet breaks anchors that were jumped to before
    // so force jumping to anchor again
    setTimeout(function() {
        var anchor = location.hash;
        // need to jump to different anchor first (e.g. none)
        location.hash = "#";
        setTimeout(function() {
            location.hash = anchor;
        }, 0);
    }, 0);
  </script>
</head>
<body>
<div class="header" id="qtdocheader">
  <div class="main">
    <div class="main-rounded">
      <div class="navigationbar">
        <table><tr>
<td >Qt 5.0</td><td >QContactChangeSet</td></tr></table><table class="buildversion"><tr>
<td id="buildversion" width="100%" align="right">Qt 5.0.0 Reference Documentation</td>
        </tr></table>
      </div>
    </div>
<div class="content">
<div class="line">
<div class="content mainContent">
<div class="sidebar">
<div class="toc">
<h3><a name="toc">Contents</a></h3>
<ul>
<li class="level1"><a href="#public-functions">Public Functions</a></li>
<li class="level1"><a href="#details">Detailed Description</a></li>
</ul>
</div>
<div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">QContactChangeSet Class</h1>
<!-- $$$QContactChangeSet-brief -->
<p>The <a href="qcontactchangeset.html">QContactChangeSet</a> class provides a simple API to simplify the emission of state-change signals from QContactManagerEngine implementations. <a href="#details">More...</a></p>
<!-- @@@QContactChangeSet -->
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> Header:</td><td class="memItemRight bottomAlign">   <span class="preprocessor">#include &lt;QContactChangeSet&gt;</span>
</td></tr></table></div><ul>
<li><a href="qcontactchangeset-members.html">List of all members, including inherited members</a></li>
</ul>
<a name="public-functions"></a>
<h2 id="public-functions">Public Functions</h2>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qcontactchangeset.html#QContactChangeSet">QContactChangeSet</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qcontactchangeset.html#QContactChangeSet-1">QContactChangeSet</a></b>(const QContactChangeSet &amp;<i>other</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qcontactchangeset.html#dtor.QContactChangeSet">~QContactChangeSet</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QSet&lt;QContactId&gt; </td><td class="memItemRight bottomAlign"><b><a href="qcontactchangeset.html#addedContacts">addedContacts</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QSet&lt;QContactId&gt; </td><td class="memItemRight bottomAlign"><b><a href="qcontactchangeset.html#addedRelationshipsContacts">addedRelationshipsContacts</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QSet&lt;QContactId&gt; </td><td class="memItemRight bottomAlign"><b><a href="qcontactchangeset.html#changedContacts">changedContacts</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qcontactchangeset.html#clearAddedContacts">clearAddedContacts</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qcontactchangeset.html#clearAddedRelationshipsContacts">clearAddedRelationshipsContacts</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qcontactchangeset.html#clearAll">clearAll</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qcontactchangeset.html#clearChangedContacts">clearChangedContacts</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qcontactchangeset.html#clearRemovedContacts">clearRemovedContacts</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qcontactchangeset.html#clearRemovedRelationshipsContacts">clearRemovedRelationshipsContacts</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qcontactchangeset.html#dataChanged">dataChanged</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qcontactchangeset.html#emitSignals">emitSignals</a></b>(QContactManagerEngine *<i>engine</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qcontactchangeset.html#insertAddedContact">insertAddedContact</a></b>(QContactId <i>addedContactId</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qcontactchangeset.html#insertAddedContacts">insertAddedContacts</a></b>(const QList&lt;QContactId&gt; &amp;<i>addedContactIds</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qcontactchangeset.html#insertAddedRelationshipsContact">insertAddedRelationshipsContact</a></b>(QContactId <i>affectedContactId</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qcontactchangeset.html#insertAddedRelationshipsContacts">insertAddedRelationshipsContacts</a></b>(const QList&lt;QContactId&gt; &amp;<i>affectedContactIds</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qcontactchangeset.html#insertChangedContact">insertChangedContact</a></b>(QContactId <i>changedContactId</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qcontactchangeset.html#insertChangedContacts">insertChangedContacts</a></b>(const QList&lt;QContactId&gt; &amp;<i>changedContactIds</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qcontactchangeset.html#insertRemovedContact">insertRemovedContact</a></b>(QContactId <i>removedContactId</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qcontactchangeset.html#insertRemovedContacts">insertRemovedContacts</a></b>(const QList&lt;QContactId&gt; &amp;<i>removedContactIds</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qcontactchangeset.html#insertRemovedRelationshipsContact">insertRemovedRelationshipsContact</a></b>(QContactId <i>affectedContactId</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qcontactchangeset.html#insertRemovedRelationshipsContacts">insertRemovedRelationshipsContacts</a></b>(const QList&lt;QContactId&gt; &amp;<i>affectedContactIds</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QPair&lt;QContactId, QContactId&gt; </td><td class="memItemRight bottomAlign"><b><a href="qcontactchangeset.html#oldAndNewSelfContactId">oldAndNewSelfContactId</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QSet&lt;QContactId&gt; </td><td class="memItemRight bottomAlign"><b><a href="qcontactchangeset.html#removedContacts">removedContacts</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QSet&lt;QContactId&gt; </td><td class="memItemRight bottomAlign"><b><a href="qcontactchangeset.html#removedRelationshipsContacts">removedRelationshipsContacts</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qcontactchangeset.html#setDataChanged">setDataChanged</a></b>(bool <i>dataChanged</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qcontactchangeset.html#setOldAndNewSelfContactId">setOldAndNewSelfContactId</a></b>(const QPair&lt;QContactId, QContactId&gt; &amp;<i>oldAndNewContactId</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QContactChangeSet &amp;</td><td class="memItemRight bottomAlign"><b><a href="qcontactchangeset.html#operator-eq">operator=</a></b>(const QContactChangeSet &amp;<i>other</i>)</td></tr>
</table></div>
<a name="details"></a>
<!-- $$$QContactChangeSet-description -->
<div class="descr">
<h2 id="details">Detailed Description</h2>
<p>The <a href="qcontactchangeset.html">QContactChangeSet</a> class provides a simple API to simplify the emission of state-change signals from QContactManagerEngine implementations.</p>
<p>This class can be utilised by backend implementations to ensure correct emission of the QContactManagerEngine::dataChanged(), QContactManagerEngine::contactsAdded(), QContactManagerEngine::contactsChanged() and QContactManagerEngine::contactsRemoved().</p>
</div>
<p><b>See also </b>QContactManagerEngine.</p>
<!-- @@@QContactChangeSet -->
<div class="func">
<h2>Member Function Documentation</h2>
<!-- $$$QContactChangeSet[overload1]$$$QContactChangeSet -->
<h3 class="fn" id="QContactChangeSet"><a name="QContactChangeSet"></a>QContactChangeSet::<span class="name">QContactChangeSet</span>()</h3>
<p>Constructs a new change set</p>
<!-- @@@QContactChangeSet -->
<!-- $$$QContactChangeSet$$$QContactChangeSetconstQContactChangeSet& -->
<h3 class="fn" id="QContactChangeSet-1"><a name="QContactChangeSet-1"></a>QContactChangeSet::<span class="name">QContactChangeSet</span>(const <span class="type"><a href="qcontactchangeset.html#QContactChangeSet">QContactChangeSet</a></span> &amp;<i>other</i>)</h3>
<p>Constructs a copy of the <i>other</i> change set</p>
<!-- @@@QContactChangeSet -->
<!-- $$$~QContactChangeSet[overload1]$$$~QContactChangeSet -->
<h3 class="fn" id="dtor.QContactChangeSet"><a name="dtor.QContactChangeSet"></a>QContactChangeSet::<span class="name">~QContactChangeSet</span>()</h3>
<p>Frees the memory used by this change set</p>
<!-- @@@~QContactChangeSet -->
<!-- $$$addedContacts[overload1]$$$addedContacts -->
<h3 class="fn" id="addedContacts"><a name="addedContacts"></a><span class="type">QSet</span>&lt;<span class="type"><a href="qcontactid.html">QContactId</a></span>&gt; QContactChangeSet::<span class="name">addedContacts</span>() const</h3>
<p>Returns the set of ids of contacts which have been added to the database.</p>
<!-- @@@addedContacts -->
<!-- $$$addedRelationshipsContacts[overload1]$$$addedRelationshipsContacts -->
<h3 class="fn" id="addedRelationshipsContacts"><a name="addedRelationshipsContacts"></a><span class="type">QSet</span>&lt;<span class="type"><a href="qcontactid.html">QContactId</a></span>&gt; QContactChangeSet::<span class="name">addedRelationshipsContacts</span>() const</h3>
<p>Returns the set of ids of contacts which have been affected by the addition of relationships to the database.</p>
<!-- @@@addedRelationshipsContacts -->
<!-- $$$changedContacts[overload1]$$$changedContacts -->
<h3 class="fn" id="changedContacts"><a name="changedContacts"></a><span class="type">QSet</span>&lt;<span class="type"><a href="qcontactid.html">QContactId</a></span>&gt; QContactChangeSet::<span class="name">changedContacts</span>() const</h3>
<p>Returns the set of ids of contacts which have been changed in the database.</p>
<!-- @@@changedContacts -->
<!-- $$$clearAddedContacts[overload1]$$$clearAddedContacts -->
<h3 class="fn" id="clearAddedContacts"><a name="clearAddedContacts"></a><span class="type">void</span> QContactChangeSet::<span class="name">clearAddedContacts</span>()</h3>
<p>Clears the set of ids of contacts which have been added to the database</p>
<!-- @@@clearAddedContacts -->
<!-- $$$clearAddedRelationshipsContacts[overload1]$$$clearAddedRelationshipsContacts -->
<h3 class="fn" id="clearAddedRelationshipsContacts"><a name="clearAddedRelationshipsContacts"></a><span class="type">void</span> QContactChangeSet::<span class="name">clearAddedRelationshipsContacts</span>()</h3>
<p>Clears the set of ids of contacts which have been affected by the addition of a relationship to the database.</p>
<!-- @@@clearAddedRelationshipsContacts -->
<!-- $$$clearAll[overload1]$$$clearAll -->
<h3 class="fn" id="clearAll"><a name="clearAll"></a><span class="type">void</span> QContactChangeSet::<span class="name">clearAll</span>()</h3>
<p>Clears all flags and sets of ids in this change set</p>
<!-- @@@clearAll -->
<!-- $$$clearChangedContacts[overload1]$$$clearChangedContacts -->
<h3 class="fn" id="clearChangedContacts"><a name="clearChangedContacts"></a><span class="type">void</span> QContactChangeSet::<span class="name">clearChangedContacts</span>()</h3>
<p>Clears the set of ids of contacts which have been changed to the database</p>
<!-- @@@clearChangedContacts -->
<!-- $$$clearRemovedContacts[overload1]$$$clearRemovedContacts -->
<h3 class="fn" id="clearRemovedContacts"><a name="clearRemovedContacts"></a><span class="type">void</span> QContactChangeSet::<span class="name">clearRemovedContacts</span>()</h3>
<p>Clears the set of ids of contacts which have been removed to the database</p>
<!-- @@@clearRemovedContacts -->
<!-- $$$clearRemovedRelationshipsContacts[overload1]$$$clearRemovedRelationshipsContacts -->
<h3 class="fn" id="clearRemovedRelationshipsContacts"><a name="clearRemovedRelationshipsContacts"></a><span class="type">void</span> QContactChangeSet::<span class="name">clearRemovedRelationshipsContacts</span>()</h3>
<p>Clears the set of ids of contacts which have been affected by the removal of a relationship to the database.</p>
<!-- @@@clearRemovedRelationshipsContacts -->
<!-- $$$dataChanged[overload1]$$$dataChanged -->
<h3 class="fn" id="dataChanged"><a name="dataChanged"></a><span class="type">bool</span> QContactChangeSet::<span class="name">dataChanged</span>()</h3>
<p>Returns the value of the data changed flag</p>
<p><b>See also </b><a href="qcontactchangeset.html#setDataChanged">setDataChanged</a>().</p>
<!-- @@@dataChanged -->
<!-- $$$emitSignals[overload1]$$$emitSignalsQContactManagerEngine* -->
<h3 class="fn" id="emitSignals"><a name="emitSignals"></a><span class="type">void</span> QContactChangeSet::<span class="name">emitSignals</span>(<span class="type">QContactManagerEngine</span> *<i>engine</i>)</h3>
<p>Emits the appropriate signals from the given <i>engine</i> given the state of the change set</p>
<!-- @@@emitSignals -->
<!-- $$$insertAddedContact[overload1]$$$insertAddedContactQContactId -->
<h3 class="fn" id="insertAddedContact"><a name="insertAddedContact"></a><span class="type">void</span> QContactChangeSet::<span class="name">insertAddedContact</span>(<span class="type"><a href="qcontactid.html">QContactId</a></span> <i>addedContactId</i>)</h3>
<p>Inserts the given contact id <i>addedContactId</i> into the set of ids of contacts which have been added to the database.</p>
<!-- @@@insertAddedContact -->
<!-- $$$insertAddedContacts[overload1]$$$insertAddedContactsconstQList<QContactId>& -->
<h3 class="fn" id="insertAddedContacts"><a name="insertAddedContacts"></a><span class="type">void</span> QContactChangeSet::<span class="name">insertAddedContacts</span>(const <span class="type">QList</span>&lt;<span class="type"><a href="qcontactid.html">QContactId</a></span>&gt; &amp;<i>addedContactIds</i>)</h3>
<p>Inserts each of the given contact ids <i>addedContactIds</i> into the set of ids of contacts which have been added to the database.</p>
<!-- @@@insertAddedContacts -->
<!-- $$$insertAddedRelationshipsContact[overload1]$$$insertAddedRelationshipsContactQContactId -->
<h3 class="fn" id="insertAddedRelationshipsContact"><a name="insertAddedRelationshipsContact"></a><span class="type">void</span> QContactChangeSet::<span class="name">insertAddedRelationshipsContact</span>(<span class="type"><a href="qcontactid.html">QContactId</a></span> <i>affectedContactId</i>)</h3>
<p>Inserts the given contact id <i>affectedContactId</i> into the set of ids of contacts which have been affected by the addition of a relationship to the database.</p>
<!-- @@@insertAddedRelationshipsContact -->
<!-- $$$insertAddedRelationshipsContacts[overload1]$$$insertAddedRelationshipsContactsconstQList<QContactId>& -->
<h3 class="fn" id="insertAddedRelationshipsContacts"><a name="insertAddedRelationshipsContacts"></a><span class="type">void</span> QContactChangeSet::<span class="name">insertAddedRelationshipsContacts</span>(const <span class="type">QList</span>&lt;<span class="type"><a href="qcontactid.html">QContactId</a></span>&gt; &amp;<i>affectedContactIds</i>)</h3>
<p>Inserts each of the given contact ids <i>affectedContactIds</i> into the set of ids of contacts which have been affected by the addition of a relationship to the database.</p>
<!-- @@@insertAddedRelationshipsContacts -->
<!-- $$$insertChangedContact[overload1]$$$insertChangedContactQContactId -->
<h3 class="fn" id="insertChangedContact"><a name="insertChangedContact"></a><span class="type">void</span> QContactChangeSet::<span class="name">insertChangedContact</span>(<span class="type"><a href="qcontactid.html">QContactId</a></span> <i>changedContactId</i>)</h3>
<p>Inserts the given contact id <i>changedContactId</i> into the set of ids of contacts which have been changed to the database.</p>
<!-- @@@insertChangedContact -->
<!-- $$$insertChangedContacts[overload1]$$$insertChangedContactsconstQList<QContactId>& -->
<h3 class="fn" id="insertChangedContacts"><a name="insertChangedContacts"></a><span class="type">void</span> QContactChangeSet::<span class="name">insertChangedContacts</span>(const <span class="type">QList</span>&lt;<span class="type"><a href="qcontactid.html">QContactId</a></span>&gt; &amp;<i>changedContactIds</i>)</h3>
<p>Inserts each of the given contact ids <i>changedContactIds</i> into the set of ids of contacts which have been changed to the database.</p>
<!-- @@@insertChangedContacts -->
<!-- $$$insertRemovedContact[overload1]$$$insertRemovedContactQContactId -->
<h3 class="fn" id="insertRemovedContact"><a name="insertRemovedContact"></a><span class="type">void</span> QContactChangeSet::<span class="name">insertRemovedContact</span>(<span class="type"><a href="qcontactid.html">QContactId</a></span> <i>removedContactId</i>)</h3>
<p>Inserts the given contact id <i>removedContactId</i> into the set of ids of contacts which have been removed to the database.</p>
<!-- @@@insertRemovedContact -->
<!-- $$$insertRemovedContacts[overload1]$$$insertRemovedContactsconstQList<QContactId>& -->
<h3 class="fn" id="insertRemovedContacts"><a name="insertRemovedContacts"></a><span class="type">void</span> QContactChangeSet::<span class="name">insertRemovedContacts</span>(const <span class="type">QList</span>&lt;<span class="type"><a href="qcontactid.html">QContactId</a></span>&gt; &amp;<i>removedContactIds</i>)</h3>
<p>Inserts each of the given contact ids <i>removedContactIds</i> into the set of ids of contacts which have been removed to the database.</p>
<!-- @@@insertRemovedContacts -->
<!-- $$$insertRemovedRelationshipsContact[overload1]$$$insertRemovedRelationshipsContactQContactId -->
<h3 class="fn" id="insertRemovedRelationshipsContact"><a name="insertRemovedRelationshipsContact"></a><span class="type">void</span> QContactChangeSet::<span class="name">insertRemovedRelationshipsContact</span>(<span class="type"><a href="qcontactid.html">QContactId</a></span> <i>affectedContactId</i>)</h3>
<p>Inserts the given contact id <i>affectedContactId</i> into the set of ids of contacts which have been affected by the removal of a relationship to the database.</p>
<!-- @@@insertRemovedRelationshipsContact -->
<!-- $$$insertRemovedRelationshipsContacts[overload1]$$$insertRemovedRelationshipsContactsconstQList<QContactId>& -->
<h3 class="fn" id="insertRemovedRelationshipsContacts"><a name="insertRemovedRelationshipsContacts"></a><span class="type">void</span> QContactChangeSet::<span class="name">insertRemovedRelationshipsContacts</span>(const <span class="type">QList</span>&lt;<span class="type"><a href="qcontactid.html">QContactId</a></span>&gt; &amp;<i>affectedContactIds</i>)</h3>
<p>Inserts each of the given contact ids <i>affectedContactIds</i> into the set of ids of contacts which have been affected by the removal of a relationship to the database.</p>
<!-- @@@insertRemovedRelationshipsContacts -->
<!-- $$$oldAndNewSelfContactId[overload1]$$$oldAndNewSelfContactId -->
<h3 class="fn" id="oldAndNewSelfContactId"><a name="oldAndNewSelfContactId"></a><span class="type">QPair</span>&lt;<span class="type"><a href="qcontactid.html">QContactId</a></span>, <span class="type"><a href="qcontactid.html">QContactId</a></span>&gt; QContactChangeSet::<span class="name">oldAndNewSelfContactId</span>() const</h3>
<p>Returns the pair of ids which represents the old and new self contact ids. The first id in the pair is the old self contact id, while the second id in the pair is the new self contact id. If the new id is different to the old id at the point in time when <a href="qcontactchangeset.html#emitSignals">emitSignals</a>() is called, the QContactManagerEngine::selfContactIdChanged() signal will be emitted.</p>
<p><b>See also </b><a href="qcontactchangeset.html#setOldAndNewSelfContactId">setOldAndNewSelfContactId</a>().</p>
<!-- @@@oldAndNewSelfContactId -->
<!-- $$$removedContacts[overload1]$$$removedContacts -->
<h3 class="fn" id="removedContacts"><a name="removedContacts"></a><span class="type">QSet</span>&lt;<span class="type"><a href="qcontactid.html">QContactId</a></span>&gt; QContactChangeSet::<span class="name">removedContacts</span>() const</h3>
<p>Returns the set of ids of contacts which have been removed from the database.</p>
<!-- @@@removedContacts -->
<!-- $$$removedRelationshipsContacts[overload1]$$$removedRelationshipsContacts -->
<h3 class="fn" id="removedRelationshipsContacts"><a name="removedRelationshipsContacts"></a><span class="type">QSet</span>&lt;<span class="type"><a href="qcontactid.html">QContactId</a></span>&gt; QContactChangeSet::<span class="name">removedRelationshipsContacts</span>() const</h3>
<p>Returns the set of ids of contacts which have been affected by the removal of relationships from the database.</p>
<!-- @@@removedRelationshipsContacts -->
<!-- $$$setDataChanged[overload1]$$$setDataChangedbool -->
<h3 class="fn" id="setDataChanged"><a name="setDataChanged"></a><span class="type">void</span> QContactChangeSet::<span class="name">setDataChanged</span>(<span class="type">bool</span> <i>dataChanged</i>)</h3>
<p>Sets the data changed flag to <i>dataChanged</i>. If this is set to true prior to calling <a href="qcontactchangeset.html#emitSignals">emitSignals</a>(), only the QContactManagerEngine::dataChanged() signal will be emitted; otherwise, the appropriate finer-grained signals will be emitted.</p>
<p><b>See also </b><a href="qcontactchangeset.html#dataChanged">dataChanged</a>().</p>
<!-- @@@setDataChanged -->
<!-- $$$setOldAndNewSelfContactId[overload1]$$$setOldAndNewSelfContactIdconstQPair<QContactId,QContactId>& -->
<h3 class="fn" id="setOldAndNewSelfContactId"><a name="setOldAndNewSelfContactId"></a><span class="type">void</span> QContactChangeSet::<span class="name">setOldAndNewSelfContactId</span>(const <span class="type">QPair</span>&lt;<span class="type"><a href="qcontactid.html">QContactId</a></span>, <span class="type"><a href="qcontactid.html">QContactId</a></span>&gt; &amp;<i>oldAndNewContactId</i>)</h3>
<p>Sets the pair of ids which represent the old and new self contact ids to the given pair of ids <i>oldAndNewContactId</i>. The first id in the pair is the old self contact id, while the second id in the pair is the new self contact id. If the new id is different to the old id at the point in time when <a href="qcontactchangeset.html#emitSignals">emitSignals</a>() is called, the QContactManagerEngine::selfContactIdChanged signal will be emitted.</p>
<p><b>See also </b><a href="qcontactchangeset.html#oldAndNewSelfContactId">oldAndNewSelfContactId</a>().</p>
<!-- @@@setOldAndNewSelfContactId -->
<!-- $$$operator=[overload1]$$$operator=constQContactChangeSet& -->
<h3 class="fn" id="operator-eq"><a name="operator-eq"></a><span class="type"><a href="qcontactchangeset.html#QContactChangeSet">QContactChangeSet</a></span> &amp;QContactChangeSet::<span class="name">operator=</span>(const <span class="type"><a href="qcontactchangeset.html#QContactChangeSet">QContactChangeSet</a></span> &amp;<i>other</i>)</h3>
<p>Assigns this change set to be equal to <i>other</i></p>
<!-- @@@operator= -->
</div>
        </div>
       </div>
   </div>
   </div>
</div>
<div class="footer">
   <p>
   <acronym title="Copyright">&copy;</acronym> 2017 The Qt Company Ltd.
   Documentation contributions included herein are the copyrights of
   their respective owners.<br>    The documentation provided herein is licensed under the terms of the    <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation    License version 1.3</a> as published by the Free Software Foundation.<br>    Qt and respective logos are trademarks of The Qt Company Ltd.     in Finland and/or other countries worldwide. All other trademarks are property
   of their respective owners. </p>
</div>
</body>
</html>