Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The CallContactModel class provides underlying model for the call contact list view. More...
#include <CallContactModel>
Inherits QAbstractListModel.
The CallContactModel class provides underlying model for the call contact list view.
This model is based on a QAbstractListModel and maintains CallContactItems. Together with CallContactListView, CallContactItem and CallContactDelegate it provides a model-view representation of call contact information.
This class is part of the Qt Extended server and cannot be used by other Qt Extended applications.
Creates a new CallContactModel based on the given callList. parent is the standard QObject parent parameter.
Destroys the model.
Returns the currently applied filter for this model.
Emitted when the current filter changes. The new filter value is filter.
Returns the CallContactItem at position index in the model.
Reinitializes the call items in the model.
Resets the model to its original in any attached CallContactListView. All contact items will be removed in the process.
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |