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

libsolidcontrol

bluetoothinputdevice.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 SOLID_CONTROL_BLUETOOTHINPUTDEVICE_H
00024 #define SOLID_CONTROL_BLUETOOTHINPUTDEVICE_H
00025 
00026 #include <QtCore/QObject>
00027 #include <QtCore/QMap>
00028 #include <QtCore/QVariant>
00029 
00030 #include "solid_control_export.h"
00031 
00032 namespace Solid
00033 {
00034 namespace Control
00035 {
00036 class BluetoothInputDevicePrivate;
00037 
00041 class SOLIDCONTROL_EXPORT BluetoothInputDevice : public QObject
00042 {
00043     Q_OBJECT
00044 
00045 public:
00051     BluetoothInputDevice(QObject *backendObject = 0);
00052 
00058     BluetoothInputDevice(const BluetoothInputDevice &device);
00059 
00063     ~BluetoothInputDevice();
00064 
00071     BluetoothInputDevice &operator=(const BluetoothInputDevice &device);
00072 
00079     QString ubi() const;
00085     QMap<QString,QVariant> getProperties() const;
00086 
00087 
00088 
00089 public Q_SLOTS:
00093     void connect();
00094 
00098     void disconnect();
00099 
00100 
00101 Q_SIGNALS:
00108     void propertyChanged(const QString &name, const QVariant &value);
00109 
00110 
00111 private:
00112     Q_PRIVATE_SLOT(d, void _k_destroyed(QObject *))
00113 
00114     BluetoothInputDevicePrivate * const d;
00115 };
00116 
00117 } //Control
00118 
00119 } //Solid
00120 
00121 //Q_DECLARE_OPERATORS_FOR_FLAGS(Solid::Control::BluetoothInputDevice::Capabilities)
00122 
00123 #endif

libsolidcontrol

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

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