Viadeo Twitter Google Bookmarks ! Facebook Digg del.icio.us MySpace Yahoo MyWeb Blinklist Netvouz Reddit Simpy StumbleUpon Bookmarks Windows Live Favorites 
Logo Documentation Qt ·  Page d'accueil  ·  Toutes les classes  ·  Toutes les fonctions  ·  Vues d'ensemble  · 

QCallList Class Reference
[QtTelephonyModule]

The QCallList class provides an interface for recording the details of dialed, received, and missed calls. More...

    #include <QCallList>

Inherits QObject.

Public Types

Public Functions

  • 29 public functions inherited from QObject

Signals

Additional Inherited Members

  • 1 property inherited from QObject
  • 1 public slot inherited from QObject
  • 1 public type inherited from QObject
  • 4 static public members inherited from QObject
  • 7 protected functions inherited from QObject
  • 2 protected variables inherited from QObject

Detailed Description

The QCallList class provides an interface for recording the details of dialed, received, and missed calls.

See also QCallListItem.


Member Type Documentation

enum QCallList::DuplicateBehaviour

Defines the duplicate handling behavior of QCallList::record().

ConstantValueDescription
QCallList::AllowDuplicates0Allow duplicate numbers in the call list.
QCallList::OverwriteDuplicates1Overwrite recent duplicate numbers in the call list.

enum QCallList::ListType

Defines the type of the call list.

ConstantValueDescription
QCallList::All0List of all types of calls.
QCallList::Dialed1List of outgoing calls.
QCallList::Received2List of incoming calls.
QCallList::Missed3List of missed calls.


Member Function Documentation

QCallList::QCallList ( int maxItemCount = -1 )

Constructs a QCallList with an item limit of maxItemCount.

QCallList::~QCallList ()

Destructs the QCallList

QList<QCallListItem> QCallList::allCalls () const

Returns a QList containing this QCallList's calls.

QCallListItem QCallList::at ( uint posn ) const

Returns the QCallListItem at posn.

See also count().

void QCallList::clear ()

Clears the QCallList and saves the changes to the database. updated() signal is emitted.

uint QCallList::count () const

Returns the number of items in the QCallList.

See also at().

int QCallList::maxItems () const

Returns the item limit of the list.

See also setMaxItems().

void QCallList::record ( QCallListItem item, DuplicateBehaviour duplicates = AllowDuplicates )

Records the call item. If duplicates is AllowDuplicates (the default) duplicates of the number in item are allowed in the QCallList, otherwise any duplicate of the number is removed. The changes are saved to disk immediately.

Duplicates occur when the same number is dialed, received, or missed as a previously recorded call. The duplicate entry is stored with the new start and end times. If duplicates is OverwriteDuplicates, and the number was recently seen, then the original start and end times will be replaced with the new start and end times.

The OverwriteDuplicates flag is primarily used to collapse several recent entries for the same number into a single entry. This is mostly useful for repeated dial attempts, or repeated missed calls, where it is only interesting when the last attempt was made, not a full log of all attempts.

void QCallList::removeAll ( const QString & number )

Removes all items with the same number from the list. The changes a saved to the database immediately and updated() signal is emitted.

See also removeAt().

void QCallList::removeAll ( QCallListItem::CallType type )

This is an overloaded member function, provided for convenience.

Removes all items with the same type from the list. The changes are recorded to the database immediately and updated() signal is emitted.

See also removeAt().

void QCallList::removeAt ( uint posn )

Removes the item at posn from the list and saves the changes to the database. updated() signal is emitted.

See also removeAll().

QList<QCallListItem> QCallList::searchCalls ( SearchOptions & options ) const

Returns a QList containing QCallListItems that satisfy the search criteria options.

void QCallList::setMaxItems ( const int & l )

Sets the item limit of the list to l.

See also maxItems().

void QCallList::updated ()   [signal]

This signal is emitted whenever call list is updated.

See also clear(), record(), removeAll(), and removeAt().

Publicité

Best Of

Actualités les plus lues

Semaine
Mois
Année
  1. « Quelque chose ne va vraiment pas avec les développeurs "modernes" », un développeur à "l'ancienne" critique la multiplication des bibliothèques 82
  2. Apercevoir la troisième dimension ou l'utilisation multithreadée d'OpenGL dans Qt, un article des Qt Quarterly traduit par Guillaume Belz 0
  3. Les développeurs ignorent-ils trop les failles découvertes dans leur code ? Prenez-vous en compte les remarques des autres ? 17
  4. BlackBerry 10 : premières images du prochain OS de RIM qui devrait intégrer des widgets et des tuiles inspirées de Windows Phone 0
  5. Quelles nouveautés de C++11 Visual C++ doit-il rapidement intégrer ? Donnez-nous votre avis 10
  6. Adieu qmake, bienvenue qbs : Qt Building Suite, un outil déclaratif et extensible pour la compilation de projets Qt 17
  7. 2017 : un quinquennat pour une nouvelle version du C++ ? Possible, selon Herb Sutter 6
Page suivante

Le Qt Quarterly au hasard

Logo

Les formes du pluriel dans les traductions

Qt Quarterly est la revue trimestrielle proposée par Nokia et à destination des développeurs Qt. Ces articles d'une grande qualité technique sont rédigés par des experts Qt. Lire l'article.

Communauté

Ressources

Liens utiles

Contact

  • Vous souhaitez rejoindre la rédaction ou proposer un tutoriel, une traduction, une question... ? Postez dans le forum Contribuez ou contactez-nous par MP ou par email (voir en bas de page).

Qt dans le magazine

Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. Qt qtextended4.4
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD.
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP !
 
 
 
 
Partenaires

Hébergement Web