Detailed Description
The QPimSource class holds identifying information for a storage source of PIM data.
The QPimSource class includes:
- a universal identifier representing the QPimContext that created the source
- an identity string representing the source within that context.
See also QAppointmentModel, QContactModel, QTaskModel, and Pim Library.
Member Function Documentation
bool QPimSource::isNull () const
Returns true if the source is null, otherwise false.
bool QPimSource::operator!= ( const QPimSource & other ) const
Returns true if this source is not equal to other, otherwise false.
bool QPimSource::operator< ( const QPimSource & other ) const
Returns true if this source is less than other, otherwise false.
bool QPimSource::operator== ( const QPimSource & other ) const
Returns true if this source is equal to other, otherwise false.
Member Variable Documentation
QUuid QPimSource::context
This variable holds the unique id representing the QPimContext that controls the source.
QString QPimSource::identity
This variable holds the context string to identify multiple sources from a single QPimContext.
Related Non-Members
uint qHash ( const QPimSource & s )
This is an overloaded member function, provided for convenience.
Returns a hash value for the source s.