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

SolidModules

bluez-bluetoothmanager.h

Go to the documentation of this file.
00001 /*  This file is part of the KDE project
00002     Copyright (C) 2007 Will Stephenson <wstephenson@kde.org>
00003     Copyright (C) 2007 Daniel Gollub <dgollub@suse.de>
00004     Copyright (C) 2008 Tom Patzig <tpatzig@suse.de>
00005 
00006 
00007     This library is free software; you can redistribute it and/or
00008     modify it under the terms of the GNU Library General Public
00009     License version 2 as published by the Free Software Foundation.
00010 
00011     This library is distributed in the hope that it will be useful,
00012     but WITHOUT ANY WARRANTY; without even the implied warranty of
00013     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00014     Library General Public License for more details.
00015 
00016     You should have received a copy of the GNU Library General Public License
00017     along with this library; see the file COPYING.LIB.  If not, write to
00018     the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
00019     Boston, MA 02110-1301, USA.
00020 
00021 */
00022 
00023 #ifndef BLUEZ_BLUETOOTH_MANAGER_H
00024 #define BLUEZ_BLUETOOTH_MANAGER_H
00025 
00026 #include <QtDBus>
00027 #include <QObject>
00028 #include <qdbusextratypes.h>
00029 #include <QStringList>
00030 
00031 #include <kdemacros.h>
00032 
00033 #include <solid/control/ifaces/bluetoothmanager.h>
00034 
00035 //class BluezBluetoothSecurity;
00036 class BluezBluetoothManagerPrivate;
00037 class KDE_EXPORT BluezBluetoothManager : public Solid::Control::Ifaces::BluetoothManager
00038 {
00039     Q_OBJECT
00040 
00041 public:
00042     BluezBluetoothManager(QObject * parent, const QStringList  & args);
00043     virtual ~BluezBluetoothManager();
00044     QStringList bluetoothInterfaces() const;
00045     QObject * createInterface(const QString &);
00046     void removeInterface(const QString& ubi);
00047 //  QStringList bluetoothInputDevices() const;
00048     QString defaultInterface() const;
00049     QString findInterface(const QString &) const;
00050 
00051 //  QObject * createBluetoothInputDevice(const QString &);
00052 //  KJob *setupInputDevice(const QString &);
00053 //  Solid::Control::Ifaces::BluetoothSecurity* security(const QString &interface);
00054 public Q_SLOTS:
00055 //  void removeInputDevice(const QString &);
00056 
00057 protected Q_SLOTS:
00058 
00059     void slotDeviceAdded(const QDBusObjectPath &);
00060     void slotDeviceRemoved(const QDBusObjectPath &);
00061     void slotDefaultDeviceChanged(const QDBusObjectPath &);
00062 
00063 //  void slotInputDeviceCreated(const QString &);
00064 //  void slotInputDeviceRemoved(const QString &);
00065 
00066 private:
00067     BluezBluetoothManagerPrivate * d;
00068 //  QString m_inputManagerDest;
00069 };
00070 
00071 #endif
00072 

SolidModules

Skip menu "SolidModules"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members

API Reference

Skip menu "API Reference"
  • KWin
  •   KWin Libraries
  • Libraries
  •   libkworkspace
  •   libsolidcontrol
  •   libtaskmanager
  • Plasma
  •   Animators
  •   Applets
  •   Engines
  • Solid Modules
Generated for API Reference by doxygen 1.5.7
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