Home · Modules · All Classes · All Namespaces
Public Member Functions | List of all members
Tp::ContactSearchChannel::SearchStateChangeDetails Class Reference

The ContactSearchChannel::SearchStateChangeDetails class provides a wrapper around the details for a search state change. More...

#include <TelepathyQt/ContactSearchChannel>

Public Member Functions

 SearchStateChangeDetails ()
 
 SearchStateChangeDetails (const SearchStateChangeDetails &other)
 
 ~SearchStateChangeDetails ()
 
bool isValid () const
 
SearchStateChangeDetailsoperator= (const SearchStateChangeDetails &other)
 
bool hasDebugMessage () const
 
QString debugMessage () const
 
QVariantMap allDetails () const
 

Detailed Description

The ContactSearchChannel::SearchStateChangeDetails class provides a wrapper around the details for a search state change.

See also
ContactSearchChannel

Constructor & Destructor Documentation

◆ SearchStateChangeDetails() [1/2]

Tp::ContactSearchChannel::SearchStateChangeDetails::SearchStateChangeDetails ( )

◆ SearchStateChangeDetails() [2/2]

Tp::ContactSearchChannel::SearchStateChangeDetails::SearchStateChangeDetails ( const SearchStateChangeDetails other)

◆ ~SearchStateChangeDetails()

Tp::ContactSearchChannel::SearchStateChangeDetails::~SearchStateChangeDetails ( )

Member Function Documentation

◆ isValid()

bool Tp::ContactSearchChannel::SearchStateChangeDetails::isValid ( ) const
inline

◆ operator=()

ContactSearchChannel::SearchStateChangeDetails & Tp::ContactSearchChannel::SearchStateChangeDetails::operator= ( const SearchStateChangeDetails other)

◆ hasDebugMessage()

bool Tp::ContactSearchChannel::SearchStateChangeDetails::hasDebugMessage ( ) const
inline

◆ debugMessage()

QString Tp::ContactSearchChannel::SearchStateChangeDetails::debugMessage ( ) const
inline

◆ allDetails()

QVariantMap Tp::ContactSearchChannel::SearchStateChangeDetails::allDetails ( ) const