SolidModules
solid-network.cpp File Reference
#include "solid-network.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/ifaces/authentication.h>
#include <solid/control/networkmanager.h>
#include <solid/control/networkinterface.h>
#include <solid/control/wirednetworkinterface.h>
#include <solid/control/wirelessnetworkinterface.h>
#include <solid/control/wirelessaccesspoint.h>
#include <kjob.h>
#include <iostream>
#include "solid-network.moc"
Include dependency graph for solid-network.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 Solid::Control::WiredNetworkInterface &network) |
std::ostream & | operator<< (std::ostream &out, const Solid::Control::WirelessNetworkInterface &network) |
std::ostream & | operator<< (std::ostream &out, const Solid::Control::AccessPoint &ap) |
std::ostream & | operator<< (std::ostream &out, const Solid::Control::NetworkInterface &networkdevice) |
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-network" |
static const char | description [] = I18N_NOOP("KDE tool for querying and controlling your network interfaces from the command line") |
static const char | programName [] = I18N_NOOP("solid-network") |
static const char | version [] = "0.1" |
Function Documentation
void checkArgumentCount | ( | int | min, | |
int | max | |||
) |
Definition at line 360 of file solid-network.cpp.
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 377 of file solid-network.cpp.
std::ostream& operator<< | ( | std::ostream & | out, | |
const Solid::Control::WiredNetworkInterface & | network | |||
) |
Definition at line 349 of file solid-network.cpp.
std::ostream& operator<< | ( | std::ostream & | out, | |
const Solid::Control::WirelessNetworkInterface & | network | |||
) |
Definition at line 294 of file solid-network.cpp.
std::ostream& operator<< | ( | std::ostream & | out, | |
const Solid::Control::AccessPoint & | ap | |||
) |
Definition at line 188 of file solid-network.cpp.
std::ostream& operator<< | ( | std::ostream & | out, | |
const Solid::Control::NetworkInterface & | networkdevice | |||
) |
Definition at line 163 of file solid-network.cpp.
Definition at line 152 of file solid-network.cpp.
std::ostream& operator<< | ( | std::ostream & | out, | |
const Solid::Device & | device | |||
) |
Definition at line 106 of file solid-network.cpp.
std::ostream& operator<< | ( | std::ostream & | out, | |
const QVariant & | value | |||
) |
Definition at line 65 of file solid-network.cpp.
std::ostream& operator<< | ( | std::ostream & | out, | |
const QString & | msg | |||
) |
Definition at line 60 of file solid-network.cpp.
Variable Documentation
const char appName[] = "solid-network" [static] |
Definition at line 53 of file solid-network.cpp.
const char description[] = I18N_NOOP("KDE tool for querying and controlling your network interfaces from the command line") [static] |
Definition at line 56 of file solid-network.cpp.
const char programName[] = I18N_NOOP("solid-network") [static] |
Definition at line 54 of file solid-network.cpp.
const char version[] = "0.1" [static] |
Definition at line 58 of file solid-network.cpp.