summaryrefslogtreecommitdiffabout
path: root/kabc/addressee.h
authorulf69 <ulf69>2004-09-09 18:57:57 (UTC)
committer ulf69 <ulf69>2004-09-09 18:57:57 (UTC)
commit880518b6f1d4b06e3df45224c244d9c62f6fb7a9 (patch) (unidiff)
tree2b0b5a0c7e40481c31f29ff2bd98aa6abb4c6c90 /kabc/addressee.h
parent72860f2b84ba97de9223238d9fb97edc0804cc68 (diff)
downloadkdepimpi-880518b6f1d4b06e3df45224c244d9c62f6fb7a9.zip
kdepimpi-880518b6f1d4b06e3df45224c244d9c62f6fb7a9.tar.gz
kdepimpi-880518b6f1d4b06e3df45224c244d9c62f6fb7a9.tar.bz2
added sip type to phonnumbers
Diffstat (limited to 'kabc/addressee.h') (more/less context) (ignore whitespace changes)
-rw-r--r--kabc/addressee.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/kabc/addressee.h b/kabc/addressee.h
index 393d1cc..27782f9 100644
--- a/kabc/addressee.h
+++ b/kabc/addressee.h
@@ -144,384 +144,389 @@ class Addressee
144 /** 144 /**
145 Set family name. 145 Set family name.
146 */ 146 */
147 void setFamilyName( const QString &familyName ); 147 void setFamilyName( const QString &familyName );
148 /** 148 /**
149 Return family name. 149 Return family name.
150 */ 150 */
151 QString familyName() const; 151 QString familyName() const;
152 /** 152 /**
153 Return translated label for familyName field. 153 Return translated label for familyName field.
154 */ 154 */
155 static QString familyNameLabel(); 155 static QString familyNameLabel();
156 156
157 /** 157 /**
158 Set given name. 158 Set given name.
159 */ 159 */
160 void setGivenName( const QString &givenName ); 160 void setGivenName( const QString &givenName );
161 /** 161 /**
162 Return given name. 162 Return given name.
163 */ 163 */
164 QString givenName() const; 164 QString givenName() const;
165 /** 165 /**
166 Return translated label for givenName field. 166 Return translated label for givenName field.
167 */ 167 */
168 static QString givenNameLabel(); 168 static QString givenNameLabel();
169 169
170 /** 170 /**
171 Set additional names. 171 Set additional names.
172 */ 172 */
173 void setAdditionalName( const QString &additionalName ); 173 void setAdditionalName( const QString &additionalName );
174 /** 174 /**
175 Return additional names. 175 Return additional names.
176 */ 176 */
177 QString additionalName() const; 177 QString additionalName() const;
178 /** 178 /**
179 Return translated label for additionalName field. 179 Return translated label for additionalName field.
180 */ 180 */
181 static QString additionalNameLabel(); 181 static QString additionalNameLabel();
182 182
183 /** 183 /**
184 Set honorific prefixes. 184 Set honorific prefixes.
185 */ 185 */
186 void setPrefix( const QString &prefix ); 186 void setPrefix( const QString &prefix );
187 /** 187 /**
188 Return honorific prefixes. 188 Return honorific prefixes.
189 */ 189 */
190 QString prefix() const; 190 QString prefix() const;
191 /** 191 /**
192 Return translated label for prefix field. 192 Return translated label for prefix field.
193 */ 193 */
194 static QString prefixLabel(); 194 static QString prefixLabel();
195 195
196 /** 196 /**
197 Set honorific suffixes. 197 Set honorific suffixes.
198 */ 198 */
199 void setSuffix( const QString &suffix ); 199 void setSuffix( const QString &suffix );
200 /** 200 /**
201 Return honorific suffixes. 201 Return honorific suffixes.
202 */ 202 */
203 QString suffix() const; 203 QString suffix() const;
204 /** 204 /**
205 Return translated label for suffix field. 205 Return translated label for suffix field.
206 */ 206 */
207 static QString suffixLabel(); 207 static QString suffixLabel();
208 208
209 /** 209 /**
210 Set nick name. 210 Set nick name.
211 */ 211 */
212 void setNickName( const QString &nickName ); 212 void setNickName( const QString &nickName );
213 /** 213 /**
214 Return nick name. 214 Return nick name.
215 */ 215 */
216 QString nickName() const; 216 QString nickName() const;
217 /** 217 /**
218 Return translated label for nickName field. 218 Return translated label for nickName field.
219 */ 219 */
220 static QString nickNameLabel(); 220 static QString nickNameLabel();
221 221
222 /** 222 /**
223 Set birthday. 223 Set birthday.
224 */ 224 */
225 void setBirthday( const QDateTime &birthday ); 225 void setBirthday( const QDateTime &birthday );
226 /** 226 /**
227 Return birthday. 227 Return birthday.
228 */ 228 */
229 QDateTime birthday() const; 229 QDateTime birthday() const;
230 /** 230 /**
231 Return translated label for birthday field. 231 Return translated label for birthday field.
232 */ 232 */
233 static QString birthdayLabel(); 233 static QString birthdayLabel();
234 234
235 /** 235 /**
236 Return translated label for homeAddressStreet field. 236 Return translated label for homeAddressStreet field.
237 */ 237 */
238 static QString homeAddressStreetLabel(); 238 static QString homeAddressStreetLabel();
239 239
240 /** 240 /**
241 Return translated label for homeAddressLocality field. 241 Return translated label for homeAddressLocality field.
242 */ 242 */
243 static QString homeAddressLocalityLabel(); 243 static QString homeAddressLocalityLabel();
244 244
245 /** 245 /**
246 Return translated label for homeAddressRegion field. 246 Return translated label for homeAddressRegion field.
247 */ 247 */
248 static QString homeAddressRegionLabel(); 248 static QString homeAddressRegionLabel();
249 249
250 /** 250 /**
251 Return translated label for homeAddressPostalCode field. 251 Return translated label for homeAddressPostalCode field.
252 */ 252 */
253 static QString homeAddressPostalCodeLabel(); 253 static QString homeAddressPostalCodeLabel();
254 254
255 /** 255 /**
256 Return translated label for homeAddressCountry field. 256 Return translated label for homeAddressCountry field.
257 */ 257 */
258 static QString homeAddressCountryLabel(); 258 static QString homeAddressCountryLabel();
259 259
260 /** 260 /**
261 Return translated label for homeAddressLabel field. 261 Return translated label for homeAddressLabel field.
262 */ 262 */
263 static QString homeAddressLabelLabel(); 263 static QString homeAddressLabelLabel();
264 264
265 /** 265 /**
266 Return translated label for businessAddressStreet field. 266 Return translated label for businessAddressStreet field.
267 */ 267 */
268 static QString businessAddressStreetLabel(); 268 static QString businessAddressStreetLabel();
269 269
270 /** 270 /**
271 Return translated label for businessAddressLocality field. 271 Return translated label for businessAddressLocality field.
272 */ 272 */
273 static QString businessAddressLocalityLabel(); 273 static QString businessAddressLocalityLabel();
274 274
275 /** 275 /**
276 Return translated label for businessAddressRegion field. 276 Return translated label for businessAddressRegion field.
277 */ 277 */
278 static QString businessAddressRegionLabel(); 278 static QString businessAddressRegionLabel();
279 279
280 /** 280 /**
281 Return translated label for businessAddressPostalCode field. 281 Return translated label for businessAddressPostalCode field.
282 */ 282 */
283 static QString businessAddressPostalCodeLabel(); 283 static QString businessAddressPostalCodeLabel();
284 284
285 /** 285 /**
286 Return translated label for businessAddressCountry field. 286 Return translated label for businessAddressCountry field.
287 */ 287 */
288 static QString businessAddressCountryLabel(); 288 static QString businessAddressCountryLabel();
289 289
290 /** 290 /**
291 Return translated label for businessAddressLabel field. 291 Return translated label for businessAddressLabel field.
292 */ 292 */
293 static QString businessAddressLabelLabel(); 293 static QString businessAddressLabelLabel();
294 294
295 /** 295 /**
296 Return translated label for homePhone field. 296 Return translated label for homePhone field.
297 */ 297 */
298 static QString homePhoneLabel(); 298 static QString homePhoneLabel();
299 299
300 /** 300 /**
301 Return translated label for businessPhone field. 301 Return translated label for businessPhone field.
302 */ 302 */
303 static QString businessPhoneLabel(); 303 static QString businessPhoneLabel();
304 304
305 /** 305 /**
306 Return translated label for mobilePhone field. 306 Return translated label for mobilePhone field.
307 */ 307 */
308 static QString mobilePhoneLabel(); 308 static QString mobilePhoneLabel();
309 309
310 /** 310 /**
311 Return translated label for homeFax field. 311 Return translated label for homeFax field.
312 */ 312 */
313 static QString homeFaxLabel(); 313 static QString homeFaxLabel();
314 314
315 /** 315 /**
316 Return translated label for businessFax field. 316 Return translated label for businessFax field.
317 */ 317 */
318 static QString businessFaxLabel(); 318 static QString businessFaxLabel();
319 319
320 /** 320 /**
321 Return translated label for carPhone field. 321 Return translated label for carPhone field.
322 */ 322 */
323 static QString carPhoneLabel(); 323 static QString carPhoneLabel();
324 324
325 /** 325 /**
326 Return translated label for isdn field. 326 Return translated label for isdn field.
327 */ 327 */
328 static QString isdnLabel(); 328 static QString isdnLabel();
329 329
330 /** 330 /**
331 Return translated label for pager field. 331 Return translated label for pager field.
332 */ 332 */
333 static QString pagerLabel(); 333 static QString pagerLabel();
334 334
335 /** 335 /**
336 Return translated label for sip field.
337 */
338 static QString sipLabel();
339
340 /**
336 Return translated label for email field. 341 Return translated label for email field.
337 */ 342 */
338 static QString emailLabel(); 343 static QString emailLabel();
339 344
340 /** 345 /**
341 Set mail client. 346 Set mail client.
342 */ 347 */
343 void setMailer( const QString &mailer ); 348 void setMailer( const QString &mailer );
344 /** 349 /**
345 Return mail client. 350 Return mail client.
346 */ 351 */
347 QString mailer() const; 352 QString mailer() const;
348 /** 353 /**
349 Return translated label for mailer field. 354 Return translated label for mailer field.
350 */ 355 */
351 static QString mailerLabel(); 356 static QString mailerLabel();
352 357
353 /** 358 /**
354 Set time zone. 359 Set time zone.
355 */ 360 */
356 void setTimeZone( const TimeZone &timeZone ); 361 void setTimeZone( const TimeZone &timeZone );
357 /** 362 /**
358 Return time zone. 363 Return time zone.
359 */ 364 */
360 TimeZone timeZone() const; 365 TimeZone timeZone() const;
361 /** 366 /**
362 Return translated label for timeZone field. 367 Return translated label for timeZone field.
363 */ 368 */
364 static QString timeZoneLabel(); 369 static QString timeZoneLabel();
365 370
366 /** 371 /**
367 Set geographic position. 372 Set geographic position.
368 */ 373 */
369 void setGeo( const Geo &geo ); 374 void setGeo( const Geo &geo );
370 /** 375 /**
371 Return geographic position. 376 Return geographic position.
372 */ 377 */
373 Geo geo() const; 378 Geo geo() const;
374 /** 379 /**
375 Return translated label for geo field. 380 Return translated label for geo field.
376 */ 381 */
377 static QString geoLabel(); 382 static QString geoLabel();
378 383
379 /** 384 /**
380 Set title. 385 Set title.
381 */ 386 */
382 void setTitle( const QString &title ); 387 void setTitle( const QString &title );
383 /** 388 /**
384 Return title. 389 Return title.
385 */ 390 */
386 QString title() const; 391 QString title() const;
387 /** 392 /**
388 Return translated label for title field. 393 Return translated label for title field.
389 */ 394 */
390 static QString titleLabel(); 395 static QString titleLabel();
391 396
392 /** 397 /**
393 Set role. 398 Set role.
394 */ 399 */
395 void setRole( const QString &role ); 400 void setRole( const QString &role );
396 /** 401 /**
397 Return role. 402 Return role.
398 */ 403 */
399 QString role() const; 404 QString role() const;
400 /** 405 /**
401 Return translated label for role field. 406 Return translated label for role field.
402 */ 407 */
403 static QString roleLabel(); 408 static QString roleLabel();
404 409
405 /** 410 /**
406 Set organization. 411 Set organization.
407 */ 412 */
408 void setOrganization( const QString &organization ); 413 void setOrganization( const QString &organization );
409 /** 414 /**
410 Return organization. 415 Return organization.
411 */ 416 */
412 QString organization() const; 417 QString organization() const;
413 /** 418 /**
414 Return translated label for organization field. 419 Return translated label for organization field.
415 */ 420 */
416 static QString organizationLabel(); 421 static QString organizationLabel();
417 422
418 /** 423 /**
419 Set note. 424 Set note.
420 */ 425 */
421 void setNote( const QString &note ); 426 void setNote( const QString &note );
422 /** 427 /**
423 Return note. 428 Return note.
424 */ 429 */
425 QString note() const; 430 QString note() const;
426 /** 431 /**
427 Return translated label for note field. 432 Return translated label for note field.
428 */ 433 */
429 static QString noteLabel(); 434 static QString noteLabel();
430 435
431 /** 436 /**
432 Set product identifier. 437 Set product identifier.
433 */ 438 */
434 void setProductId( const QString &productId ); 439 void setProductId( const QString &productId );
435 /** 440 /**
436 Return product identifier. 441 Return product identifier.
437 */ 442 */
438 QString productId() const; 443 QString productId() const;
439 /** 444 /**
440 Return translated label for productId field. 445 Return translated label for productId field.
441 */ 446 */
442 static QString productIdLabel(); 447 static QString productIdLabel();
443 448
444 /** 449 /**
445 Set revision date. 450 Set revision date.
446 */ 451 */
447 void setRevision( const QDateTime &revision ); 452 void setRevision( const QDateTime &revision );
448 /** 453 /**
449 Return revision date. 454 Return revision date.
450 */ 455 */
451 QDateTime revision() const; 456 QDateTime revision() const;
452 /** 457 /**
453 Return translated label for revision field. 458 Return translated label for revision field.
454 */ 459 */
455 static QString revisionLabel(); 460 static QString revisionLabel();
456 461
457 /** 462 /**
458 Set sort string. 463 Set sort string.
459 */ 464 */
460 void setSortString( const QString &sortString ); 465 void setSortString( const QString &sortString );
461 /** 466 /**
462 Return sort string. 467 Return sort string.
463 */ 468 */
464 QString sortString() const; 469 QString sortString() const;
465 /** 470 /**
466 Return translated label for sortString field. 471 Return translated label for sortString field.
467 */ 472 */
468 static QString sortStringLabel(); 473 static QString sortStringLabel();
469 474
470 /** 475 /**
471 Set URL. 476 Set URL.
472 */ 477 */
473 void setUrl( const KURL &url ); 478 void setUrl( const KURL &url );
474 /** 479 /**
475 Return URL. 480 Return URL.
476 */ 481 */
477 KURL url() const; 482 KURL url() const;
478 /** 483 /**
479 Return translated label for url field. 484 Return translated label for url field.
480 */ 485 */
481 static QString urlLabel(); 486 static QString urlLabel();
482 487
483 /** 488 /**
484 Set security class. 489 Set security class.
485 */ 490 */
486 void setSecrecy( const Secrecy &secrecy ); 491 void setSecrecy( const Secrecy &secrecy );
487 /** 492 /**
488 Return security class. 493 Return security class.
489 */ 494 */
490 Secrecy secrecy() const; 495 Secrecy secrecy() const;
491 /** 496 /**
492 Return translated label for secrecy field. 497 Return translated label for secrecy field.
493 */ 498 */
494 static QString secrecyLabel(); 499 static QString secrecyLabel();
495 500
496 /** 501 /**
497 Set logo. 502 Set logo.
498 */ 503 */
499 void setLogo( const Picture &logo ); 504 void setLogo( const Picture &logo );
500 /** 505 /**
501 Return logo. 506 Return logo.
502 */ 507 */
503 Picture logo() const; 508 Picture logo() const;
504 /** 509 /**
505 Return translated label for logo field. 510 Return translated label for logo field.
506 */ 511 */
507 static QString logoLabel(); 512 static QString logoLabel();
508 513
509 /** 514 /**
510 Set photo. 515 Set photo.
511 */ 516 */
512 void setPhoto( const Picture &photo ); 517 void setPhoto( const Picture &photo );
513 /** 518 /**
514 Return photo. 519 Return photo.
515 */ 520 */
516 Picture photo() const; 521 Picture photo() const;
517 /** 522 /**
518 Return translated label for photo field. 523 Return translated label for photo field.
519 */ 524 */
520 static QString photoLabel(); 525 static QString photoLabel();
521 526
522 /** 527 /**
523 Set sound. 528 Set sound.
524 */ 529 */
525 void setSound( const Sound &sound ); 530 void setSound( const Sound &sound );
526 /** 531 /**
527 Return sound. 532 Return sound.