+ method |
+ responce |
+ run as root |
+
+
+
+ org.netctlgui.helper service (system bus) |
+
+
+
+ /ctrl path |
+
+
+
+ bool Active() |
+ true if helper is active |
+ no |
+
+
+ QString ApiDocs() |
+ returns path to this API documentation |
+ no |
+
+
+ bool Close() |
+ true and closes the helper |
+ no |
+
+
+ QString LibraryDocs() |
+ returns path to the library documentation |
+ no |
+
+
+ QString SecurityDocs() |
+ returns path to the security documentation |
+ no |
+
+
+ QStringList Settings() |
+ current helper settings KEY=VALUE |
+ no |
+
+
+ bool Update() |
+ calls update helper configuration. Returns true |
+ no |
+
+
+
+ bool Enable(QString profile) |
+ enables or disables the profile. Returns true if action has been performed successfully |
+ yes |
+
+
+ bool Restart(QString profile) |
+ restarts the profile. Returns true if action has been performed successfully |
+ yes |
+
+
+ bool Start(QString profile) |
+ starts or stops the profile. Returns true if action has been performed successfully |
+ yes |
+
+
+ bool SwitchTo(QString profile) |
+ switchs to the profile. Returns true if action has been performed successfully |
+ yes |
+
+
+ bool Create(QString profile, QStringList settingsList) |
+ creates the profile with specified settings. Settings should be given in the format KEY==VALUE . Returns true if action has been performed successfully |
+ yes |
+
+
+ bool Remove(QString profile) |
+ removes the profile. Returns true if action has been performed successfully |
+ yes |
+
+
+
+ bool autoDisableAll() |
+ disables all profiles (netctl-auto). Returns true if action has been performed successfully |
+ no? |
+
+
+ bool autoEnable(QString profile) |
+ enables or disables the profile (netctl-auto). Returns true if action has been performed successfully |
+ no? |
+
+
+ bool autoEnableAll() |
+ enables all profiles (netctl-auto). Returns true if action has been performed successfully |
+ no? |
+
+
+ bool autoStart(QString profile) |
+ switchs to the profile (netctl-auto). Returns true if action has been performed successfully |
+ no? |
+
+
+
+ bool autoServiceEnable() |
+ enables or disables netctl-auto systemd service. Returns true if action has been performed successfully |
+ yes |
+
+
+ bool autoServiceRestart() |
+ restarts netctl-auto systemd service. Returns true if action has been performed successfully |
+ yes |
+
+
+ bool autoServiceStart() |
+ starts or stops netctl-auto systemd service. Returns true if action has been performed successfully |
+ yes |
+
+
+
+ QStringList WiFi() |
+ returns available WiFi points in format NAME|SECURITY|SIGNAL|ACTIVE|EXISTS |
+ yes |
+
+
+
+ /netctl path |
+
+
+
+ QString ActiveProfile() |
+ returns active profile from netctl or netctl-auto |
+ no |
+
+
+ QString ActiveProfileStatus() |
+ returns active profile status from netctl or netctl-auto. May be netctl-auto , active (enabled) , active (static) , inactive (enabled) , inactive (static) |
+ no |
+
+
+ QStringList Information() |
+ returns general information in format [ActiveProfile, ActiveProfileStatus] |
+ no |
+
+
+ QStringList ProfileList() |
+ returns available profiles in format NAME|DESCRIPTION|ACTIVE|ENABLED |
+ no |
+
+
+ QStringList WirelessInterface() |
+ returns wireless interfaces |
+ no |
+
+
+
+ bool isProfileActive(QString profile) |
+ returns true if the profile is active |
+ no |
+
+
+ bool isProfileEnabled(QString profile) |
+ returns true if the profile is enabled |
+ no |
+
+
+
+ bool autoIsProfileActive(QString profile) |
+ returns true if the profile is active (netctl-auto) |
+ no |
+
+
+ bool autoIsProfileEnabled(QString profile) |
+ returns true if the profile is enabled (netctl-auto) |
+ no |
+
+
+ bool isNetctlAutoActive() |
+ returns true if netctl-auto is active |
+ no |
+
+
+ bool isNetctlAutoEnabled() |
+ returns true if netctl-auto is enabled |
+ no |
+
+
+
+ QStringList Profile(QString profile) |
+ returns the profile settings in format KEY==VALUE |
+ no |
+
+
+ QString ProfileByEssid(QString essid) |
+ returns the profile name by the given ESSID or empty line |
+ no |
+
+
+ QString ProfileValue(QString profile, QString key) |
+ returns value of the key by the given profile or empty line |
+ no |
+
+
+
+ org.netctlgui.netctlgui service (session bus) |
+
+
+
+ /netctlgui path |
+
+
+
+ void ApiDocs() |
+ opens this API documentation |
+ no |
+
+
+ bool Close() |
+ true and closes the application |
+ no |
+
+
+ QString Information() |
+ the same as org.netctlgui.helper /netctl Information |
+ no |
+
+
+ void LibraryDocs() |
+ opens the library documentation |
+ no |
+
+
+ bool Restore() |
+ true and restores the application |
+ no |
+
+
+ void SecurityDocs() |
+ opens the security documentation |
+ no |
+
+
+ QStringList Settings() |
+ current application settings KEY=VALUE |
+ no |
+
+
+ bool ShowAbout() |
+ true and shows about window |
+ no |
+
+
+ bool ShowMain() |
+ true and shows main window |
+ no |
+
+
+ bool ShowNetctlAuto() |
+ true and shows netctl-auto window |
+ no |
+
+
+ bool ShowSettings() |
+ true and shows settings window |
+ no |
+
+