Allows to browse avahi services in the local network. More...
Header: | #include <QtAvahiServiceBrowserImplementation> |
Inherits: | QtAvahiServiceBrowser |
QtAvahiServiceBrowserImplementation(QObject * parent = nullptr) | |
~QtAvahiServiceBrowserImplementation() |
virtual bool | available() const |
virtual bool | enabled() const |
virtual QList<AvahiServiceEntry> | serviceEntries() const |
virtual void | setEnabled(bool enabled) |
Allows to browse avahi services in the local network.
Constructs a new QtAvahiServiceBrowserImplementation with the given parent.
Destructs this QtAvahiServiceBrowserImplementation.
[virtual]
bool QtAvahiServiceBrowserImplementation::available() const[virtual]
bool QtAvahiServiceBrowserImplementation::enabled() constSee also setEnabled().
[virtual]
QList<AvahiServiceEntry> QtAvahiServiceBrowserImplementation::serviceEntries() constReimplemented from QtAvahiServiceBrowser::serviceEntries().
Returns the current AvahiServiceEntry list of this QtAvahiServiceBrowserImplementation.
[virtual protected]
void QtAvahiServiceBrowserImplementation::setEnabled(bool enabled)See also enabled().