• Skip to content
  • Skip to link menu
KDE 4.1 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 
00005 
00006     This library is free software; you can redistribute it and/or
00007     modify it under the terms of the GNU Library General Public
00008     License version 2 as published by the Free Software Foundation.
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 
00022 #ifndef BLUEZ_BLUETOOTH_MANAGER_H
00023 #define BLUEZ_BLUETOOTH_MANAGER_H
00024 
00025 #include <QtDBus>
00026 #include <QObject>
00027 #include <qdbusextratypes.h>
00028 #include <QStringList>
00029 
00030 #include <kdemacros.h>
00031 
00032 #include <solid/control/ifaces/bluetoothmanager.h>
00033 
00034 class BluezBluetoothSecurity;
00035 class BluezBluetoothManagerPrivate;
00036 class KDE_EXPORT BluezBluetoothManager : public Solid::Control::Ifaces::BluetoothManager
00037 {
00038     Q_OBJECT
00039 
00040 public:
00041     BluezBluetoothManager(QObject * parent, const QStringList  & args);
00042     virtual ~BluezBluetoothManager();
00043     QStringList bluetoothInterfaces() const;
00044     QObject * createInterface(const QString &);
00045     QStringList bluetoothInputDevices() const;
00046     QString defaultInterface() const;
00047 
00048     QObject * createBluetoothInputDevice(const QString &);
00049     KJob *setupInputDevice(const QString &);
00050     Solid::Control::Ifaces::BluetoothSecurity* security(const QString &interface);
00051 public Q_SLOTS:
00052     void removeInputDevice(const QString &);
00053 
00054 protected Q_SLOTS:
00055 
00056     void slotDeviceAdded(const QString &);
00057     void slotDeviceRemoved(const QString &);
00058     void slotDefaultDeviceChanged(const QString &);
00059 
00060     void slotInputDeviceCreated(const QString &);
00061     void slotInputDeviceRemoved(const QString &);
00062 
00063 private:
00064     BluezBluetoothManagerPrivate * d;
00065     QString m_inputManagerDest;
00066 };
00067 
00068 #endif
00069 

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
  •   libplasma
  •   libsolidcontrol
  •   libtaskmanager
  • Plasma
  •   Animators
  •   Applets
  •   Engines
  • Solid Modules
Generated for API Reference 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