mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-07-12 05:15:50 +00:00
refactoring of dataengine
This commit is contained in:
@ -27,6 +27,13 @@ class Netctl : public Plasma::DataEngine
|
||||
|
||||
public:
|
||||
Netctl(QObject *parent, const QVariantList &args);
|
||||
QString getCurrentProfile(const QString cmd);
|
||||
QString getExtIp(const QString cmd);
|
||||
QStringList getInterfaceList(const QString dir);
|
||||
QString getIntIp(const QString cmd, const QString dir);
|
||||
QStringList getProfileList(const QString cmd);
|
||||
bool getProfileStatus(const QString cmd);
|
||||
QString getProfileStringStatus(const QString cmd);
|
||||
|
||||
protected:
|
||||
bool sourceRequestEvent(const QString &name);
|
||||
|
Reference in New Issue
Block a user