Filter Class
(Sailfish::Mdm::CallStatistics::Filter)
Describes a filter for searching the phone call statistics. More...
Header: | #include <mdm-callstatistics.h>
|
Public Variables
Detailed Description
Describes a filter for searching the phone call statistics.
Member Variable Documentation
CallType Filter::callType = AnyCallType
The type of call to match when searching.
QDateTime Filter::end
The last date/time to match when searching.
The search results will contain calls made between Filter::start and Filter::end (inclusive).
QDateTime Filter::start
The first date/time to match when searching.
The search results will contain calls made between Filter::start and Filter::end (inclusive).
TimeInterval Filter::timeInterval = NoTimeInterval
The time interval to use to group the results of a search.
See also CallStatistics::TimeInterval.