DNSSD
servicebase.cpp
Go to the documentation of this file.
75 return d->m_domain==o.d->m_domain && d->m_serviceName==o.d->m_serviceName && d->m_type==o.d->m_type;
bool operator!=(const ServiceBase &o) const
Compares services based on name, type and domain.
Definition: servicebase.cpp:78
virtual void virtual_hook(int, void *)
Definition: servicebase.cpp:83
bool domainIsLocal(const QString &domain)
Check if the domain is link-local.
Definition: servicebase.cpp:87
Definition: servicebase_p.h:29
ServiceBase(const QString &name=QString(), const QString &type=QString(), const QString &domain=QString(), const QString &host=QString(), unsigned short port=0)
Creates a ServiceBase object.
Definition: servicebase.cpp:30
bool operator==(const ServiceBase &o) const
Compares services based on name, type and domain.
Definition: servicebase.cpp:73
QMap< QString, QByteArray > textData() const
Additional text data associated with the service.
Definition: servicebase.cpp:68
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:30 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:30 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.