• Skip to content
  • Skip to link menu
KDE 4.1 API Reference
  • KDE API Reference
  • kdelibs
  • Sitemap
  • Contact Us
 

DNSSD

publicservice.h

Go to the documentation of this file.
00001 /* This file is part of the KDE project
00002  *
00003  * Copyright (C) 2004, 2005 Jakub Stachowski <qbast@go2.pl>
00004  *
00005  * This library is free software; you can redistribute it and/or
00006  * modify it under the terms of the GNU Library General Public
00007  * License as published by the Free Software Foundation; either
00008  * version 2 of the License, or (at your option) any later version.
00009  *
00010  * This library is distributed in the hope that it will be useful,
00011  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00012  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00013  * Library General Public License for more details.
00014  *
00015  * You should have received a copy of the GNU Library General Public License
00016  * along with this library; see the file COPYING.LIB.  If not, write to
00017  * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
00018  * Boston, MA 02110-1301, USA.
00019  */
00020 
00021 #ifndef DNSSDPUBLICSERVICE_H
00022 #define DNSSDPUBLICSERVICE_H
00023 
00024 #include <QtCore/QObject>
00025 #include <dnssd/servicebase.h>
00026 #include <QtCore/QStringList>
00027 
00028 namespace DNSSD
00029 {
00030 class PublicServicePrivate;
00031 
00058 class KDNSSD_EXPORT PublicService : public QObject, public ServiceBase
00059 {
00060     Q_OBJECT
00061 public:
00072     explicit PublicService(const QString& name=QString(),const QString& type=QString(),
00073               unsigned int port=0,const QString& domain=QString(), const QStringList& subtypes=QStringList());
00074 
00075     ~PublicService();
00076     
00081     void stop();
00082     
00087     bool publish();
00088     
00092     bool isPublished() const;
00093     
00099     void publishAsync();
00100 
00104     void setTextData(const QMap<QString,QByteArray>& textData);
00105     
00109     void setServiceName(const QString& serviceName);
00110     
00115     void setType(const QString& type);
00116 
00121     void setSubTypes(const QStringList& subtypes);
00122 
00126     void setPort(unsigned short port); 
00127     
00132     void setDomain(const QString& domain);
00133     
00137     QStringList subtypes() const;
00138 Q_SIGNALS:
00143     void published(bool);
00144 private:
00145     friend class PublicServicePrivate;
00146 
00147 protected:
00148     virtual void virtual_hook(int, void*);
00149 };
00150 
00151 
00152 }
00153 
00154 #endif

DNSSD

Skip menu "DNSSD"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

kdelibs

Skip menu "kdelibs"
  • DNSSD
  • Interfaces
  •   KHexEdit
  •   KMediaPlayer
  •   KSpeech
  •   KTextEditor
  • Kate
  • kconf_update
  • KDE3Support
  •   KUnitTest
  • KDECore
  • KDED
  • KDEsu
  • KDEUI
  • KDocTools
  • KFile
  • KHTML
  • KImgIO
  • KInit
  • KIO
  • KIOSlave
  • KJS
  •   KJS-API
  •   WTF
  • kjsembed
  • KNewStuff
  • KParts
  • Kross
  • KUtils
  • Nepomuk
  • Solid
  • Sonnet
  • ThreadWeaver
Generated for kdelibs by doxygen 1.5.4
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal