SolidModules
solid-bluetooth.cpp File Reference
#include "solid-bluetooth.h"#include <QString>#include <QStringList>#include <QMetaProperty>#include <QMetaEnum>#include <QTimer>#include <kcomponentdata.h>#include <kcmdlineargs.h>#include <klocale.h>#include <k3socketaddress.h>#include <kdebug.h>#include <solid/device.h>#include <solid/genericinterface.h>#include <solid/storageaccess.h>#include <solid/opticaldrive.h>#include <solid/control/bluetoothmanager.h>#include <solid/control/bluetoothinterface.h>#include <solid/control/bluetoothremotedevice.h>#include <solid/control/bluetoothinputdevice.h>#include <kjob.h>#include <iostream>#include "solid-bluetooth.moc"
Include dependency graph for solid-bluetooth.cpp:

Go to the source code of this file.
Functions | |
| void | checkArgumentCount (int min, int max) |
| int | main (int argc, char **argv) |
| std::ostream & | operator<< (std::ostream &out, const QMap< QString, QVariant > &properties) |
| std::ostream & | operator<< (std::ostream &out, const Solid::Device &device) |
| std::ostream & | operator<< (std::ostream &out, const QVariant &value) |
| std::ostream & | operator<< (std::ostream &out, const QString &msg) |
Variables | |
| static const char | appName [] = "solid-bluetooth" |
| static const char | description [] = I18N_NOOP("KDE tool for querying and controlling your hardware from the command line") |
| static const char | programName [] = I18N_NOOP("solid-bluetooth") |
| static const char | version [] = "0.1" |
Function Documentation
| void checkArgumentCount | ( | int | min, | |
| int | max | |||
| ) |
Definition at line 160 of file solid-bluetooth.cpp.
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 177 of file solid-bluetooth.cpp.
Definition at line 150 of file solid-bluetooth.cpp.
| std::ostream& operator<< | ( | std::ostream & | out, | |
| const Solid::Device & | device | |||
| ) |
Definition at line 104 of file solid-bluetooth.cpp.
| std::ostream& operator<< | ( | std::ostream & | out, | |
| const QVariant & | value | |||
| ) |
Definition at line 63 of file solid-bluetooth.cpp.
| std::ostream& operator<< | ( | std::ostream & | out, | |
| const QString & | msg | |||
| ) |
Definition at line 58 of file solid-bluetooth.cpp.
Variable Documentation
const char appName[] = "solid-bluetooth" [static] |
Definition at line 51 of file solid-bluetooth.cpp.
const char description[] = I18N_NOOP("KDE tool for querying and controlling your hardware from the command line") [static] |
Definition at line 54 of file solid-bluetooth.cpp.
const char programName[] = I18N_NOOP("solid-bluetooth") [static] |
Definition at line 52 of file solid-bluetooth.cpp.
const char version[] = "0.1" [static] |
Definition at line 56 of file solid-bluetooth.cpp.
KDE 4.2 API Reference