Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The CallContactListView class provides a view for call entries. More...
#include <CallContactListView>
Inherits QSmoothList.
The CallContactListView class provides a view for call entries.
The view is based on a QSmoothList and provides a visual representation of call records. It uses CallContactModel to manage the underlying data and uses CallContactDelegate to render the content.
This class is part of the Qt Extended server and cannot be used by other Qt Extended applications.
Creates a new view with the given parent.
Destroys the view.
Adds the currently selected call number to a contact.
Returns the contact at position idx.
Emitted upon reception of a hangup request by the user.
Returns the phone number at position idx.
Shows the contact information for the currently selected entry. If the current entry doesn't have any contact information this function does nothing.
Emitted when the has requested to dial a number associated with contactId.
Reset the internal state of the list.
Sends a message to the currently selected entry.
Sets the newMessage to be shown while the list is empty.
Sets the model for the view.
Reverts any currently applied filter settings such as those applied by calling showRelatedCalls().
The view ionly shows call entries which are related to the currently selected entry (e.g. have the same number).
Updates the actions in the context menu based on the current selection.
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |