DNSSD::DomainBrowser Class Reference
Class used to provide current list of domains for browsing. More...
#include <domainbrowser.h>
Inheritance diagram for DNSSD::DomainBrowser:

Signals | |
void | domainRemoved (const QString &) |
void | domainAdded (const QString &) |
Public Member Functions | |
DomainBrowser (QObject *parent=0) | |
DomainBrowser (const QStringList &domains, bool recursive=false, QObject *parent=0) | |
const QStringList & | domains () const |
void | startBrowse () |
bool | isRunning () const |
Protected Member Functions | |
virtual void | virtual_hook (int, void *) |
Detailed Description
Class used to provide current list of domains for browsing.
- Author:
- Jakub Stachowski
Definition at line 41 of file domainbrowser.h.
Constructor & Destructor Documentation
|
Standard constructor. It takes all parameters from global configuration. All changes in configuration are applied immediately.
Definition at line 40 of file domainbrowser.cpp. |
|
Constructor that creates browser for domain list. This does not use global configuration at all.
Definition at line 52 of file domainbrowser.cpp. |
Member Function Documentation
|
Current list of domains to browse.
Definition at line 134 of file domainbrowser.cpp. |
|
Starts browsing. To stop destroy this object. Definition at line 68 of file domainbrowser.cpp. References domainAdded(), and DNSSD::Query::startQuery(). |
|
Returns true when browse has already started.
Definition at line 139 of file domainbrowser.cpp. |
|
Emitted when domain has been removed from browsing list.
|
|
New domain has been discovered. Also emitted for domain specified in constructor and in global configuration Referenced by startBrowse(). |
The documentation for this class was generated from the following files: