diff --git a/devs/netctl-gui-dbus-api.html b/devs/netctl-gui-dbus-api.html index ede42bc..3713f27 100644 --- a/devs/netctl-gui-dbus-api.html +++ b/devs/netctl-gui-dbus-api.html @@ -30,11 +30,12 @@ small {

netctl-gui DBus API description

-

Project version : 1.4.0

+

Project version : 1.4.1

  1. DBus API
  2. Helper API
  3. Helper ctrl API
  4. +
  5. Helper interface API
  6. Helper netctl API
  7. GUI API
  8. GUI netctlgui API
  9. @@ -74,7 +75,7 @@ small { QStringList FindSettings() - scans system and suggests the recommended configuration which will be used by the library + scans system and suggests the recommended configuration which may be used by the library no @@ -196,11 +197,93 @@ small { yes + + QStringList CurrentWiFi() + returns current WiFi point in format NAME|SECURITY|TYPE|FREQ|MAC|SIGNAL|ACTIVE|EXISTS + yes + + + QStringList VerboseWiFi() + returns available WiFi points in format NAME|SECURITY|TYPE|FREQS|MACS|SIGNAL|ACTIVE|EXISTS. First line is always active connection (see CurrentWiFi()) + yes + QStringList WiFi() returns available WiFi points in format NAME|SECURITY|SIGNAL|ACTIVE|EXISTS yes + + + /interface path + + + + int Enable(QString profile) + enables or disables the profile. Returns is the profile enabled or 2 if there was an another error + yes + + + int Restart(QString profile) + restarts the profile. Returns is the profile active or 2 if there was an error + yes + + + int Start(QString profile) + starts or stops the profile. Returns is the profile active or 2 if there was an error + yes + + + bool StopAll() + synonym of /ctlr/StopAll() + yes + + + bool SwitchTo(QString profile) + switchs to the profile (works with netctl and netctl-auto). Returns is the profile active or 2 if there was an error + yes + + + int Create(QString profile, QStringList settingsList) + >creates the profile with specified settings. Settings should be given in the format KEY==VALUE. Returns 1 if action has been performed successfully, 0 if there was an error in the profile copying and 2 if there was an another error + yes + + + QStringList Profile(QString profile) + synonym of /netctl/Profile() + no + + + int Remove(QString profile) + synonym of /ctrl/Remove() + yes + + + + QStringList Information() + returns general information in format [IsNetctlAutoActive, NetctlProfiles, NetctlAutoProfiles] + no + + + QStringList Status() + returns actual information in format [IsNetctlAutoActive, ProfilesNames, ActiveProfile, ActiveProfileEnables] + no + + + + int Essid(QString essid, QStringList settingsList) + connects to WiFi point with the given ESSID, calls KnownEssid or UnknownESSID depending on whether there is a profile. Settings may be empty. To get return codes refer to KnownEssid() and UnknownEssid() + yes + + + int KnownEssid(QString essid) + connects to WiFi point with the given ESSID with existent profile. Returns Start() if ok, in other cases returns 2 + yes + + + int UnknownEssid(QString essid, QStringList settingsList) + creates a profile and connects to WiFi point with the given ESSID. Returns Start() if ok, in other cases returns 2 + yes + /netctl path @@ -221,11 +304,31 @@ small { returns general information in format [ActiveProfile, ActiveProfileStatus] no + + QString netctlActiveProfile() + returns active profile from netctl even if netctl-auto is running + no + + + QStringList netctlProfileList() + returns available profiles in format NAME|DESCRIPTION|ACTIVE|ENABLED from netctl even if netctl-auto is running + no + + + QStringList netctlVerboseProfileList() + returns available profiles in format NAME|DESCRIPTION|TYPE|INTERFACE|ESSID|ACTIVE|ENABLED|NETCTL-AUTO from netctl even if netctl-auto is running + no + QStringList ProfileList() returns available profiles in format NAME|DESCRIPTION|ACTIVE|ENABLED no + + QStringList VerboseProfileList() + returns available profiles in format NAME|DESCRIPTION|TYPE|INTERFACE|ESSID|ACTIVE|ENABLED|NETCTL-AUTO + no + QStringList WirelessInterface() returns wireless interfaces @@ -279,11 +382,15 @@ small { returns value of the key by the given profile or empty line no + + QStringList ProfileValues(QString profile, QStringList keys) + returns values of the keys by the given profile or empty lines + no + org.netctlgui.netctlgui service (session bus) - /netctlgui path @@ -303,11 +410,6 @@ small { true and closes the application no - - QString Information() - returns general information in format [ActiveProfile, ActiveProfileStatus] - no - void LibraryDocs() opens the library documentation @@ -358,11 +460,6 @@ small { returns the application process UIDs [UID, EUID] no - - QStringList VerboseInformation() - returns information in format [isNetctlAutoActive, ProfileList, ActiveProfile, isProfileEnabled/autoIsProfileEnabled] - no -

    External links

    diff --git a/devs/netctl-gui-security-notes.html b/devs/netctl-gui-security-notes.html index 1455037..8cb7a87 100644 --- a/devs/netctl-gui-security-notes.html +++ b/devs/netctl-gui-security-notes.html @@ -16,7 +16,7 @@ small {

    netctl-gui security notes

    -

    Project version : 1.4.0

    +

    Project version : 1.4.1

    1. Architecture
    2. Library
    3. diff --git a/devs/netctl-gui/annotated.html b/devs/netctl-gui/annotated.html index d6661a7..c55e681 100644 --- a/devs/netctl-gui/annotated.html +++ b/devs/netctl-gui/annotated.html @@ -25,7 +25,7 @@ Logo
      netctlgui -  1.4.0 +  1.4.1
      Qt library which interacts with netctl
      @@ -92,16 +92,19 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
      Here are the classes, structs, unions and interfaces with brief descriptions:
      - - - - + + + + + + +
       CNetctlInteracts with netctl
       CNetctlProfileInteracts with netctl profiles
       CnetctlProfileInfoNetctl profile information structure
       CnetctlWifiInfoWiFi information structure
       CWpaSupInteracts with wpa_supplicant
       CnetctlCurrentCurrent status structure
       CnetctlInformationGeneral information structure
       CNetctlInterfaceComplex methods to get access to library
       CNetctlProfileInteracts with netctl profiles
       CnetctlProfileInfoNetctl profile information structure
       CnetctlWifiInfoWiFi information structure
       CWpaSupInteracts with wpa_supplicant
      diff --git a/devs/netctl-gui/class_netctl-members.html b/devs/netctl-gui/class_netctl-members.html index 751de53..499c54c 100644 --- a/devs/netctl-gui/class_netctl-members.html +++ b/devs/netctl-gui/class_netctl-members.html @@ -25,7 +25,7 @@ Logo
      netctlgui -  1.4.0 +  1.4.1
      Qt library which interacts with netctl
      @@ -106,7 +106,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); forceStartProfile(const QString profile)Netctlslot forceStopProfile(const QString profile)Netctlslot getActiveProfile()Netctl - getProfileDescription(const QString profile)Netctl + getProfileDescription(const QString profile)Netctl getProfileList()Netctl getProfileListFromNetctlAuto()Netctl getProfileStatus(const QString profile)Netctl @@ -126,7 +126,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); diff --git a/devs/netctl-gui/class_netctl.html b/devs/netctl-gui/class_netctl.html index 9738890..7802d8b 100644 --- a/devs/netctl-gui/class_netctl.html +++ b/devs/netctl-gui/class_netctl.html @@ -25,7 +25,7 @@ Logo
      netctlgui -  1.4.0 +  1.4.1
      Qt library which interacts with netctl
      @@ -174,9 +174,9 @@ Public Member Functions QList< netctlProfileInfogetProfileListFromNetctlAuto ()  method which returns profile informations from netctl-auto More...
        -QString getProfileDescription (const QString profile) - method which gets description from profile More...
      -  +Q_DECL_DEPRECATED QString getProfileDescription (const QString profile) + method which gets description from profile More...
      +  QString getProfileStatus (const QString profile)  method which gets profile status More...
        @@ -677,12 +677,12 @@ true if the method was completed without errors - +
      - + @@ -1075,7 +1075,7 @@ true if the method was completed without errors diff --git a/devs/netctl-gui/class_netctl_interface-members.html b/devs/netctl-gui/class_netctl_interface-members.html new file mode 100644 index 0000000..2153e99 --- /dev/null +++ b/devs/netctl-gui/class_netctl_interface-members.html @@ -0,0 +1,118 @@ + + + + + + +netctlgui: Member List + + + + + + + + + + +
      +
      +
      QString Netctl::getProfileDescription Q_DECL_DEPRECATED QString Netctl::getProfileDescription ( const QString  profile)
      + + + + + + +
      +
      netctlgui +  1.4.1 +
      +
      Qt library which interacts with netctl
      +
      +
      + + + + + + +
      +
      + + +
      + +
      + +
      +
      +
      +
      NetctlInterface Member List
      +
      +
      + +

      This is the complete list of members for NetctlInterface, including all inherited members.

      + + + + + + + + + + + + + + + + +
      connectToEssid(const QString essid, QMap< QString, QString > settings)NetctlInterface
      connectToKnownEssid(const QString essid)NetctlInterface
      connectToUnknownEssid(const QString essid, QMap< QString, QString > settings)NetctlInterface
      createProfile(const QString profile, const QMap< QString, QString > settings)NetctlInterface
      enableProfile(const QString profile)NetctlInterface
      information()NetctlInterface
      NetctlInterface(const bool debugCmd=false, const QMap< QString, QString > settings=QMap< QString, QString >())NetctlInterfaceexplicit
      profileSettings(const QString profile)NetctlInterface
      removeProfile(const QString profile)NetctlInterface
      restartProfile(const QString profile)NetctlInterface
      startProfile(const QString profile)NetctlInterface
      status()NetctlInterface
      stopAllProfiles()NetctlInterface
      switchToProfile(const QString profile)NetctlInterface
      ~NetctlInterface()NetctlInterface
      + + + + diff --git a/devs/netctl-gui/class_netctl_interface.html b/devs/netctl-gui/class_netctl_interface.html new file mode 100644 index 0000000..f6d36e9 --- /dev/null +++ b/devs/netctl-gui/class_netctl_interface.html @@ -0,0 +1,615 @@ + + + + + + +netctlgui: NetctlInterface Class Reference + + + + + + + + + + +
      +
      + + + + + + + +
      +
      netctlgui +  1.4.1 +
      +
      Qt library which interacts with netctl
      +
      +
      + + + + + + +
      +
      + + +
      + +
      + +
      +
      + +
      +
      NetctlInterface Class Reference
      +
      +
      + +

      The NetctlInterface class provides complex methods to get access to library. + More...

      +
      +Inheritance diagram for NetctlInterface:
      +
      +
      + + + +
      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

      +Public Member Functions

       NetctlInterface (const bool debugCmd=false, const QMap< QString, QString > settings=QMap< QString, QString >())
       NetctlInterface class constructor. More...
       
       ~NetctlInterface ()
       NetctlInterface class destructor. More...
       
      InterfaceAnswer createProfile (const QString profile, const QMap< QString, QString > settings)
       method which creates and copies profile More...
       
      InterfaceAnswer connectToEssid (const QString essid, QMap< QString, QString > settings)
       method which connects to ESSID More...
       
      InterfaceAnswer connectToKnownEssid (const QString essid)
       method which connects to existent profile by ESSID More...
       
      InterfaceAnswer connectToUnknownEssid (const QString essid, QMap< QString, QString > settings)
       method which creates wireless profile and connects to it More...
       
      InterfaceAnswer enableProfile (const QString profile)
       method which enables or disables selected profile and returns its status More...
       
      InterfaceAnswer removeProfile (const QString profile)
       method which removes selected profile More...
       
      InterfaceAnswer restartProfile (const QString profile)
       method which restarts selected profile and returns its status More...
       
      InterfaceAnswer startProfile (const QString profile)
       method which starts/stops or switchs to selected profile and returns its status More...
       
      InterfaceAnswer stopAllProfiles ()
       method which stops all profiles More...
       
      InterfaceAnswer switchToProfile (const QString profile)
       method which switchs to selected profile and returns its status More...
       
      netctlInformation information ()
       method which returns general information More...
       
      QMap< QString, QString > profileSettings (const QString profile)
       method which reads settings from profile More...
       
      netctlCurrent status ()
       method which returns current status More...
       
      +

      Detailed Description

      +

      The NetctlInterface class provides complex methods to get access to library.

      +

      Constructor & Destructor Documentation

      + +
      +
      + + + + + +
      + + + + + + + + + + + + + + + + + + +
      NetctlInterface::NetctlInterface (const bool debugCmd = false,
      const QMap< QString, QString > settings = QMap< QString, QString >() 
      )
      +
      +explicit
      +
      + +

      NetctlInterface class constructor.

      +
      Parameters
      + + + +
      debugCmdshow debug messages
      settingsdefault settings. See required keys in other modules
      +
      +
      + +
      +
      + +
      +
      + + + + + + + +
      NetctlInterface::~NetctlInterface ()
      +
      + +

      NetctlInterface class destructor.

      + +
      +
      +

      Member Function Documentation

      + +
      +
      + + + + + + + + + + + + + + + + + + +
      InterfaceAnswer NetctlInterface::connectToEssid (const QString essid,
      QMap< QString, QString > settings 
      )
      +
      + +

      method which connects to ESSID

      +
      Remarks
      netctl independ
      +
      Parameters
      + + + +
      essidpoint ESSID
      settingsprofile settings (Security, ESSID, Key and Hidden are required)
      +
      +
      +
      Returns
      InterfaceAnswer::False if profile is inactive
      +
      +InterfaceAnswer::True if profile is active
      +
      +InterfaceAnswer::Error if an error occurs
      + +
      +
      + +
      +
      + + + + + + + + +
      InterfaceAnswer NetctlInterface::connectToKnownEssid (const QString essid)
      +
      + +

      method which connects to existent profile by ESSID

      +
      Remarks
      netctl independ
      +
      Parameters
      + + +
      essidpoint ESSID
      +
      +
      +
      Returns
      InterfaceAnswer::False if profile is inactive
      +
      +InterfaceAnswer::True if profile is active
      +
      +InterfaceAnswer::Error if an error occurs
      + +
      +
      + +
      +
      + + + + + + + + + + + + + + + + + + +
      InterfaceAnswer NetctlInterface::connectToUnknownEssid (const QString essid,
      QMap< QString, QString > settings 
      )
      +
      + +

      method which creates wireless profile and connects to it

      +
      Remarks
      netctl independ
      +
      Parameters
      + + + +
      essidpoint ESSID
      settingsprofile settings (Security, ESSID, Key and Hidden are required)
      +
      +
      +
      Returns
      InterfaceAnswer::False if profile is inactive
      +
      +InterfaceAnswer::True if profile is active
      +
      +InterfaceAnswer::Error if an error occurs
      + +
      +
      + +
      +
      + + + + + + + + + + + + + + + + + + +
      InterfaceAnswer NetctlInterface::createProfile (const QString profile,
      const QMap< QString, QString > settings 
      )
      +
      + +

      method which creates and copies profile

      +
      Remarks
      netctl independ
      +
      Parameters
      + + + +
      profileprofile name
      settingsprofile settings
      +
      +
      +
      Returns
      InterfaceAnswer::False if profile cannot be created
      +
      +InterfaceAnswer::True if profile is created
      +
      +InterfaceAnswer::Error if an error occurs
      + +
      +
      + +
      +
      + + + + + + + + +
      InterfaceAnswer NetctlInterface::enableProfile (const QString profile)
      +
      + +

      method which enables or disables selected profile and returns its status

      +
      Remarks
      netctl only
      +
      Parameters
      + + +
      profileprofile name
      +
      +
      +
      Returns
      InterfaceAnswer::False if profile is disabled
      +
      +InterfaceAnswer::True if profile is enabled
      +
      +InterfaceAnswer::Error if an error occurs
      + +
      +
      + +
      +
      + + + + + + + +
      netctlInformation NetctlInterface::information ()
      +
      + +

      method which returns general information

      +
      Remarks
      both netctl and netctl-auto
      +
      Returns
      netctlInformation structure
      + +
      +
      + +
      +
      + + + + + + + + +
      QMap<QString, QString> NetctlInterface::profileSettings (const QString profile)
      +
      + +

      method which reads settings from profile

      +
      Parameters
      + + +
      profileprofile name
      +
      +
      +
      Returns
      settings from profile
      + +
      +
      + +
      +
      + + + + + + + + +
      InterfaceAnswer NetctlInterface::removeProfile (const QString profile)
      +
      + +

      method which removes selected profile

      +
      Remarks
      netctl independ
      +
      Parameters
      + + +
      profileprofile name
      +
      +
      +
      Returns
      InterfaceAnswer::True if profile does not exists anymore
      +
      +InterfaceAnswer::Error if an error occurs
      + +
      +
      + +
      +
      + + + + + + + + +
      InterfaceAnswer NetctlInterface::restartProfile (const QString profile)
      +
      + +

      method which restarts selected profile and returns its status

      +
      Remarks
      netctl only
      +
      Parameters
      + + +
      profileprofile name
      +
      +
      +
      Returns
      InterfaceAnswer::False if profile is inactive
      +
      +InterfaceAnswer::True if profile is active
      +
      +InterfaceAnswer::Error if an error occurs
      + +
      +
      + +
      +
      + + + + + + + + +
      InterfaceAnswer NetctlInterface::startProfile (const QString profile)
      +
      + +

      method which starts/stops or switchs to selected profile and returns its status

      +
      Remarks
      netctl only
      +
      Parameters
      + + +
      profileprofile name
      +
      +
      +
      Returns
      InterfaceAnswer::False if profile is inactive
      +
      +InterfaceAnswer::True if profile is active
      +
      +InterfaceAnswer::Error if an error occurs
      + +
      +
      + +
      +
      + + + + + + + +
      netctlCurrent NetctlInterface::status ()
      +
      + +

      method which returns current status

      +
      Remarks
      both netctl and netctl-auto
      +
      Returns
      netctlCurrent structure
      + +
      +
      + +
      +
      + + + + + + + +
      InterfaceAnswer NetctlInterface::stopAllProfiles ()
      +
      + +

      method which stops all profiles

      +
      Remarks
      netctl only
      +
      Returns
      InterfaceAnswer::True if there are no errors
      +
      +InterfaceAnswer::Error if an error occurs
      + +
      +
      + +
      +
      + + + + + + + + +
      InterfaceAnswer NetctlInterface::switchToProfile (const QString profile)
      +
      + +

      method which switchs to selected profile and returns its status

      +
      Remarks
      both netctl and netctl-auto
      +
      Parameters
      + + +
      profileprofile name
      +
      +
      +
      Returns
      InterfaceAnswer::False if profile is inactive
      +
      +InterfaceAnswer::True if profile is active
      +
      +InterfaceAnswer::Error if an error occurs
      + +
      +
      +
      The documentation for this class was generated from the following file: +
      + + + + diff --git a/devs/netctl-gui/class_netctl_interface.png b/devs/netctl-gui/class_netctl_interface.png new file mode 100644 index 0000000..d6cc0ad Binary files /dev/null and b/devs/netctl-gui/class_netctl_interface.png differ diff --git a/devs/netctl-gui/class_netctl_profile-members.html b/devs/netctl-gui/class_netctl_profile-members.html index 6459867..da7d6c7 100644 --- a/devs/netctl-gui/class_netctl_profile-members.html +++ b/devs/netctl-gui/class_netctl_profile-members.html @@ -25,7 +25,7 @@ Logo
      netctlgui -  1.4.0 +  1.4.1
      Qt library which interacts with netctl
      @@ -97,13 +97,14 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); getRecommendedConfiguration()NetctlProfilestatic getSettingsFromProfile(const QString profile)NetctlProfile getValueFromProfile(const QString profile, const QString key)NetctlProfile - NetctlProfile(const bool debugCmd=false, const QMap< QString, QString > settings=QMap< QString, QString >())NetctlProfileexplicit - removeProfile(const QString profile)NetctlProfile - ~NetctlProfile()NetctlProfile + getValuesFromProfile(const QString profile, const QStringList keys)NetctlProfile + NetctlProfile(const bool debugCmd=false, const QMap< QString, QString > settings=QMap< QString, QString >())NetctlProfileexplicit + removeProfile(const QString profile)NetctlProfile + ~NetctlProfile()NetctlProfile diff --git a/devs/netctl-gui/class_netctl_profile.html b/devs/netctl-gui/class_netctl_profile.html index 3c7529e..f4d0411 100644 --- a/devs/netctl-gui/class_netctl_profile.html +++ b/devs/netctl-gui/class_netctl_profile.html @@ -25,7 +25,7 @@ Logo
      netctlgui -  1.4.0 +  1.4.1
      Qt library which interacts with netctl
      @@ -125,6 +125,9 @@ Public Member Functions QString getValueFromProfile (const QString profile, const QString key)  method which return value from profile by key More...
        +QStringList getValuesFromProfile (const QString profile, const QStringList keys) + method which return values from profile by keys More...
      +  bool removeProfile (const QString profile)  method which removes profile More...
        @@ -347,6 +350,42 @@ true if the method was completed without errors
      Returns
      value by key
      + + + +
      +
      + + + + + + + + + + + + + + + + + + +
      QStringList NetctlProfile::getValuesFromProfile (const QString profile,
      const QStringList keys 
      )
      +
      + +

      method which return values from profile by keys

      +
      Parameters
      + + + +
      profileprofile name
      keysrequired keys
      +
      +
      +
      Returns
      values by keys
      +
      @@ -382,7 +421,7 @@ true if the method was completed without errors diff --git a/devs/netctl-gui/class_wpa_sup-members.html b/devs/netctl-gui/class_wpa_sup-members.html index 978435b..36fbf59 100644 --- a/devs/netctl-gui/class_wpa_sup-members.html +++ b/devs/netctl-gui/class_wpa_sup-members.html @@ -25,7 +25,7 @@ Logo
      netctlgui -  1.4.0 +  1.4.1
      Qt library which interacts with netctl
      @@ -92,19 +92,20 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');

      This is the complete list of members for WpaSup, including all inherited members.

      - - - - - - - - - + + + + + + + + + +
      existentProfile(const QString essid)WpaSup
      getRecommendedConfiguration()WpaSupstatic
      isProfileActive(const QString essid)WpaSup
      isProfileExists(const QString essid)WpaSup
      scanWifi()WpaSupslot
      startWpaSupplicant()WpaSupslot
      stopWpaSupplicant()WpaSupslot
      WpaSup(const bool debugCmd=false, const QMap< QString, QString > settings=QMap< QString, QString >())WpaSupexplicit
      ~WpaSup()WpaSup
      current()WpaSupslot
      existentProfile(const QString essid)WpaSup
      getRecommendedConfiguration()WpaSupstatic
      isProfileActive(const QString essid)WpaSup
      isProfileExists(const QString essid)WpaSup
      scanWifi()WpaSupslot
      startWpaSupplicant()WpaSupslot
      stopWpaSupplicant()WpaSupslot
      WpaSup(const bool debugCmd=false, const QMap< QString, QString > settings=QMap< QString, QString >())WpaSupexplicit
      ~WpaSup()WpaSup
      diff --git a/devs/netctl-gui/class_wpa_sup.html b/devs/netctl-gui/class_wpa_sup.html index 9358bf1..0773311 100644 --- a/devs/netctl-gui/class_wpa_sup.html +++ b/devs/netctl-gui/class_wpa_sup.html @@ -25,7 +25,7 @@ Logo
      netctlgui -  1.4.0 +  1.4.1
      Qt library which interacts with netctl
      @@ -108,6 +108,9 @@ Inheritance diagram for WpaSup: + + + @@ -132,9 +135,9 @@ Public Member Functions - - - + + +

      Public Slots

      netctlWifiInfo current ()
       method which returns active point information More...
       
      QList< netctlWifiInfoscanWifi ()
       method which scans WiFi networks More...
       
      bool isProfileActive (const QString essid)
       method which checks profile status by ESSID More...
       
      bool isProfileExists (const QString essid)
       method which checks profile existence by ESSID More...
       
      Q_DECL_DEPRECATED bool isProfileExists (const QString essid)
       method which checks profile existence by ESSID More...
       
      @@ -206,6 +209,32 @@ Static Public Member Functions

      Member Function Documentation

      + +
      +
      +

      Static Public Member Functions

      + + + + +
      + + + + + + + +
      netctlWifiInfo WpaSup::current ()
      +
      +slot
      +
      + +

      method which returns active point information

      +
      Returns
      current point information
      + +
      +
      @@ -284,12 +313,12 @@ true if profile is active
      - +
      - + @@ -399,7 +428,7 @@ true if the method was completed without errors diff --git a/devs/netctl-gui/classes.html b/devs/netctl-gui/classes.html index de5e3a3..c4a7060 100644 --- a/devs/netctl-gui/classes.html +++ b/devs/netctl-gui/classes.html @@ -25,7 +25,7 @@ @@ -92,19 +92,20 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
      N | W
      bool WpaSup::isProfileExists Q_DECL_DEPRECATED bool WpaSup::isProfileExists ( const QString  essid)
      netctlgui -  1.4.0 +  1.4.1
      Qt library which interacts with netctl
      - - - + + + + +
        N  
      -
      NetctlProfile   
        n  
      -
      netctlWifiInfo   
        W  
      -
      Netctl   netctlProfileInfo   
      WpaSup   
      NetctlInterface   
        n  
      +
      netctlInformation   
      NetctlProfile   netctlProfileInfo   
      Netctl   
        W  
      +
      netctlCurrent   netctlWifiInfo   
      WpaSup   
      N | W
      diff --git a/devs/netctl-gui/dir_08d237fc27d4ecd563f71c5d52f2fecc.html b/devs/netctl-gui/dir_08d237fc27d4ecd563f71c5d52f2fecc.html index 5d106c8..30ef601 100644 --- a/devs/netctl-gui/dir_08d237fc27d4ecd563f71c5d52f2fecc.html +++ b/devs/netctl-gui/dir_08d237fc27d4ecd563f71c5d52f2fecc.html @@ -25,7 +25,7 @@ Logo
      netctlgui -  1.4.0 +  1.4.1
      Qt library which interacts with netctl
      @@ -94,7 +94,7 @@ Directories
      diff --git a/devs/netctl-gui/dir_65c9e01252fc41f6e848ebca2af7e47b.html b/devs/netctl-gui/dir_65c9e01252fc41f6e848ebca2af7e47b.html index c95cb1e..be49cc2 100644 --- a/devs/netctl-gui/dir_65c9e01252fc41f6e848ebca2af7e47b.html +++ b/devs/netctl-gui/dir_65c9e01252fc41f6e848ebca2af7e47b.html @@ -25,7 +25,7 @@ Logo
      netctlgui -  1.4.0 +  1.4.1
      Qt library which interacts with netctl
      @@ -94,7 +94,7 @@ Directories diff --git a/devs/netctl-gui/dir_e335b5ab077db6a8c30879452b1fc605.html b/devs/netctl-gui/dir_e335b5ab077db6a8c30879452b1fc605.html index ed52c4a..88ccf15 100644 --- a/devs/netctl-gui/dir_e335b5ab077db6a8c30879452b1fc605.html +++ b/devs/netctl-gui/dir_e335b5ab077db6a8c30879452b1fc605.html @@ -25,7 +25,7 @@ Logo
      netctlgui -  1.4.0 +  1.4.1
      Qt library which interacts with netctl
      @@ -94,7 +94,7 @@ Directories diff --git a/devs/netctl-gui/dir_fe59a2a0e1774c507781b7be7e3787b8.html b/devs/netctl-gui/dir_fe59a2a0e1774c507781b7be7e3787b8.html index 643c2a2..fc5b79a 100644 --- a/devs/netctl-gui/dir_fe59a2a0e1774c507781b7be7e3787b8.html +++ b/devs/netctl-gui/dir_fe59a2a0e1774c507781b7be7e3787b8.html @@ -25,7 +25,7 @@ Logo
      netctlgui -  1.4.0 +  1.4.1
      Qt library which interacts with netctl
      @@ -92,6 +92,8 @@ Files   file  netctlinteract.h [code]   +file  netctlinterface.h [code] +  file  netctlprofile.h [code]   file  wpasupinteract.h [code] @@ -100,7 +102,7 @@ Files diff --git a/devs/netctl-gui/files.html b/devs/netctl-gui/files.html index f34cd14..358f575 100644 --- a/devs/netctl-gui/files.html +++ b/devs/netctl-gui/files.html @@ -25,7 +25,7 @@ Logo
      netctlgui -  1.4.0 +  1.4.1
      Qt library which interacts with netctl
      @@ -64,6 +64,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); @@ -90,14 +91,15 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); - - + + +
       netctlgui.h
       netctlinteract.h
       netctlprofile.h
       wpasupinteract.h
       netctlinterface.h
       netctlprofile.h
       wpasupinteract.h
      diff --git a/devs/netctl-gui/functions.html b/devs/netctl-gui/functions.html index d7fc834..6714fea 100644 --- a/devs/netctl-gui/functions.html +++ b/devs/netctl-gui/functions.html @@ -25,7 +25,7 @@ Logo
      netctlgui -  1.4.0 +  1.4.1
      Qt library which interacts with netctl
      @@ -85,9 +85,12 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
    4. f
    5. g
    6. i
    7. +
    8. m
    9. n
    10. +
    11. p
    12. r
    13. s
    14. +
    15. t
    16. w
    17. ~
    18. @@ -149,11 +152,25 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');

      - c -

      @@ -171,6 +188,13 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
    19. enableProfile() : Netctl +, NetctlInterface +
    20. +
    21. enables +: netctlCurrent +
    22. +
    23. essid +: netctlProfileInfo
    24. existentProfile() : WpaSup @@ -188,6 +212,9 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
    25. forceStopProfile() : Netctl
    26. +
    27. frequencies +: netctlWifiInfo +
    28. @@ -196,7 +223,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); : Netctl
    29. getProfileDescription() -: Netctl +: Netctl
    30. getProfileList() : Netctl @@ -218,6 +245,9 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
    31. getValueFromProfile() : NetctlProfile
    32. +
    33. getValuesFromProfile() +: NetctlProfile +
    34. getWirelessInterfaceList() : Netctl
    35. @@ -225,6 +255,12 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');

      - i -

      + + +

      - m -

      @@ -252,9 +295,36 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
    36. Netctl() : Netctl
    37. +
    38. netctlAuto +: netctlCurrent +, netctlInformation +, netctlProfileInfo +
    39. +
    40. netctlAutoEnabled +: netctlInformation +
    41. +
    42. netctlAutoProfiles +: netctlInformation +
    43. +
    44. NetctlInterface() +: NetctlInterface +
    45. NetctlProfile() : NetctlProfile
    46. +
    47. netctlProfiles +: netctlInformation +
    48. + + + +

      - p -

      @@ -263,10 +333,12 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); : Netctl
    49. removeProfile() -: NetctlProfile +: NetctlInterface +, NetctlProfile
    50. restartProfile() : Netctl +, NetctlInterface
    51. @@ -283,18 +355,32 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
    52. startProfile() : Netctl +, NetctlInterface
    53. startWpaSupplicant() : WpaSup
    54. +
    55. status() +: NetctlInterface +
    56. stopAllProfiles() : Netctl +, NetctlInterface
    57. stopWpaSupplicant() : WpaSup
    58. switchToProfile() : Netctl +, NetctlInterface +
    59. + + + +

      - t -

      @@ -310,6 +396,9 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
    60. ~Netctl() : Netctl
    61. +
    62. ~NetctlInterface() +: NetctlInterface +
    63. ~NetctlProfile() : NetctlProfile
    64. @@ -320,7 +409,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); diff --git a/devs/netctl-gui/functions_func.html b/devs/netctl-gui/functions_func.html index 055e75a..d7bbf3a 100644 --- a/devs/netctl-gui/functions_func.html +++ b/devs/netctl-gui/functions_func.html @@ -25,7 +25,7 @@ Logo
      netctlgui -  1.4.0 +  1.4.1
      Qt library which interacts with netctl
      @@ -85,6 +85,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
    65. g
    66. i
    67. n
    68. +
    69. p
    70. r
    71. s
    72. w
    73. @@ -144,11 +145,24 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');

      - c -

      @@ -156,6 +170,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');

      - e -

      +

      - p -

      + +

      - r -

      @@ -255,18 +288,24 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
    74. startProfile() : Netctl +, NetctlInterface
    75. startWpaSupplicant() : WpaSup
    76. +
    77. status() +: NetctlInterface +
    78. stopAllProfiles() : Netctl +, NetctlInterface
    79. stopWpaSupplicant() : WpaSup
    80. switchToProfile() : Netctl +, NetctlInterface
    81. @@ -282,6 +321,9 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
    82. ~Netctl() : Netctl
    83. +
    84. ~NetctlInterface() +: NetctlInterface +
    85. ~NetctlProfile() : NetctlProfile
    86. @@ -292,7 +334,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); diff --git a/devs/netctl-gui/functions_vars.html b/devs/netctl-gui/functions_vars.html index 2471523..33954a1 100644 --- a/devs/netctl-gui/functions_vars.html +++ b/devs/netctl-gui/functions_vars.html @@ -25,7 +25,7 @@ Logo
      netctlgui -  1.4.0 +  1.4.1
      Qt library which interacts with netctl
      @@ -97,30 +97,69 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); : netctlProfileInfo , netctlWifiInfo +
    87. current +: netctlCurrent +
    88. description : netctlProfileInfo
    89. enabled : netctlProfileInfo
    90. +
    91. enables +: netctlCurrent +
    92. +
    93. essid +: netctlProfileInfo +
    94. exists : netctlWifiInfo
    95. +
    96. frequencies +: netctlWifiInfo +
    97. +
    98. interface +: netctlProfileInfo +
    99. +
    100. macs +: netctlWifiInfo +
    101. name : netctlProfileInfo , netctlWifiInfo
    102. +
    103. netctlAuto +: netctlCurrent +, netctlInformation +, netctlProfileInfo +
    104. +
    105. netctlAutoEnabled +: netctlInformation +
    106. +
    107. netctlAutoProfiles +: netctlInformation +
    108. +
    109. netctlProfiles +: netctlInformation +
    110. +
    111. profiles +: netctlCurrent +
    112. security : netctlWifiInfo
    113. signal : netctlWifiInfo
    114. +
    115. type +: netctlProfileInfo +, netctlWifiInfo +
    116. diff --git a/devs/netctl-gui/globals.html b/devs/netctl-gui/globals.html new file mode 100644 index 0000000..27299df --- /dev/null +++ b/devs/netctl-gui/globals.html @@ -0,0 +1,130 @@ + + + + + + +netctlgui: File Members + + + + + + + + + + +
      +
      + + + + + + + +
      +
      netctlgui +  1.4.1 +
      +
      Qt library which interacts with netctl
      +
      +
      + + + + + + +
      + +
      +
      + + +
      + +
      + +
      +
      Here is a list of all file members with links to the files they belong to:
      +
      + + + + diff --git a/devs/netctl-gui/globals_enum.html b/devs/netctl-gui/globals_enum.html new file mode 100644 index 0000000..8c3153b --- /dev/null +++ b/devs/netctl-gui/globals_enum.html @@ -0,0 +1,109 @@ + + + + + + +netctlgui: File Members + + + + + + + + + + +
      +
      + + + + + + + +
      +
      netctlgui +  1.4.1 +
      +
      Qt library which interacts with netctl
      +
      +
      + + + + + + +
      + +
      +
      + + +
      + +
      + +
      +
      + + + + diff --git a/devs/netctl-gui/globals_eval.html b/devs/netctl-gui/globals_eval.html new file mode 100644 index 0000000..6932020 --- /dev/null +++ b/devs/netctl-gui/globals_eval.html @@ -0,0 +1,124 @@ + + + + + + +netctlgui: File Members + + + + + + + + + + +
      +
      + + + + + + + +
      +
      netctlgui +  1.4.1 +
      +
      Qt library which interacts with netctl
      +
      +
      + + + + + + +
      + +
      +
      + + +
      + +
      + +
      +
      + + + + diff --git a/devs/netctl-gui/hierarchy.html b/devs/netctl-gui/hierarchy.html index 82febbb..b6ccbe1 100644 --- a/devs/netctl-gui/hierarchy.html +++ b/devs/netctl-gui/hierarchy.html @@ -25,7 +25,7 @@ Logo
      netctlgui -  1.4.0 +  1.4.1
      Qt library which interacts with netctl
      @@ -91,18 +91,21 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
      This inheritance list is sorted roughly, but not completely, alphabetically:
      [detail level 12]
      - - - - - - + + + + + + + + +
       CnetctlProfileInfoNetctl profile information structure
       CnetctlWifiInfoWiFi information structure
       CQObject
       CNetctlInteracts with netctl
       CNetctlProfileInteracts with netctl profiles
       CWpaSupInteracts with wpa_supplicant
       CnetctlCurrentCurrent status structure
       CnetctlInformationGeneral information structure
       CnetctlProfileInfoNetctl profile information structure
       CnetctlWifiInfoWiFi information structure
       CQObject
       CNetctlInteracts with netctl
       CNetctlInterfaceComplex methods to get access to library
       CNetctlProfileInteracts with netctl profiles
       CWpaSupInteracts with wpa_supplicant
      diff --git a/devs/netctl-gui/index.html b/devs/netctl-gui/index.html index 656eaa3..71d666e 100644 --- a/devs/netctl-gui/index.html +++ b/devs/netctl-gui/index.html @@ -25,7 +25,7 @@ Logo
      netctlgui -  1.4.0 +  1.4.1
      Qt library which interacts with netctl
      @@ -84,7 +84,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); diff --git a/devs/netctl-gui/netctlgui_8h.html b/devs/netctl-gui/netctlgui_8h.html index 5b0f3b6..7709bb9 100644 --- a/devs/netctl-gui/netctlgui_8h.html +++ b/devs/netctl-gui/netctlgui_8h.html @@ -25,7 +25,7 @@ Logo
      netctlgui -  1.4.0 +  1.4.1
      Qt library which interacts with netctl
      @@ -64,6 +64,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); @@ -98,7 +99,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); diff --git a/devs/netctl-gui/netctlgui_8h_source.html b/devs/netctl-gui/netctlgui_8h_source.html index f66843c..044582c 100644 --- a/devs/netctl-gui/netctlgui_8h_source.html +++ b/devs/netctl-gui/netctlgui_8h_source.html @@ -25,7 +25,7 @@ Logo
      netctlgui -  1.4.0 +  1.4.1
      Qt library which interacts with netctl
      @@ -64,6 +64,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); @@ -109,18 +110,14 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
      26 #ifndef NETCTLGUI_H
      27 #define NETCTLGUI_H
      28 
      -
      29 #include "netctlinteract.h"
      -
      30 #include "netctlprofile.h"
      -
      31 #include "wpasupinteract.h"
      -
      32 
      -
      33 #endif /* NETCTLGUI_H */
      - - - +
      29 #include "netctlinterface.h"
      +
      30 
      +
      31 #endif /* NETCTLGUI_H */
      + diff --git a/devs/netctl-gui/netctlinteract_8h.html b/devs/netctl-gui/netctlinteract_8h.html index f206c89..96e45ef 100644 --- a/devs/netctl-gui/netctlinteract_8h.html +++ b/devs/netctl-gui/netctlinteract_8h.html @@ -25,7 +25,7 @@ Logo
      netctlgui -  1.4.0 +  1.4.1
      Qt library which interacts with netctl
      @@ -64,6 +64,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); @@ -110,7 +111,7 @@ Classes diff --git a/devs/netctl-gui/netctlinteract_8h_source.html b/devs/netctl-gui/netctlinteract_8h_source.html index 7bf35de..1c6730f 100644 --- a/devs/netctl-gui/netctlinteract_8h_source.html +++ b/devs/netctl-gui/netctlinteract_8h_source.html @@ -25,7 +25,7 @@ Logo
      netctlgui -  1.4.0 +  1.4.1
      Qt library which interacts with netctl
      @@ -64,6 +64,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); @@ -116,102 +117,107 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
      33 
      34 class NetctlProfile;
      35 
      -
      48 typedef struct
      -
      49 {
      -
      50  QString name;
      -
      51  QString description;
      -
      52  bool active;
      -
      53  bool enabled;
      - -
      55 
      -
      59 class Netctl : public QObject
      -
      60 {
      -
      61  Q_OBJECT
      -
      62 
      -
      63 public:
      -
      78  explicit Netctl(const bool debugCmd = false,
      -
      79  const QMap<QString, QString> settings = QMap<QString, QString>());
      -
      83  ~Netctl();
      -
      84  // general information
      -
      89  QStringList getActiveProfile();
      -
      94  QString autoGetActiveProfile();
      -
      99  QList<netctlProfileInfo> getProfileList();
      -
      104  QList<netctlProfileInfo> getProfileListFromNetctlAuto();
      -
      110  QString getProfileDescription(const QString profile);
      -
      117  QString getProfileStatus(const QString profile);
      -
      124  bool isProfileActive(const QString profile);
      -
      131  bool isProfileEnabled(const QString profile);
      -
      138  bool autoIsProfileActive(const QString profile);
      -
      145  bool autoIsProfileEnabled(const QString profile);
      -
      151  bool isNetctlAutoEnabled();
      -
      157  bool isNetctlAutoRunning();
      -
      162  static QMap<QString, QString> getRecommendedConfiguration();
      -
      167  QStringList getWirelessInterfaceList();
      -
      168 
      -
      169 public slots:
      -
      170  // functions
      -
      171  // netctl
      -
      178  bool enableProfile(const QString profile);
      -
      185  bool forceStartProfile(const QString profile);
      -
      192  bool forceStopProfile(const QString profile);
      -
      199  bool reenableProfile(const QString profile);
      -
      206  bool restartProfile(const QString profile);
      -
      213  bool startProfile(const QString profile);
      -
      219  bool stopAllProfiles();
      -
      226  bool switchToProfile(const QString profile);
      -
      227  // netctl-auto
      -
      233  bool autoDisableAllProfiles();
      -
      240  bool autoEnableProfile(const QString profile);
      -
      246  bool autoEnableAllProfiles();
      -
      253  bool autoStartProfile(const QString profile);
      -
      254  // netctl-auto service
      -
      260  bool autoEnableService();
      -
      266  bool autoRestartService();
      -
      272  bool autoStartService();
      -
      273 
      -
      274 private:
      -
      278  NetctlProfile *netctlProfile = nullptr;
      -
      282  bool debug = false;
      -
      286  bool useSuid = true;
      -
      290  QDir *ifaceDirectory = nullptr;
      -
      294  QString mainInterface = QString("");
      -
      298  QString netctlCommand = QString("/usr/bin/netctl");
      -
      302  QString netctlAutoCommand = QString("/usr/bin/netctl-auto");
      -
      306  QString netctlAutoService = QString("netctl-auto");
      -
      310  QString sudoCommand = QString("/usr/bin/kdesu");
      -
      314  QString systemctlCommand = QString("/usr/bin/systemctl");
      -
      315  // functions
      -
      325  bool cmdCall(const bool sudo, const QString command,
      -
      326  const QString commandLine, const QString argument = 0);
      -
      335  QString getCmdOutput(const bool sudo, const QString command,
      -
      336  const QString commandLine, const QString argument = 0);
      -
      337 };
      -
      338 
      -
      339 
      -
      340 #endif /* NETCTLINTERACT_H */
      +
      56 typedef struct
      +
      57 {
      +
      58  QString name;
      +
      59  QString description;
      +
      60  QString essid;
      +
      61  QString interface;
      +
      62  QString type;
      +
      63  bool active = false;
      +
      64  bool enabled = false;
      +
      65  bool netctlAuto = false;
      + +
      67 
      +
      71 class Netctl : public QObject
      +
      72 {
      +
      73  Q_OBJECT
      +
      74 
      +
      75 public:
      +
      90  explicit Netctl(const bool debugCmd = false,
      +
      91  const QMap<QString, QString> settings = QMap<QString, QString>());
      +
      95  ~Netctl();
      +
      96  // general information
      +
      101  QStringList getActiveProfile();
      +
      106  QString autoGetActiveProfile();
      +
      111  QList<netctlProfileInfo> getProfileList();
      +
      116  QList<netctlProfileInfo> getProfileListFromNetctlAuto();
      +
      122  Q_DECL_DEPRECATED QString getProfileDescription(const QString profile);
      +
      129  QString getProfileStatus(const QString profile);
      +
      136  bool isProfileActive(const QString profile);
      +
      143  bool isProfileEnabled(const QString profile);
      +
      150  bool autoIsProfileActive(const QString profile);
      +
      157  bool autoIsProfileEnabled(const QString profile);
      +
      163  bool isNetctlAutoEnabled();
      +
      169  bool isNetctlAutoRunning();
      +
      174  static QMap<QString, QString> getRecommendedConfiguration();
      +
      179  QStringList getWirelessInterfaceList();
      +
      180 
      +
      181 public slots:
      +
      182  // functions
      +
      183  // netctl
      +
      190  bool enableProfile(const QString profile);
      +
      197  bool forceStartProfile(const QString profile);
      +
      204  bool forceStopProfile(const QString profile);
      +
      211  bool reenableProfile(const QString profile);
      +
      218  bool restartProfile(const QString profile);
      +
      225  bool startProfile(const QString profile);
      +
      231  bool stopAllProfiles();
      +
      238  bool switchToProfile(const QString profile);
      +
      239  // netctl-auto
      +
      245  bool autoDisableAllProfiles();
      +
      252  bool autoEnableProfile(const QString profile);
      +
      258  bool autoEnableAllProfiles();
      +
      265  bool autoStartProfile(const QString profile);
      +
      266  // netctl-auto service
      +
      272  bool autoEnableService();
      +
      278  bool autoRestartService();
      +
      284  bool autoStartService();
      +
      285 
      +
      286 private:
      +
      290  NetctlProfile *netctlProfile = nullptr;
      +
      294  bool debug = false;
      +
      298  bool useSuid = true;
      +
      302  QDir *ifaceDirectory = nullptr;
      +
      306  QString mainInterface = QString("");
      +
      310  QString netctlCommand = QString("/usr/bin/netctl");
      +
      314  QString netctlAutoCommand = QString("/usr/bin/netctl-auto");
      +
      318  QString netctlAutoService = QString("netctl-auto");
      +
      322  QString sudoCommand = QString("/usr/bin/kdesu");
      +
      326  QString systemctlCommand = QString("/usr/bin/systemctl");
      +
      327  // functions
      +
      337  bool cmdCall(const bool sudo, const QString command,
      +
      338  const QString commandLine, const QString argument = 0);
      +
      347  QString getCmdOutput(const bool sudo, const QString command,
      +
      348  const QString commandLine, const QString argument = 0);
      +
      349 };
      +
      350 
      +
      351 
      +
      352 #endif /* NETCTLINTERACT_H */
      QString getProfileStatus(const QString profile)
      method which gets profile status
      QStringList getActiveProfile()
      method which returns active profile name
      -
      QString name
      Definition: netctlinteract.h:50
      +
      QString name
      Definition: netctlinteract.h:58
      bool autoIsProfileActive(const QString profile)
      method which checks if profile is active (netctl-auto)
      -
      bool active
      Definition: netctlinteract.h:52
      bool autoEnableProfile(const QString profile)
      method which sets profile disabled or enabled (netctl-auto)
      bool forceStartProfile(const QString profile)
      method which force starts profile
      bool restartProfile(const QString profile)
      method which restarts profile
      -
      netctl profile information structure
      Definition: netctlinteract.h:48
      +
      QString interface
      Definition: netctlinteract.h:61
      +
      netctl profile information structure
      Definition: netctlinteract.h:56
      bool stopAllProfiles()
      method which stops all profiles
      static QMap< QString, QString > getRecommendedConfiguration()
      method which check system configuration and return recommended values to keys
      bool autoEnableAllProfiles()
      method which sets all profiles enabled (netctl-auto)
      -
      bool enabled
      Definition: netctlinteract.h:53
      bool autoStartProfile(const QString profile)
      method which switchs to profile (netctl-auto)
      +
      Q_DECL_DEPRECATED QString getProfileDescription(const QString profile)
      method which gets description from profile
      +
      QString essid
      Definition: netctlinteract.h:60
      ~Netctl()
      Netctl class destructor.
      +
      QString type
      Definition: netctlinteract.h:62
      bool enableProfile(const QString profile)
      method which sets profile disabled or enabled
      The NetctlProfile class interacts with netctl profiles.
      Definition: netctlprofile.h:37
      bool isProfileActive(const QString profile)
      method which checks if profile is active
      bool isProfileEnabled(const QString profile)
      method which checks if profile is enabled
      -
      The Netctl class interacts with netctl.
      Definition: netctlinteract.h:59
      +
      The Netctl class interacts with netctl.
      Definition: netctlinteract.h:71
      bool autoEnableService()
      method which sets netctl-auto service enabled or disabled
      -
      QString getProfileDescription(const QString profile)
      method which gets description from profile
      -
      QString description
      Definition: netctlinteract.h:51
      +
      QString description
      Definition: netctlinteract.h:59
      bool reenableProfile(const QString profile)
      method which reenables profile
      bool isNetctlAutoEnabled()
      method which checks netctl-auto autoload status
      QList< netctlProfileInfo > getProfileList()
      method which returns profile informations from netctl
      @@ -230,7 +236,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); diff --git a/devs/netctl-gui/netctlinterface_8h.html b/devs/netctl-gui/netctlinterface_8h.html new file mode 100644 index 0000000..f081e04 --- /dev/null +++ b/devs/netctl-gui/netctlinterface_8h.html @@ -0,0 +1,158 @@ + + + + + + +netctlgui: netctlinterface.h File Reference + + + + + + + + + + +
      +
      + + + + + + + +
      +
      netctlgui +  1.4.1 +
      +
      Qt library which interacts with netctl
      +
      +
      + + + + + + +
      +
      + + +
      + +
      + + +
      +
      + +
      +
      netctlinterface.h File Reference
      +
      +
      + +

      Go to the source code of this file.

      + + + + + + + + + + + +

      +Classes

      struct  netctlCurrent
       current status structure More...
       
      struct  netctlInformation
       general information structure More...
       
      class  NetctlInterface
       The NetctlInterface class provides complex methods to get access to library. More...
       
      + + + + +

      +Enumerations

      enum  InterfaceAnswer { False = 0, +True, +Error + }
       standard interface answer enumeration More...
       
      +

      Detailed Description

      +

      Header of netctlgui library

      Author
      Evgeniy Alekseev
      + +

      Enumeration Type Documentation

      + +
      +
      + + + + +
      enum InterfaceAnswer
      +
      + +

      standard interface answer enumeration

      + + + + +
      Enumerator
      False  +

      false

      +
      True  +

      true

      +
      Error  +

      an error occurs

      +
      + +
      +
      +
      + + + + diff --git a/devs/netctl-gui/netctlinterface_8h_source.html b/devs/netctl-gui/netctlinterface_8h_source.html new file mode 100644 index 0000000..f0d281b --- /dev/null +++ b/devs/netctl-gui/netctlinterface_8h_source.html @@ -0,0 +1,218 @@ + + + + + + +netctlgui: netctlinterface.h Source File + + + + + + + + + + +
      +
      + + + + + + + +
      +
      netctlgui +  1.4.1 +
      +
      Qt library which interacts with netctl
      +
      +
      + + + + + + +
      +
      + + +
      + +
      + + +
      +
      +
      +
      netctlinterface.h
      +
      +
      +Go to the documentation of this file.
      1 /***************************************************************************
      +
      2  * This file is part of netctl-gui *
      +
      3  * *
      +
      4  * netctl-gui is free software: you can redistribute it and/or *
      +
      5  * modify it under the terms of the GNU General Public License as *
      +
      6  * published by the Free Software Foundation, either version 3 of the *
      +
      7  * License, or (at your option) any later version. *
      +
      8  * *
      +
      9  * netctl-gui is distributed in the hope that it will be useful, *
      +
      10  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
      +
      11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
      +
      12  * GNU General Public License for more details. *
      +
      13  * *
      +
      14  * You should have received a copy of the GNU General Public License *
      +
      15  * along with netctl-gui. If not, see http://www.gnu.org/licenses/ *
      +
      16  ***************************************************************************/
      +
      26 #ifndef NETCTLINTERFACE_H
      +
      27 #define NETCTLINTERFACE_H
      +
      28 
      +
      29 #include <QDir>
      +
      30 #include <QMap>
      +
      31 #include <QObject>
      +
      32 
      +
      33 #include "netctlinteract.h"
      +
      34 #include "netctlprofile.h"
      +
      35 #include "wpasupinteract.h"
      +
      36 
      +
      37 
      + +
      49  False = 0,
      + + +
      52 };
      +
      53 
      +
      66 typedef struct
      +
      67 {
      +
      68  QStringList current;
      +
      69  QList<bool> enables;
      +
      70  QStringList profiles;
      +
      71  bool netctlAuto = false;
      + +
      73 
      +
      86 typedef struct
      +
      87 {
      +
      88  QList<netctlProfileInfo> netctlProfiles;
      +
      89  QList<netctlProfileInfo> netctlAutoProfiles;
      +
      90  bool netctlAuto = false;
      +
      91  bool netctlAutoEnabled = false;
      + +
      93 
      +
      97 class NetctlInterface : public QObject
      +
      98 {
      +
      99  Q_OBJECT
      +
      100 
      +
      101 public:
      +
      107  explicit NetctlInterface(const bool debugCmd = false,
      +
      108  const QMap<QString, QString> settings = QMap<QString, QString>());
      + +
      113  // control methods
      +
      123  InterfaceAnswer createProfile(const QString profile, const QMap<QString, QString> settings);
      +
      133  InterfaceAnswer connectToEssid(const QString essid, QMap<QString, QString> settings);
      +
      142  InterfaceAnswer connectToKnownEssid(const QString essid);
      +
      152  InterfaceAnswer connectToUnknownEssid(const QString essid, QMap<QString, QString> settings);
      +
      161  InterfaceAnswer enableProfile(const QString profile);
      +
      169  InterfaceAnswer removeProfile(const QString profile);
      +
      178  InterfaceAnswer restartProfile(const QString profile);
      +
      187  InterfaceAnswer startProfile(const QString profile);
      + +
      203  InterfaceAnswer switchToProfile(const QString profile);
      +
      204  // information
      + +
      216  QMap<QString, QString> profileSettings(const QString profile);
      + +
      223 
      +
      224 private:
      +
      228  Netctl *netctlCommand = nullptr;
      +
      232  NetctlProfile *netctlProfile = nullptr;
      +
      236  WpaSup *wpaCommand = nullptr;
      +
      240  bool debug = false;
      +
      241 };
      +
      242 
      +
      243 
      +
      244 #endif /* NETCTLINTERFACE_H */
      +
      Definition: netctlinterface.h:49
      +
      Definition: netctlinterface.h:50
      +
      InterfaceAnswer connectToUnknownEssid(const QString essid, QMap< QString, QString > settings)
      method which creates wireless profile and connects to it
      +
      InterfaceAnswer connectToKnownEssid(const QString essid)
      method which connects to existent profile by ESSID
      +
      QList< netctlProfileInfo > netctlProfiles
      Definition: netctlinterface.h:88
      +
      QStringList current
      Definition: netctlinterface.h:68
      +
      ~NetctlInterface()
      NetctlInterface class destructor.
      +
      InterfaceAnswer stopAllProfiles()
      method which stops all profiles
      +
      InterfaceAnswer startProfile(const QString profile)
      method which starts/stops or switchs to selected profile and returns its status
      +
      The NetctlInterface class provides complex methods to get access to library.
      Definition: netctlinterface.h:97
      +
      QList< netctlProfileInfo > netctlAutoProfiles
      Definition: netctlinterface.h:89
      +
      The NetctlProfile class interacts with netctl profiles.
      Definition: netctlprofile.h:37
      +
      The Netctl class interacts with netctl.
      Definition: netctlinteract.h:71
      +
      QList< bool > enables
      Definition: netctlinterface.h:69
      +
      InterfaceAnswer enableProfile(const QString profile)
      method which enables or disables selected profile and returns its status
      +
      InterfaceAnswer connectToEssid(const QString essid, QMap< QString, QString > settings)
      method which connects to ESSID
      +
      QStringList profiles
      Definition: netctlinterface.h:70
      +
      Definition: netctlinterface.h:51
      +
      netctlCurrent status()
      method which returns current status
      + +
      QMap< QString, QString > profileSettings(const QString profile)
      method which reads settings from profile
      +
      InterfaceAnswer restartProfile(const QString profile)
      method which restarts selected profile and returns its status
      +
      InterfaceAnswer
      standard interface answer enumeration
      Definition: netctlinterface.h:48
      +
      InterfaceAnswer createProfile(const QString profile, const QMap< QString, QString > settings)
      method which creates and copies profile
      + +
      general information structure
      Definition: netctlinterface.h:86
      +
      NetctlInterface(const bool debugCmd=false, const QMap< QString, QString > settings=QMap< QString, QString >())
      NetctlInterface class constructor.
      +
      The WpaSup class interacts with wpa_supplicant.
      Definition: wpasupinteract.h:91
      +
      InterfaceAnswer switchToProfile(const QString profile)
      method which switchs to selected profile and returns its status
      +
      netctlInformation information()
      method which returns general information
      +
      InterfaceAnswer removeProfile(const QString profile)
      method which removes selected profile
      + +
      current status structure
      Definition: netctlinterface.h:66
      +
      + + + + diff --git a/devs/netctl-gui/netctlprofile_8h.html b/devs/netctl-gui/netctlprofile_8h.html index 0f6a075..f8e6fc7 100644 --- a/devs/netctl-gui/netctlprofile_8h.html +++ b/devs/netctl-gui/netctlprofile_8h.html @@ -25,7 +25,7 @@ Logo
      netctlgui -  1.4.0 +  1.4.1
      Qt library which interacts with netctl
      @@ -64,6 +64,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); @@ -107,7 +108,7 @@ Classes diff --git a/devs/netctl-gui/netctlprofile_8h_source.html b/devs/netctl-gui/netctlprofile_8h_source.html index 881166b..2ef0db0 100644 --- a/devs/netctl-gui/netctlprofile_8h_source.html +++ b/devs/netctl-gui/netctlprofile_8h_source.html @@ -25,7 +25,7 @@ Logo
      netctlgui -  1.4.0 +  1.4.1
      Qt library which interacts with netctl
      @@ -64,6 +64,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); @@ -127,17 +128,18 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
      74  static QMap<QString, QString> getRecommendedConfiguration();
      80  QMap<QString, QString> getSettingsFromProfile(const QString profile);
      87  QString getValueFromProfile(const QString profile, const QString key);
      -
      94  bool removeProfile(const QString profile);
      -
      95 
      -
      96 private:
      -
      100  bool debug = false;
      -
      104  bool useSuid = true;
      -
      108  QDir *profileDirectory = nullptr;
      -
      112  QString sudoCommand = QString("/usr/bin/kdesu");
      -
      113 };
      -
      114 
      -
      115 
      -
      116 #endif /* NETCTLPROFILE_H */
      +
      94  QStringList getValuesFromProfile(const QString profile, const QStringList keys);
      +
      101  bool removeProfile(const QString profile);
      +
      102 
      +
      103 private:
      +
      107  bool debug = false;
      +
      111  bool useSuid = true;
      +
      115  QDir *profileDirectory = nullptr;
      +
      119  QString sudoCommand = QString("/usr/bin/kdesu");
      +
      120 };
      +
      121 
      +
      122 
      +
      123 #endif /* NETCTLPROFILE_H */
      QString createProfile(const QString profile, const QMap< QString, QString > settings)
      method which creates temporary profile
      QMap< QString, QString > getSettingsFromProfile(const QString profile)
      method which reads settings from profile
      QString getValueFromProfile(const QString profile, const QString key)
      method which return value from profile by key
      @@ -147,10 +149,11 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
      ~NetctlProfile()
      Netctl class destructor.
      bool copyProfile(const QString oldPath)
      method which copies temporary profile to PROFILE_DIR
      bool removeProfile(const QString profile)
      method which removes profile
      +
      QStringList getValuesFromProfile(const QString profile, const QStringList keys)
      method which return values from profile by keys
      diff --git a/devs/netctl-gui/search/all_1.js b/devs/netctl-gui/search/all_1.js index a5ae6a5..9bc91f3 100644 --- a/devs/netctl-gui/search/all_1.js +++ b/devs/netctl-gui/search/all_1.js @@ -1,5 +1,9 @@ var searchData= [ + ['connecttoessid',['connectToEssid',['../class_netctl_interface.html#a2a8a04ba9f6349f82f22b22c5d300c2e',1,'NetctlInterface']]], + ['connecttoknownessid',['connectToKnownEssid',['../class_netctl_interface.html#ad9644193f0a2772be22de6f555c1f33c',1,'NetctlInterface']]], + ['connecttounknownessid',['connectToUnknownEssid',['../class_netctl_interface.html#afad356e5b670a83773224e9be50427d1',1,'NetctlInterface']]], ['copyprofile',['copyProfile',['../class_netctl_profile.html#a3de2d57c7b7e3bf3f743a6332c2971ae',1,'NetctlProfile']]], - ['createprofile',['createProfile',['../class_netctl_profile.html#ade8dabcf148c27c1c0f865b6c620ab48',1,'NetctlProfile']]] + ['createprofile',['createProfile',['../class_netctl_interface.html#a72c887c9f9d550e04b34322507560448',1,'NetctlInterface::createProfile()'],['../class_netctl_profile.html#ade8dabcf148c27c1c0f865b6c620ab48',1,'NetctlProfile::createProfile()']]], + ['current',['current',['../structnetctl_current.html#a7d0b332356f039c63de1253caca79a56',1,'netctlCurrent::current()'],['../class_wpa_sup.html#ad0c4e4f16aea2857776adb18cc113f44',1,'WpaSup::current()']]] ]; diff --git a/devs/netctl-gui/search/all_3.js b/devs/netctl-gui/search/all_3.js index 47c0b72..7962202 100644 --- a/devs/netctl-gui/search/all_3.js +++ b/devs/netctl-gui/search/all_3.js @@ -1,7 +1,10 @@ var searchData= [ ['enabled',['enabled',['../structnetctl_profile_info.html#a8173b10891448af2843c02e6b8532584',1,'netctlProfileInfo']]], - ['enableprofile',['enableProfile',['../class_netctl.html#a237675bbe56f98df70fa787d9b7a8fca',1,'Netctl']]], + ['enableprofile',['enableProfile',['../class_netctl.html#a237675bbe56f98df70fa787d9b7a8fca',1,'Netctl::enableProfile()'],['../class_netctl_interface.html#a34a7892dfd85fba250413a4f4f226912',1,'NetctlInterface::enableProfile()']]], + ['enables',['enables',['../structnetctl_current.html#aec6cb165bfdbd136aff39ffd24d536e9',1,'netctlCurrent']]], + ['error',['Error',['../netctlinterface_8h.html#a1b4223745eb9b6befed9b947e25ec3f3ae78fbb3d7e4086b8494f7f600072d26d',1,'netctlinterface.h']]], + ['essid',['essid',['../structnetctl_profile_info.html#a762a2c6a117472619570c6b2d559b574',1,'netctlProfileInfo']]], ['existentprofile',['existentProfile',['../class_wpa_sup.html#aeee13eea7764376e8f154fce610872b3',1,'WpaSup']]], ['exists',['exists',['../structnetctl_wifi_info.html#ab56d1ca1abc45a552f9f9bacab9dfe7c',1,'netctlWifiInfo']]] ]; diff --git a/devs/netctl-gui/search/all_4.js b/devs/netctl-gui/search/all_4.js index 854d7d9..5463edc 100644 --- a/devs/netctl-gui/search/all_4.js +++ b/devs/netctl-gui/search/all_4.js @@ -1,5 +1,8 @@ var searchData= [ + ['false',['False',['../netctlinterface_8h.html#a1b4223745eb9b6befed9b947e25ec3f3ad8f00c16aa3144e83fff76c86dae4cc3',1,'netctlinterface.h']]], + ['fiveg',['FiveG',['../wpasupinteract_8h.html#a18ab7b7b419342201c07425bdcd420cda772d4d94d646aa501e6e0a0775cc80a7',1,'wpasupinteract.h']]], ['forcestartprofile',['forceStartProfile',['../class_netctl.html#ae52539bef828bbcdf3779127e30acfba',1,'Netctl']]], - ['forcestopprofile',['forceStopProfile',['../class_netctl.html#a0bcb6486f14c2a2c4ba7d37f633272f3',1,'Netctl']]] + ['forcestopprofile',['forceStopProfile',['../class_netctl.html#a0bcb6486f14c2a2c4ba7d37f633272f3',1,'Netctl']]], + ['frequencies',['frequencies',['../structnetctl_wifi_info.html#abb58ae919bf50c736bafb8b1e8abd7d7',1,'netctlWifiInfo']]] ]; diff --git a/devs/netctl-gui/search/all_5.js b/devs/netctl-gui/search/all_5.js index 48f8f6e..15329de 100644 --- a/devs/netctl-gui/search/all_5.js +++ b/devs/netctl-gui/search/all_5.js @@ -1,12 +1,13 @@ var searchData= [ ['getactiveprofile',['getActiveProfile',['../class_netctl.html#ae001a141ebeb8e7ab937ab0bbbfaf9ef',1,'Netctl']]], - ['getprofiledescription',['getProfileDescription',['../class_netctl.html#a8d22999dfc83293aed4f272ce9bcac03',1,'Netctl']]], + ['getprofiledescription',['getProfileDescription',['../class_netctl.html#a34e021d94781a2d581f3d90e17711de3',1,'Netctl']]], ['getprofilelist',['getProfileList',['../class_netctl.html#abe7984b6994217653b550e6ea24bb572',1,'Netctl']]], ['getprofilelistfromnetctlauto',['getProfileListFromNetctlAuto',['../class_netctl.html#a534db1cbc7d56cc88e9f56fb91a835f2',1,'Netctl']]], ['getprofilestatus',['getProfileStatus',['../class_netctl.html#ae328363bbcbda4d951a09f31dc5fe570',1,'Netctl']]], ['getrecommendedconfiguration',['getRecommendedConfiguration',['../class_netctl.html#afa2e7a1f9c44fc4eed7e39b9bbe97456',1,'Netctl::getRecommendedConfiguration()'],['../class_netctl_profile.html#afd4f9bf1ae5725fbb4f85ab32428e01a',1,'NetctlProfile::getRecommendedConfiguration()'],['../class_wpa_sup.html#ab60ec6f1349b09dbdeca9e359dc6a355',1,'WpaSup::getRecommendedConfiguration()']]], ['getsettingsfromprofile',['getSettingsFromProfile',['../class_netctl_profile.html#a32c509f71d5a5b2fbf88100f268c152f',1,'NetctlProfile']]], ['getvaluefromprofile',['getValueFromProfile',['../class_netctl_profile.html#a4e9303e64f53c27ed925f13acc7bb8ce',1,'NetctlProfile']]], + ['getvaluesfromprofile',['getValuesFromProfile',['../class_netctl_profile.html#a085178b5f7d705b8613e5bbb9c71bb0e',1,'NetctlProfile']]], ['getwirelessinterfacelist',['getWirelessInterfaceList',['../class_netctl.html#a6b58390c578d05591119f2d09ed8fd0e',1,'Netctl']]] ]; diff --git a/devs/netctl-gui/search/all_6.js b/devs/netctl-gui/search/all_6.js index f8be3d7..a234b26 100644 --- a/devs/netctl-gui/search/all_6.js +++ b/devs/netctl-gui/search/all_6.js @@ -1,8 +1,11 @@ var searchData= [ + ['information',['information',['../class_netctl_interface.html#a6f83ff85b23f529683c63af3d3865dab',1,'NetctlInterface']]], + ['interface',['interface',['../structnetctl_profile_info.html#a83bc4288ee6bec838312a0f2cbe01dac',1,'netctlProfileInfo']]], + ['interfaceanswer',['InterfaceAnswer',['../netctlinterface_8h.html#a1b4223745eb9b6befed9b947e25ec3f3',1,'netctlinterface.h']]], ['isnetctlautoenabled',['isNetctlAutoEnabled',['../class_netctl.html#ad86fc14aa2a20d4f1d6ceaa29d1d582a',1,'Netctl']]], ['isnetctlautorunning',['isNetctlAutoRunning',['../class_netctl.html#a38fe28973167cf9853d97947a0e432ce',1,'Netctl']]], ['isprofileactive',['isProfileActive',['../class_netctl.html#a788c98b484dd49b774e5e4fd3ee98326',1,'Netctl::isProfileActive()'],['../class_wpa_sup.html#a84e2b4cb1d25d21379e0fc860a7fb9a4',1,'WpaSup::isProfileActive()']]], ['isprofileenabled',['isProfileEnabled',['../class_netctl.html#accd1fca26390a148adb1c3aee2fecbf4',1,'Netctl']]], - ['isprofileexists',['isProfileExists',['../class_wpa_sup.html#aebc870feafdc0acdee5d9007627ba3d8',1,'WpaSup']]] + ['isprofileexists',['isProfileExists',['../class_wpa_sup.html#aed74fa2220e55ab0c4306adc8280c0a4',1,'WpaSup']]] ]; diff --git a/devs/netctl-gui/search/all_7.js b/devs/netctl-gui/search/all_7.js index a170b40..ffb09d1 100644 --- a/devs/netctl-gui/search/all_7.js +++ b/devs/netctl-gui/search/all_7.js @@ -1,11 +1,4 @@ var searchData= [ - ['name',['name',['../structnetctl_profile_info.html#a98e421d12f0ec50b44128fd699e44d7f',1,'netctlProfileInfo::name()'],['../structnetctl_wifi_info.html#afff424704334890c6cb1ce4908ead22b',1,'netctlWifiInfo::name()']]], - ['netctl',['Netctl',['../class_netctl.html',1,'Netctl'],['../class_netctl.html#a63fe336271242547aa097e0ac8cb81a9',1,'Netctl::Netctl()']]], - ['netctlgui_2eh',['netctlgui.h',['../netctlgui_8h.html',1,'']]], - ['netctlinteract_2eh',['netctlinteract.h',['../netctlinteract_8h.html',1,'']]], - ['netctlprofile',['NetctlProfile',['../class_netctl_profile.html',1,'NetctlProfile'],['../class_netctl_profile.html#adbbaf6da0c7325e7477db00efbf646f8',1,'NetctlProfile::NetctlProfile()']]], - ['netctlprofile_2eh',['netctlprofile.h',['../netctlprofile_8h.html',1,'']]], - ['netctlprofileinfo',['netctlProfileInfo',['../structnetctl_profile_info.html',1,'']]], - ['netctlwifiinfo',['netctlWifiInfo',['../structnetctl_wifi_info.html',1,'']]] + ['macs',['macs',['../structnetctl_wifi_info.html#a711525800f6320e352f98424392455e7',1,'netctlWifiInfo']]] ]; diff --git a/devs/netctl-gui/search/all_8.js b/devs/netctl-gui/search/all_8.js index 9abfeed..86b2db2 100644 --- a/devs/netctl-gui/search/all_8.js +++ b/devs/netctl-gui/search/all_8.js @@ -1,6 +1,20 @@ var searchData= [ - ['reenableprofile',['reenableProfile',['../class_netctl.html#abc6b27c0168e631d1e6dfddd600d4a16',1,'Netctl']]], - ['removeprofile',['removeProfile',['../class_netctl_profile.html#adc032c8203e0e8cef96f0586b8351079',1,'NetctlProfile']]], - ['restartprofile',['restartProfile',['../class_netctl.html#aebbaf936349a229239b59eafcb17e4f7',1,'Netctl']]] + ['name',['name',['../structnetctl_profile_info.html#a98e421d12f0ec50b44128fd699e44d7f',1,'netctlProfileInfo::name()'],['../structnetctl_wifi_info.html#afff424704334890c6cb1ce4908ead22b',1,'netctlWifiInfo::name()']]], + ['netctl',['Netctl',['../class_netctl.html',1,'Netctl'],['../class_netctl.html#a63fe336271242547aa097e0ac8cb81a9',1,'Netctl::Netctl()']]], + ['netctlauto',['netctlAuto',['../structnetctl_profile_info.html#aaa4a71cb3a3243a6395d9820078d038e',1,'netctlProfileInfo::netctlAuto()'],['../structnetctl_current.html#acf9bc747cf423e5b79705ed1212e3803',1,'netctlCurrent::netctlAuto()'],['../structnetctl_information.html#ab07051cc333b17816976bbb550445968',1,'netctlInformation::netctlAuto()']]], + ['netctlautoenabled',['netctlAutoEnabled',['../structnetctl_information.html#a54b2744a145c2605561b3f358496d36c',1,'netctlInformation']]], + ['netctlautoprofiles',['netctlAutoProfiles',['../structnetctl_information.html#ae8bdac5a7ac72ff829c284531dd86650',1,'netctlInformation']]], + ['netctlcurrent',['netctlCurrent',['../structnetctl_current.html',1,'']]], + ['netctlgui_2eh',['netctlgui.h',['../netctlgui_8h.html',1,'']]], + ['netctlinformation',['netctlInformation',['../structnetctl_information.html',1,'']]], + ['netctlinteract_2eh',['netctlinteract.h',['../netctlinteract_8h.html',1,'']]], + ['netctlinterface',['NetctlInterface',['../class_netctl_interface.html',1,'NetctlInterface'],['../class_netctl_interface.html#ab93e62cc6f5195b8390a2faaa477206e',1,'NetctlInterface::NetctlInterface()']]], + ['netctlinterface_2eh',['netctlinterface.h',['../netctlinterface_8h.html',1,'']]], + ['netctlprofile',['NetctlProfile',['../class_netctl_profile.html',1,'NetctlProfile'],['../class_netctl_profile.html#adbbaf6da0c7325e7477db00efbf646f8',1,'NetctlProfile::NetctlProfile()']]], + ['netctlprofile_2eh',['netctlprofile.h',['../netctlprofile_8h.html',1,'']]], + ['netctlprofileinfo',['netctlProfileInfo',['../structnetctl_profile_info.html',1,'']]], + ['netctlprofiles',['netctlProfiles',['../structnetctl_information.html#ac5f3f539d4c9ea21f4320f20879b90b4',1,'netctlInformation']]], + ['netctlwifiinfo',['netctlWifiInfo',['../structnetctl_wifi_info.html',1,'']]], + ['none',['None',['../wpasupinteract_8h.html#a18ab7b7b419342201c07425bdcd420cda462dda4f944885cb56063ba563bc7d3d',1,'wpasupinteract.h']]] ]; diff --git a/devs/netctl-gui/search/all_9.js b/devs/netctl-gui/search/all_9.js index 6880ff7..5d27238 100644 --- a/devs/netctl-gui/search/all_9.js +++ b/devs/netctl-gui/search/all_9.js @@ -1,11 +1,6 @@ var searchData= [ - ['scanwifi',['scanWifi',['../class_wpa_sup.html#abf3330fca9041e2cb149dec3da01b46e',1,'WpaSup']]], - ['security',['security',['../structnetctl_wifi_info.html#ab515de4719f4c498a41c99cb04883db9',1,'netctlWifiInfo']]], - ['signal',['signal',['../structnetctl_wifi_info.html#a89771b5abe65323af38f16a9ead49de6',1,'netctlWifiInfo']]], - ['startprofile',['startProfile',['../class_netctl.html#adc6a547515b76b9c7b26170da3a2f39d',1,'Netctl']]], - ['startwpasupplicant',['startWpaSupplicant',['../class_wpa_sup.html#abe6865d3fc907dedf0d6eb485123ef0b',1,'WpaSup']]], - ['stopallprofiles',['stopAllProfiles',['../class_netctl.html#a5c41f200fade2bbc7611376a92fc645f',1,'Netctl']]], - ['stopwpasupplicant',['stopWpaSupplicant',['../class_wpa_sup.html#ae8ebd534cad9715c62a6af766be57051',1,'WpaSup']]], - ['switchtoprofile',['switchToProfile',['../class_netctl.html#adde2340d88ec55bd8b5c908e8ed793ef',1,'Netctl']]] + ['pointtype',['PointType',['../wpasupinteract_8h.html#a18ab7b7b419342201c07425bdcd420cd',1,'wpasupinteract.h']]], + ['profiles',['profiles',['../structnetctl_current.html#a10d5e070b4046893f82d4a3eedbe0730',1,'netctlCurrent']]], + ['profilesettings',['profileSettings',['../class_netctl_interface.html#a8a9490ff070fd83438aa262a5bf21fca',1,'NetctlInterface']]] ]; diff --git a/devs/netctl-gui/search/all_a.js b/devs/netctl-gui/search/all_a.js index 7d4f733..7ec0a49 100644 --- a/devs/netctl-gui/search/all_a.js +++ b/devs/netctl-gui/search/all_a.js @@ -1,5 +1,6 @@ var searchData= [ - ['wpasup',['WpaSup',['../class_wpa_sup.html',1,'WpaSup'],['../class_wpa_sup.html#ae236c442ef55fa5d4a7c03e2f29800d5',1,'WpaSup::WpaSup()']]], - ['wpasupinteract_2eh',['wpasupinteract.h',['../wpasupinteract_8h.html',1,'']]] + ['reenableprofile',['reenableProfile',['../class_netctl.html#abc6b27c0168e631d1e6dfddd600d4a16',1,'Netctl']]], + ['removeprofile',['removeProfile',['../class_netctl_interface.html#a5a443a96446b2666a1cfadde36da0197',1,'NetctlInterface::removeProfile()'],['../class_netctl_profile.html#adc032c8203e0e8cef96f0586b8351079',1,'NetctlProfile::removeProfile()']]], + ['restartprofile',['restartProfile',['../class_netctl.html#aebbaf936349a229239b59eafcb17e4f7',1,'Netctl::restartProfile()'],['../class_netctl_interface.html#ac03e40ea9cf533848a9563417ee78919',1,'NetctlInterface::restartProfile()']]] ]; diff --git a/devs/netctl-gui/search/all_b.js b/devs/netctl-gui/search/all_b.js index 9f1fb6e..9566b2f 100644 --- a/devs/netctl-gui/search/all_b.js +++ b/devs/netctl-gui/search/all_b.js @@ -1,6 +1,12 @@ var searchData= [ - ['_7enetctl',['~Netctl',['../class_netctl.html#ad148c9999a03a65f67a9e097e3b56ec0',1,'Netctl']]], - ['_7enetctlprofile',['~NetctlProfile',['../class_netctl_profile.html#a00b3becc7bf1f888500127bcd0cb86c8',1,'NetctlProfile']]], - ['_7ewpasup',['~WpaSup',['../class_wpa_sup.html#afc8195f5c6d44a43b015cb28d73f9a6b',1,'WpaSup']]] + ['scanwifi',['scanWifi',['../class_wpa_sup.html#abf3330fca9041e2cb149dec3da01b46e',1,'WpaSup']]], + ['security',['security',['../structnetctl_wifi_info.html#ab515de4719f4c498a41c99cb04883db9',1,'netctlWifiInfo']]], + ['signal',['signal',['../structnetctl_wifi_info.html#a89771b5abe65323af38f16a9ead49de6',1,'netctlWifiInfo']]], + ['startprofile',['startProfile',['../class_netctl.html#adc6a547515b76b9c7b26170da3a2f39d',1,'Netctl::startProfile()'],['../class_netctl_interface.html#abdd96c3f9ae5df0b34a60bc3ea2a4041',1,'NetctlInterface::startProfile()']]], + ['startwpasupplicant',['startWpaSupplicant',['../class_wpa_sup.html#abe6865d3fc907dedf0d6eb485123ef0b',1,'WpaSup']]], + ['status',['status',['../class_netctl_interface.html#a8472a036cfcb9dec642b4fd1ccdcabc6',1,'NetctlInterface']]], + ['stopallprofiles',['stopAllProfiles',['../class_netctl.html#a5c41f200fade2bbc7611376a92fc645f',1,'Netctl::stopAllProfiles()'],['../class_netctl_interface.html#a8a85ce8e287bce7952209ebdd21f1a29',1,'NetctlInterface::stopAllProfiles()']]], + ['stopwpasupplicant',['stopWpaSupplicant',['../class_wpa_sup.html#ae8ebd534cad9715c62a6af766be57051',1,'WpaSup']]], + ['switchtoprofile',['switchToProfile',['../class_netctl.html#adde2340d88ec55bd8b5c908e8ed793ef',1,'Netctl::switchToProfile()'],['../class_netctl_interface.html#a9f745312f8d52503aac44bc6123a8acb',1,'NetctlInterface::switchToProfile()']]] ]; diff --git a/devs/netctl-gui/search/all_c.html b/devs/netctl-gui/search/all_c.html new file mode 100644 index 0000000..ec9a0c8 --- /dev/null +++ b/devs/netctl-gui/search/all_c.html @@ -0,0 +1,26 @@ + + + + + + + + + +
      +
      Loading...
      +
      + +
      Searching...
      +
      No Matches
      + +
      + + diff --git a/devs/netctl-gui/search/all_c.js b/devs/netctl-gui/search/all_c.js new file mode 100644 index 0000000..4769255 --- /dev/null +++ b/devs/netctl-gui/search/all_c.js @@ -0,0 +1,7 @@ +var searchData= +[ + ['true',['True',['../netctlinterface_8h.html#a1b4223745eb9b6befed9b947e25ec3f3a875c89bc674a017d85fcd6b6ae9accf7',1,'netctlinterface.h']]], + ['twoandfiveg',['TwoAndFiveG',['../wpasupinteract_8h.html#a18ab7b7b419342201c07425bdcd420cda0c5f94310288ccb7e911fbd2a2949e55',1,'wpasupinteract.h']]], + ['twog',['TwoG',['../wpasupinteract_8h.html#a18ab7b7b419342201c07425bdcd420cdaa29ab8acf44824e01c63375240b82d37',1,'wpasupinteract.h']]], + ['type',['type',['../structnetctl_profile_info.html#afd2ef4ae4f409455a5ae517d0b3376a5',1,'netctlProfileInfo::type()'],['../structnetctl_wifi_info.html#accb09c4e5de7a7b3754722ae818e6594',1,'netctlWifiInfo::type()']]] +]; diff --git a/devs/netctl-gui/search/all_d.html b/devs/netctl-gui/search/all_d.html new file mode 100644 index 0000000..654d198 --- /dev/null +++ b/devs/netctl-gui/search/all_d.html @@ -0,0 +1,26 @@ + + + + + + + + + +
      +
      Loading...
      +
      + +
      Searching...
      +
      No Matches
      + +
      + + diff --git a/devs/netctl-gui/search/all_d.js b/devs/netctl-gui/search/all_d.js new file mode 100644 index 0000000..7d4f733 --- /dev/null +++ b/devs/netctl-gui/search/all_d.js @@ -0,0 +1,5 @@ +var searchData= +[ + ['wpasup',['WpaSup',['../class_wpa_sup.html',1,'WpaSup'],['../class_wpa_sup.html#ae236c442ef55fa5d4a7c03e2f29800d5',1,'WpaSup::WpaSup()']]], + ['wpasupinteract_2eh',['wpasupinteract.h',['../wpasupinteract_8h.html',1,'']]] +]; diff --git a/devs/netctl-gui/search/all_e.html b/devs/netctl-gui/search/all_e.html new file mode 100644 index 0000000..812aced --- /dev/null +++ b/devs/netctl-gui/search/all_e.html @@ -0,0 +1,26 @@ + + + + + + + + + +
      +
      Loading...
      +
      + +
      Searching...
      +
      No Matches
      + +
      + + diff --git a/devs/netctl-gui/search/all_e.js b/devs/netctl-gui/search/all_e.js new file mode 100644 index 0000000..7f86810 --- /dev/null +++ b/devs/netctl-gui/search/all_e.js @@ -0,0 +1,7 @@ +var searchData= +[ + ['_7enetctl',['~Netctl',['../class_netctl.html#ad148c9999a03a65f67a9e097e3b56ec0',1,'Netctl']]], + ['_7enetctlinterface',['~NetctlInterface',['../class_netctl_interface.html#aec650af252488adeb3cbb4c9a8a7ef9c',1,'NetctlInterface']]], + ['_7enetctlprofile',['~NetctlProfile',['../class_netctl_profile.html#a00b3becc7bf1f888500127bcd0cb86c8',1,'NetctlProfile']]], + ['_7ewpasup',['~WpaSup',['../class_wpa_sup.html#afc8195f5c6d44a43b015cb28d73f9a6b',1,'WpaSup']]] +]; diff --git a/devs/netctl-gui/search/classes_0.js b/devs/netctl-gui/search/classes_0.js index c77ed20..1bd628f 100644 --- a/devs/netctl-gui/search/classes_0.js +++ b/devs/netctl-gui/search/classes_0.js @@ -1,6 +1,9 @@ var searchData= [ ['netctl',['Netctl',['../class_netctl.html',1,'']]], + ['netctlcurrent',['netctlCurrent',['../structnetctl_current.html',1,'']]], + ['netctlinformation',['netctlInformation',['../structnetctl_information.html',1,'']]], + ['netctlinterface',['NetctlInterface',['../class_netctl_interface.html',1,'']]], ['netctlprofile',['NetctlProfile',['../class_netctl_profile.html',1,'']]], ['netctlprofileinfo',['netctlProfileInfo',['../structnetctl_profile_info.html',1,'']]], ['netctlwifiinfo',['netctlWifiInfo',['../structnetctl_wifi_info.html',1,'']]] diff --git a/devs/netctl-gui/search/enums_0.html b/devs/netctl-gui/search/enums_0.html new file mode 100644 index 0000000..f0d2272 --- /dev/null +++ b/devs/netctl-gui/search/enums_0.html @@ -0,0 +1,26 @@ + + + + + + + + + +
      +
      Loading...
      +
      + +
      Searching...
      +
      No Matches
      + +
      + + diff --git a/devs/netctl-gui/search/enums_0.js b/devs/netctl-gui/search/enums_0.js new file mode 100644 index 0000000..6a5a8c7 --- /dev/null +++ b/devs/netctl-gui/search/enums_0.js @@ -0,0 +1,4 @@ +var searchData= +[ + ['interfaceanswer',['InterfaceAnswer',['../netctlinterface_8h.html#a1b4223745eb9b6befed9b947e25ec3f3',1,'netctlinterface.h']]] +]; diff --git a/devs/netctl-gui/search/enums_1.html b/devs/netctl-gui/search/enums_1.html new file mode 100644 index 0000000..9e3b4fb --- /dev/null +++ b/devs/netctl-gui/search/enums_1.html @@ -0,0 +1,26 @@ + + + + + + + + + +
      +
      Loading...
      +
      + +
      Searching...
      +
      No Matches
      + +
      + + diff --git a/devs/netctl-gui/search/enums_1.js b/devs/netctl-gui/search/enums_1.js new file mode 100644 index 0000000..73f41a5 --- /dev/null +++ b/devs/netctl-gui/search/enums_1.js @@ -0,0 +1,4 @@ +var searchData= +[ + ['pointtype',['PointType',['../wpasupinteract_8h.html#a18ab7b7b419342201c07425bdcd420cd',1,'wpasupinteract.h']]] +]; diff --git a/devs/netctl-gui/search/enumvalues_0.html b/devs/netctl-gui/search/enumvalues_0.html new file mode 100644 index 0000000..a1556a6 --- /dev/null +++ b/devs/netctl-gui/search/enumvalues_0.html @@ -0,0 +1,26 @@ + + + + + + + + + +
      +
      Loading...
      +
      + +
      Searching...
      +
      No Matches
      + +
      + + diff --git a/devs/netctl-gui/search/enumvalues_0.js b/devs/netctl-gui/search/enumvalues_0.js new file mode 100644 index 0000000..22a9daf --- /dev/null +++ b/devs/netctl-gui/search/enumvalues_0.js @@ -0,0 +1,4 @@ +var searchData= +[ + ['error',['Error',['../netctlinterface_8h.html#a1b4223745eb9b6befed9b947e25ec3f3ae78fbb3d7e4086b8494f7f600072d26d',1,'netctlinterface.h']]] +]; diff --git a/devs/netctl-gui/search/enumvalues_1.html b/devs/netctl-gui/search/enumvalues_1.html new file mode 100644 index 0000000..76abc45 --- /dev/null +++ b/devs/netctl-gui/search/enumvalues_1.html @@ -0,0 +1,26 @@ + + + + + + + + + +
      +
      Loading...
      +
      + +
      Searching...
      +
      No Matches
      + +
      + + diff --git a/devs/netctl-gui/search/enumvalues_1.js b/devs/netctl-gui/search/enumvalues_1.js new file mode 100644 index 0000000..2f7040b --- /dev/null +++ b/devs/netctl-gui/search/enumvalues_1.js @@ -0,0 +1,5 @@ +var searchData= +[ + ['false',['False',['../netctlinterface_8h.html#a1b4223745eb9b6befed9b947e25ec3f3ad8f00c16aa3144e83fff76c86dae4cc3',1,'netctlinterface.h']]], + ['fiveg',['FiveG',['../wpasupinteract_8h.html#a18ab7b7b419342201c07425bdcd420cda772d4d94d646aa501e6e0a0775cc80a7',1,'wpasupinteract.h']]] +]; diff --git a/devs/netctl-gui/search/enumvalues_2.html b/devs/netctl-gui/search/enumvalues_2.html new file mode 100644 index 0000000..c0bcb1f --- /dev/null +++ b/devs/netctl-gui/search/enumvalues_2.html @@ -0,0 +1,26 @@ + + + + + + + + + +
      +
      Loading...
      +
      + +
      Searching...
      +
      No Matches
      + +
      + + diff --git a/devs/netctl-gui/search/enumvalues_2.js b/devs/netctl-gui/search/enumvalues_2.js new file mode 100644 index 0000000..c767014 --- /dev/null +++ b/devs/netctl-gui/search/enumvalues_2.js @@ -0,0 +1,4 @@ +var searchData= +[ + ['none',['None',['../wpasupinteract_8h.html#a18ab7b7b419342201c07425bdcd420cda462dda4f944885cb56063ba563bc7d3d',1,'wpasupinteract.h']]] +]; diff --git a/devs/netctl-gui/search/enumvalues_3.html b/devs/netctl-gui/search/enumvalues_3.html new file mode 100644 index 0000000..19220e8 --- /dev/null +++ b/devs/netctl-gui/search/enumvalues_3.html @@ -0,0 +1,26 @@ + + + + + + + + + +
      +
      Loading...
      +
      + +
      Searching...
      +
      No Matches
      + +
      + + diff --git a/devs/netctl-gui/search/enumvalues_3.js b/devs/netctl-gui/search/enumvalues_3.js new file mode 100644 index 0000000..0e95bf5 --- /dev/null +++ b/devs/netctl-gui/search/enumvalues_3.js @@ -0,0 +1,6 @@ +var searchData= +[ + ['true',['True',['../netctlinterface_8h.html#a1b4223745eb9b6befed9b947e25ec3f3a875c89bc674a017d85fcd6b6ae9accf7',1,'netctlinterface.h']]], + ['twoandfiveg',['TwoAndFiveG',['../wpasupinteract_8h.html#a18ab7b7b419342201c07425bdcd420cda0c5f94310288ccb7e911fbd2a2949e55',1,'wpasupinteract.h']]], + ['twog',['TwoG',['../wpasupinteract_8h.html#a18ab7b7b419342201c07425bdcd420cdaa29ab8acf44824e01c63375240b82d37',1,'wpasupinteract.h']]] +]; diff --git a/devs/netctl-gui/search/files_0.js b/devs/netctl-gui/search/files_0.js index 52754f3..134e759 100644 --- a/devs/netctl-gui/search/files_0.js +++ b/devs/netctl-gui/search/files_0.js @@ -2,5 +2,6 @@ var searchData= [ ['netctlgui_2eh',['netctlgui.h',['../netctlgui_8h.html',1,'']]], ['netctlinteract_2eh',['netctlinteract.h',['../netctlinteract_8h.html',1,'']]], + ['netctlinterface_2eh',['netctlinterface.h',['../netctlinterface_8h.html',1,'']]], ['netctlprofile_2eh',['netctlprofile.h',['../netctlprofile_8h.html',1,'']]] ]; diff --git a/devs/netctl-gui/search/functions_1.js b/devs/netctl-gui/search/functions_1.js index a5ae6a5..9cda2e5 100644 --- a/devs/netctl-gui/search/functions_1.js +++ b/devs/netctl-gui/search/functions_1.js @@ -1,5 +1,9 @@ var searchData= [ + ['connecttoessid',['connectToEssid',['../class_netctl_interface.html#a2a8a04ba9f6349f82f22b22c5d300c2e',1,'NetctlInterface']]], + ['connecttoknownessid',['connectToKnownEssid',['../class_netctl_interface.html#ad9644193f0a2772be22de6f555c1f33c',1,'NetctlInterface']]], + ['connecttounknownessid',['connectToUnknownEssid',['../class_netctl_interface.html#afad356e5b670a83773224e9be50427d1',1,'NetctlInterface']]], ['copyprofile',['copyProfile',['../class_netctl_profile.html#a3de2d57c7b7e3bf3f743a6332c2971ae',1,'NetctlProfile']]], - ['createprofile',['createProfile',['../class_netctl_profile.html#ade8dabcf148c27c1c0f865b6c620ab48',1,'NetctlProfile']]] + ['createprofile',['createProfile',['../class_netctl_interface.html#a72c887c9f9d550e04b34322507560448',1,'NetctlInterface::createProfile()'],['../class_netctl_profile.html#ade8dabcf148c27c1c0f865b6c620ab48',1,'NetctlProfile::createProfile()']]], + ['current',['current',['../class_wpa_sup.html#ad0c4e4f16aea2857776adb18cc113f44',1,'WpaSup']]] ]; diff --git a/devs/netctl-gui/search/functions_2.js b/devs/netctl-gui/search/functions_2.js index 624c112..1890eb3 100644 --- a/devs/netctl-gui/search/functions_2.js +++ b/devs/netctl-gui/search/functions_2.js @@ -1,5 +1,5 @@ var searchData= [ - ['enableprofile',['enableProfile',['../class_netctl.html#a237675bbe56f98df70fa787d9b7a8fca',1,'Netctl']]], + ['enableprofile',['enableProfile',['../class_netctl.html#a237675bbe56f98df70fa787d9b7a8fca',1,'Netctl::enableProfile()'],['../class_netctl_interface.html#a34a7892dfd85fba250413a4f4f226912',1,'NetctlInterface::enableProfile()']]], ['existentprofile',['existentProfile',['../class_wpa_sup.html#aeee13eea7764376e8f154fce610872b3',1,'WpaSup']]] ]; diff --git a/devs/netctl-gui/search/functions_4.js b/devs/netctl-gui/search/functions_4.js index 48f8f6e..15329de 100644 --- a/devs/netctl-gui/search/functions_4.js +++ b/devs/netctl-gui/search/functions_4.js @@ -1,12 +1,13 @@ var searchData= [ ['getactiveprofile',['getActiveProfile',['../class_netctl.html#ae001a141ebeb8e7ab937ab0bbbfaf9ef',1,'Netctl']]], - ['getprofiledescription',['getProfileDescription',['../class_netctl.html#a8d22999dfc83293aed4f272ce9bcac03',1,'Netctl']]], + ['getprofiledescription',['getProfileDescription',['../class_netctl.html#a34e021d94781a2d581f3d90e17711de3',1,'Netctl']]], ['getprofilelist',['getProfileList',['../class_netctl.html#abe7984b6994217653b550e6ea24bb572',1,'Netctl']]], ['getprofilelistfromnetctlauto',['getProfileListFromNetctlAuto',['../class_netctl.html#a534db1cbc7d56cc88e9f56fb91a835f2',1,'Netctl']]], ['getprofilestatus',['getProfileStatus',['../class_netctl.html#ae328363bbcbda4d951a09f31dc5fe570',1,'Netctl']]], ['getrecommendedconfiguration',['getRecommendedConfiguration',['../class_netctl.html#afa2e7a1f9c44fc4eed7e39b9bbe97456',1,'Netctl::getRecommendedConfiguration()'],['../class_netctl_profile.html#afd4f9bf1ae5725fbb4f85ab32428e01a',1,'NetctlProfile::getRecommendedConfiguration()'],['../class_wpa_sup.html#ab60ec6f1349b09dbdeca9e359dc6a355',1,'WpaSup::getRecommendedConfiguration()']]], ['getsettingsfromprofile',['getSettingsFromProfile',['../class_netctl_profile.html#a32c509f71d5a5b2fbf88100f268c152f',1,'NetctlProfile']]], ['getvaluefromprofile',['getValueFromProfile',['../class_netctl_profile.html#a4e9303e64f53c27ed925f13acc7bb8ce',1,'NetctlProfile']]], + ['getvaluesfromprofile',['getValuesFromProfile',['../class_netctl_profile.html#a085178b5f7d705b8613e5bbb9c71bb0e',1,'NetctlProfile']]], ['getwirelessinterfacelist',['getWirelessInterfaceList',['../class_netctl.html#a6b58390c578d05591119f2d09ed8fd0e',1,'Netctl']]] ]; diff --git a/devs/netctl-gui/search/functions_5.js b/devs/netctl-gui/search/functions_5.js index f8be3d7..7cc45ac 100644 --- a/devs/netctl-gui/search/functions_5.js +++ b/devs/netctl-gui/search/functions_5.js @@ -1,8 +1,9 @@ var searchData= [ + ['information',['information',['../class_netctl_interface.html#a6f83ff85b23f529683c63af3d3865dab',1,'NetctlInterface']]], ['isnetctlautoenabled',['isNetctlAutoEnabled',['../class_netctl.html#ad86fc14aa2a20d4f1d6ceaa29d1d582a',1,'Netctl']]], ['isnetctlautorunning',['isNetctlAutoRunning',['../class_netctl.html#a38fe28973167cf9853d97947a0e432ce',1,'Netctl']]], ['isprofileactive',['isProfileActive',['../class_netctl.html#a788c98b484dd49b774e5e4fd3ee98326',1,'Netctl::isProfileActive()'],['../class_wpa_sup.html#a84e2b4cb1d25d21379e0fc860a7fb9a4',1,'WpaSup::isProfileActive()']]], ['isprofileenabled',['isProfileEnabled',['../class_netctl.html#accd1fca26390a148adb1c3aee2fecbf4',1,'Netctl']]], - ['isprofileexists',['isProfileExists',['../class_wpa_sup.html#aebc870feafdc0acdee5d9007627ba3d8',1,'WpaSup']]] + ['isprofileexists',['isProfileExists',['../class_wpa_sup.html#aed74fa2220e55ab0c4306adc8280c0a4',1,'WpaSup']]] ]; diff --git a/devs/netctl-gui/search/functions_6.js b/devs/netctl-gui/search/functions_6.js index 37dc8f8..7c21bc3 100644 --- a/devs/netctl-gui/search/functions_6.js +++ b/devs/netctl-gui/search/functions_6.js @@ -1,5 +1,6 @@ var searchData= [ ['netctl',['Netctl',['../class_netctl.html#a63fe336271242547aa097e0ac8cb81a9',1,'Netctl']]], + ['netctlinterface',['NetctlInterface',['../class_netctl_interface.html#ab93e62cc6f5195b8390a2faaa477206e',1,'NetctlInterface']]], ['netctlprofile',['NetctlProfile',['../class_netctl_profile.html#adbbaf6da0c7325e7477db00efbf646f8',1,'NetctlProfile']]] ]; diff --git a/devs/netctl-gui/search/functions_7.js b/devs/netctl-gui/search/functions_7.js index 9abfeed..9411294 100644 --- a/devs/netctl-gui/search/functions_7.js +++ b/devs/netctl-gui/search/functions_7.js @@ -1,6 +1,4 @@ var searchData= [ - ['reenableprofile',['reenableProfile',['../class_netctl.html#abc6b27c0168e631d1e6dfddd600d4a16',1,'Netctl']]], - ['removeprofile',['removeProfile',['../class_netctl_profile.html#adc032c8203e0e8cef96f0586b8351079',1,'NetctlProfile']]], - ['restartprofile',['restartProfile',['../class_netctl.html#aebbaf936349a229239b59eafcb17e4f7',1,'Netctl']]] + ['profilesettings',['profileSettings',['../class_netctl_interface.html#a8a9490ff070fd83438aa262a5bf21fca',1,'NetctlInterface']]] ]; diff --git a/devs/netctl-gui/search/functions_8.js b/devs/netctl-gui/search/functions_8.js index 2556975..7ec0a49 100644 --- a/devs/netctl-gui/search/functions_8.js +++ b/devs/netctl-gui/search/functions_8.js @@ -1,9 +1,6 @@ var searchData= [ - ['scanwifi',['scanWifi',['../class_wpa_sup.html#abf3330fca9041e2cb149dec3da01b46e',1,'WpaSup']]], - ['startprofile',['startProfile',['../class_netctl.html#adc6a547515b76b9c7b26170da3a2f39d',1,'Netctl']]], - ['startwpasupplicant',['startWpaSupplicant',['../class_wpa_sup.html#abe6865d3fc907dedf0d6eb485123ef0b',1,'WpaSup']]], - ['stopallprofiles',['stopAllProfiles',['../class_netctl.html#a5c41f200fade2bbc7611376a92fc645f',1,'Netctl']]], - ['stopwpasupplicant',['stopWpaSupplicant',['../class_wpa_sup.html#ae8ebd534cad9715c62a6af766be57051',1,'WpaSup']]], - ['switchtoprofile',['switchToProfile',['../class_netctl.html#adde2340d88ec55bd8b5c908e8ed793ef',1,'Netctl']]] + ['reenableprofile',['reenableProfile',['../class_netctl.html#abc6b27c0168e631d1e6dfddd600d4a16',1,'Netctl']]], + ['removeprofile',['removeProfile',['../class_netctl_interface.html#a5a443a96446b2666a1cfadde36da0197',1,'NetctlInterface::removeProfile()'],['../class_netctl_profile.html#adc032c8203e0e8cef96f0586b8351079',1,'NetctlProfile::removeProfile()']]], + ['restartprofile',['restartProfile',['../class_netctl.html#aebbaf936349a229239b59eafcb17e4f7',1,'Netctl::restartProfile()'],['../class_netctl_interface.html#ac03e40ea9cf533848a9563417ee78919',1,'NetctlInterface::restartProfile()']]] ]; diff --git a/devs/netctl-gui/search/functions_9.js b/devs/netctl-gui/search/functions_9.js index 8ac7390..3b33b85 100644 --- a/devs/netctl-gui/search/functions_9.js +++ b/devs/netctl-gui/search/functions_9.js @@ -1,4 +1,10 @@ var searchData= [ - ['wpasup',['WpaSup',['../class_wpa_sup.html#ae236c442ef55fa5d4a7c03e2f29800d5',1,'WpaSup']]] + ['scanwifi',['scanWifi',['../class_wpa_sup.html#abf3330fca9041e2cb149dec3da01b46e',1,'WpaSup']]], + ['startprofile',['startProfile',['../class_netctl.html#adc6a547515b76b9c7b26170da3a2f39d',1,'Netctl::startProfile()'],['../class_netctl_interface.html#abdd96c3f9ae5df0b34a60bc3ea2a4041',1,'NetctlInterface::startProfile()']]], + ['startwpasupplicant',['startWpaSupplicant',['../class_wpa_sup.html#abe6865d3fc907dedf0d6eb485123ef0b',1,'WpaSup']]], + ['status',['status',['../class_netctl_interface.html#a8472a036cfcb9dec642b4fd1ccdcabc6',1,'NetctlInterface']]], + ['stopallprofiles',['stopAllProfiles',['../class_netctl.html#a5c41f200fade2bbc7611376a92fc645f',1,'Netctl::stopAllProfiles()'],['../class_netctl_interface.html#a8a85ce8e287bce7952209ebdd21f1a29',1,'NetctlInterface::stopAllProfiles()']]], + ['stopwpasupplicant',['stopWpaSupplicant',['../class_wpa_sup.html#ae8ebd534cad9715c62a6af766be57051',1,'WpaSup']]], + ['switchtoprofile',['switchToProfile',['../class_netctl.html#adde2340d88ec55bd8b5c908e8ed793ef',1,'Netctl::switchToProfile()'],['../class_netctl_interface.html#a9f745312f8d52503aac44bc6123a8acb',1,'NetctlInterface::switchToProfile()']]] ]; diff --git a/devs/netctl-gui/search/functions_a.js b/devs/netctl-gui/search/functions_a.js index 9f1fb6e..8ac7390 100644 --- a/devs/netctl-gui/search/functions_a.js +++ b/devs/netctl-gui/search/functions_a.js @@ -1,6 +1,4 @@ var searchData= [ - ['_7enetctl',['~Netctl',['../class_netctl.html#ad148c9999a03a65f67a9e097e3b56ec0',1,'Netctl']]], - ['_7enetctlprofile',['~NetctlProfile',['../class_netctl_profile.html#a00b3becc7bf1f888500127bcd0cb86c8',1,'NetctlProfile']]], - ['_7ewpasup',['~WpaSup',['../class_wpa_sup.html#afc8195f5c6d44a43b015cb28d73f9a6b',1,'WpaSup']]] + ['wpasup',['WpaSup',['../class_wpa_sup.html#ae236c442ef55fa5d4a7c03e2f29800d5',1,'WpaSup']]] ]; diff --git a/devs/netctl-gui/search/functions_b.html b/devs/netctl-gui/search/functions_b.html new file mode 100644 index 0000000..6848eb5 --- /dev/null +++ b/devs/netctl-gui/search/functions_b.html @@ -0,0 +1,26 @@ + + + + + + + + + +
      +
      Loading...
      +
      + +
      Searching...
      +
      No Matches
      + +
      + + diff --git a/devs/netctl-gui/search/functions_b.js b/devs/netctl-gui/search/functions_b.js new file mode 100644 index 0000000..7f86810 --- /dev/null +++ b/devs/netctl-gui/search/functions_b.js @@ -0,0 +1,7 @@ +var searchData= +[ + ['_7enetctl',['~Netctl',['../class_netctl.html#ad148c9999a03a65f67a9e097e3b56ec0',1,'Netctl']]], + ['_7enetctlinterface',['~NetctlInterface',['../class_netctl_interface.html#aec650af252488adeb3cbb4c9a8a7ef9c',1,'NetctlInterface']]], + ['_7enetctlprofile',['~NetctlProfile',['../class_netctl_profile.html#a00b3becc7bf1f888500127bcd0cb86c8',1,'NetctlProfile']]], + ['_7ewpasup',['~WpaSup',['../class_wpa_sup.html#afc8195f5c6d44a43b015cb28d73f9a6b',1,'WpaSup']]] +]; diff --git a/devs/netctl-gui/search/searchdata.js b/devs/netctl-gui/search/searchdata.js index 73368f3..03dbccc 100644 --- a/devs/netctl-gui/search/searchdata.js +++ b/devs/netctl-gui/search/searchdata.js @@ -1,10 +1,12 @@ var indexSectionsWithContent = { - 0: "acdefginrsw~", + 0: "acdefgimnprstw~", 1: "nw", 2: "nw", - 3: "acefginrsw~", - 4: "adens" + 3: "acefginprsw~", + 4: "acdefimnpst", + 5: "ip", + 6: "efnt" }; var indexSectionNames = @@ -13,7 +15,9 @@ var indexSectionNames = 1: "classes", 2: "files", 3: "functions", - 4: "variables" + 4: "variables", + 5: "enums", + 6: "enumvalues" }; var indexSectionLabels = @@ -22,6 +26,8 @@ var indexSectionLabels = 1: "Classes", 2: "Files", 3: "Functions", - 4: "Variables" + 4: "Variables", + 5: "Enumerations", + 6: "Enumerator" }; diff --git a/devs/netctl-gui/search/variables_1.js b/devs/netctl-gui/search/variables_1.js index 5a8a209..111fadc 100644 --- a/devs/netctl-gui/search/variables_1.js +++ b/devs/netctl-gui/search/variables_1.js @@ -1,4 +1,4 @@ var searchData= [ - ['description',['description',['../structnetctl_profile_info.html#a84940ffe2484fb0e34d8d02de76aaa66',1,'netctlProfileInfo']]] + ['current',['current',['../structnetctl_current.html#a7d0b332356f039c63de1253caca79a56',1,'netctlCurrent']]] ]; diff --git a/devs/netctl-gui/search/variables_2.js b/devs/netctl-gui/search/variables_2.js index 4a3e504..5a8a209 100644 --- a/devs/netctl-gui/search/variables_2.js +++ b/devs/netctl-gui/search/variables_2.js @@ -1,5 +1,4 @@ var searchData= [ - ['enabled',['enabled',['../structnetctl_profile_info.html#a8173b10891448af2843c02e6b8532584',1,'netctlProfileInfo']]], - ['exists',['exists',['../structnetctl_wifi_info.html#ab56d1ca1abc45a552f9f9bacab9dfe7c',1,'netctlWifiInfo']]] + ['description',['description',['../structnetctl_profile_info.html#a84940ffe2484fb0e34d8d02de76aaa66',1,'netctlProfileInfo']]] ]; diff --git a/devs/netctl-gui/search/variables_3.js b/devs/netctl-gui/search/variables_3.js index 84c159a..829bc35 100644 --- a/devs/netctl-gui/search/variables_3.js +++ b/devs/netctl-gui/search/variables_3.js @@ -1,4 +1,7 @@ var searchData= [ - ['name',['name',['../structnetctl_profile_info.html#a98e421d12f0ec50b44128fd699e44d7f',1,'netctlProfileInfo::name()'],['../structnetctl_wifi_info.html#afff424704334890c6cb1ce4908ead22b',1,'netctlWifiInfo::name()']]] + ['enabled',['enabled',['../structnetctl_profile_info.html#a8173b10891448af2843c02e6b8532584',1,'netctlProfileInfo']]], + ['enables',['enables',['../structnetctl_current.html#aec6cb165bfdbd136aff39ffd24d536e9',1,'netctlCurrent']]], + ['essid',['essid',['../structnetctl_profile_info.html#a762a2c6a117472619570c6b2d559b574',1,'netctlProfileInfo']]], + ['exists',['exists',['../structnetctl_wifi_info.html#ab56d1ca1abc45a552f9f9bacab9dfe7c',1,'netctlWifiInfo']]] ]; diff --git a/devs/netctl-gui/search/variables_4.js b/devs/netctl-gui/search/variables_4.js index b0c7088..30e9547 100644 --- a/devs/netctl-gui/search/variables_4.js +++ b/devs/netctl-gui/search/variables_4.js @@ -1,5 +1,4 @@ var searchData= [ - ['security',['security',['../structnetctl_wifi_info.html#ab515de4719f4c498a41c99cb04883db9',1,'netctlWifiInfo']]], - ['signal',['signal',['../structnetctl_wifi_info.html#a89771b5abe65323af38f16a9ead49de6',1,'netctlWifiInfo']]] + ['frequencies',['frequencies',['../structnetctl_wifi_info.html#abb58ae919bf50c736bafb8b1e8abd7d7',1,'netctlWifiInfo']]] ]; diff --git a/devs/netctl-gui/search/variables_5.html b/devs/netctl-gui/search/variables_5.html new file mode 100644 index 0000000..ee6461c --- /dev/null +++ b/devs/netctl-gui/search/variables_5.html @@ -0,0 +1,26 @@ + + + + + + + + + +
      +
      Loading...
      +
      + +
      Searching...
      +
      No Matches
      + +
      + + diff --git a/devs/netctl-gui/search/variables_5.js b/devs/netctl-gui/search/variables_5.js new file mode 100644 index 0000000..1b12dd7 --- /dev/null +++ b/devs/netctl-gui/search/variables_5.js @@ -0,0 +1,4 @@ +var searchData= +[ + ['interface',['interface',['../structnetctl_profile_info.html#a83bc4288ee6bec838312a0f2cbe01dac',1,'netctlProfileInfo']]] +]; diff --git a/devs/netctl-gui/search/variables_6.html b/devs/netctl-gui/search/variables_6.html new file mode 100644 index 0000000..9b457a2 --- /dev/null +++ b/devs/netctl-gui/search/variables_6.html @@ -0,0 +1,26 @@ + + + + + + + + + +
      +
      Loading...
      +
      + +
      Searching...
      +
      No Matches
      + +
      + + diff --git a/devs/netctl-gui/search/variables_6.js b/devs/netctl-gui/search/variables_6.js new file mode 100644 index 0000000..ffb09d1 --- /dev/null +++ b/devs/netctl-gui/search/variables_6.js @@ -0,0 +1,4 @@ +var searchData= +[ + ['macs',['macs',['../structnetctl_wifi_info.html#a711525800f6320e352f98424392455e7',1,'netctlWifiInfo']]] +]; diff --git a/devs/netctl-gui/search/variables_7.html b/devs/netctl-gui/search/variables_7.html new file mode 100644 index 0000000..aae170d --- /dev/null +++ b/devs/netctl-gui/search/variables_7.html @@ -0,0 +1,26 @@ + + + + + + + + + +
      +
      Loading...
      +
      + +
      Searching...
      +
      No Matches
      + +
      + + diff --git a/devs/netctl-gui/search/variables_7.js b/devs/netctl-gui/search/variables_7.js new file mode 100644 index 0000000..23586bc --- /dev/null +++ b/devs/netctl-gui/search/variables_7.js @@ -0,0 +1,8 @@ +var searchData= +[ + ['name',['name',['../structnetctl_profile_info.html#a98e421d12f0ec50b44128fd699e44d7f',1,'netctlProfileInfo::name()'],['../structnetctl_wifi_info.html#afff424704334890c6cb1ce4908ead22b',1,'netctlWifiInfo::name()']]], + ['netctlauto',['netctlAuto',['../structnetctl_profile_info.html#aaa4a71cb3a3243a6395d9820078d038e',1,'netctlProfileInfo::netctlAuto()'],['../structnetctl_current.html#acf9bc747cf423e5b79705ed1212e3803',1,'netctlCurrent::netctlAuto()'],['../structnetctl_information.html#ab07051cc333b17816976bbb550445968',1,'netctlInformation::netctlAuto()']]], + ['netctlautoenabled',['netctlAutoEnabled',['../structnetctl_information.html#a54b2744a145c2605561b3f358496d36c',1,'netctlInformation']]], + ['netctlautoprofiles',['netctlAutoProfiles',['../structnetctl_information.html#ae8bdac5a7ac72ff829c284531dd86650',1,'netctlInformation']]], + ['netctlprofiles',['netctlProfiles',['../structnetctl_information.html#ac5f3f539d4c9ea21f4320f20879b90b4',1,'netctlInformation']]] +]; diff --git a/devs/netctl-gui/search/variables_8.html b/devs/netctl-gui/search/variables_8.html new file mode 100644 index 0000000..7d96ca3 --- /dev/null +++ b/devs/netctl-gui/search/variables_8.html @@ -0,0 +1,26 @@ + + + + + + + + + +
      +
      Loading...
      +
      + +
      Searching...
      +
      No Matches
      + +
      + + diff --git a/devs/netctl-gui/search/variables_8.js b/devs/netctl-gui/search/variables_8.js new file mode 100644 index 0000000..d74532e --- /dev/null +++ b/devs/netctl-gui/search/variables_8.js @@ -0,0 +1,4 @@ +var searchData= +[ + ['profiles',['profiles',['../structnetctl_current.html#a10d5e070b4046893f82d4a3eedbe0730',1,'netctlCurrent']]] +]; diff --git a/devs/netctl-gui/search/variables_9.html b/devs/netctl-gui/search/variables_9.html new file mode 100644 index 0000000..29d1092 --- /dev/null +++ b/devs/netctl-gui/search/variables_9.html @@ -0,0 +1,26 @@ + + + + + + + + + +
      +
      Loading...
      +
      + +
      Searching...
      +
      No Matches
      + +
      + + diff --git a/devs/netctl-gui/search/variables_9.js b/devs/netctl-gui/search/variables_9.js new file mode 100644 index 0000000..b0c7088 --- /dev/null +++ b/devs/netctl-gui/search/variables_9.js @@ -0,0 +1,5 @@ +var searchData= +[ + ['security',['security',['../structnetctl_wifi_info.html#ab515de4719f4c498a41c99cb04883db9',1,'netctlWifiInfo']]], + ['signal',['signal',['../structnetctl_wifi_info.html#a89771b5abe65323af38f16a9ead49de6',1,'netctlWifiInfo']]] +]; diff --git a/devs/netctl-gui/search/variables_a.html b/devs/netctl-gui/search/variables_a.html new file mode 100644 index 0000000..b4a88a8 --- /dev/null +++ b/devs/netctl-gui/search/variables_a.html @@ -0,0 +1,26 @@ + + + + + + + + + +
      +
      Loading...
      +
      + +
      Searching...
      +
      No Matches
      + +
      + + diff --git a/devs/netctl-gui/search/variables_a.js b/devs/netctl-gui/search/variables_a.js new file mode 100644 index 0000000..bfb1451 --- /dev/null +++ b/devs/netctl-gui/search/variables_a.js @@ -0,0 +1,4 @@ +var searchData= +[ + ['type',['type',['../structnetctl_profile_info.html#afd2ef4ae4f409455a5ae517d0b3376a5',1,'netctlProfileInfo::type()'],['../structnetctl_wifi_info.html#accb09c4e5de7a7b3754722ae818e6594',1,'netctlWifiInfo::type()']]] +]; diff --git a/devs/netctl-gui/structnetctl_current-members.html b/devs/netctl-gui/structnetctl_current-members.html new file mode 100644 index 0000000..84f899b --- /dev/null +++ b/devs/netctl-gui/structnetctl_current-members.html @@ -0,0 +1,107 @@ + + + + + + +netctlgui: Member List + + + + + + + + + + +
      +
      + + + + + + + +
      +
      netctlgui +  1.4.1 +
      +
      Qt library which interacts with netctl
      +
      +
      + + + + + + +
      +
      + + +
      + +
      + +
      +
      +
      +
      netctlCurrent Member List
      +
      +
      + +

      This is the complete list of members for netctlCurrent, including all inherited members.

      + + + + + +
      currentnetctlCurrent
      enablesnetctlCurrent
      netctlAutonetctlCurrent
      profilesnetctlCurrent
      + + + + diff --git a/devs/netctl-gui/structnetctl_current.html b/devs/netctl-gui/structnetctl_current.html new file mode 100644 index 0000000..57dcf11 --- /dev/null +++ b/devs/netctl-gui/structnetctl_current.html @@ -0,0 +1,176 @@ + + + + + + +netctlgui: netctlCurrent Struct Reference + + + + + + + + + + +
      +
      + + + + + + + +
      +
      netctlgui +  1.4.1 +
      +
      Qt library which interacts with netctl
      +
      +
      + + + + + + +
      +
      + + +
      + +
      + +
      +
      + +
      +
      netctlCurrent Struct Reference
      +
      +
      + +

      current status structure + More...

      + + + + + + + + + + +

      +Public Attributes

      QStringList current
       
      QList< bool > enables
       
      QStringList profiles
       
      bool netctlAuto = false
       
      +

      Detailed Description

      +

      current status structure

      +

      Member Data Documentation

      + +
      +
      + + + + +
      netctlCurrent::current
      +
      +

      current profiles

      + +
      +
      + +
      +
      + + + + +
      netctlCurrent::enables
      +
      +

      are current profiles enabled

      + +
      +
      + +
      +
      + + + + +
      netctlCurrent::netctlAuto = false
      +
      +

      is netctl-auto active

      + +
      +
      + +
      +
      + + + + +
      netctlCurrent::profiles
      +
      +

      list of profiles

      + +
      +
      +
      The documentation for this struct was generated from the following file: +
      + + + + diff --git a/devs/netctl-gui/structnetctl_information-members.html b/devs/netctl-gui/structnetctl_information-members.html new file mode 100644 index 0000000..459a461 --- /dev/null +++ b/devs/netctl-gui/structnetctl_information-members.html @@ -0,0 +1,107 @@ + + + + + + +netctlgui: Member List + + + + + + + + + + +
      +
      + + + + + + + +
      +
      netctlgui +  1.4.1 +
      +
      Qt library which interacts with netctl
      +
      +
      + + + + + + +
      +
      + + +
      + +
      + +
      +
      +
      +
      netctlInformation Member List
      +
      + + + + + diff --git a/devs/netctl-gui/structnetctl_information.html b/devs/netctl-gui/structnetctl_information.html new file mode 100644 index 0000000..2393cf9 --- /dev/null +++ b/devs/netctl-gui/structnetctl_information.html @@ -0,0 +1,176 @@ + + + + + + +netctlgui: netctlInformation Struct Reference + + + + + + + + + + +
      +
      + + + + + + + +
      +
      netctlgui +  1.4.1 +
      +
      Qt library which interacts with netctl
      +
      +
      + + + + + + +
      +
      + + +
      + +
      + +
      +
      + +
      +
      netctlInformation Struct Reference
      +
      +
      + +

      general information structure + More...

      + + + + + + + + + + +

      +Public Attributes

      QList< netctlProfileInfonetctlProfiles
       
      QList< netctlProfileInfonetctlAutoProfiles
       
      bool netctlAuto = false
       
      bool netctlAutoEnabled = false
       
      +

      Detailed Description

      +

      general information structure

      +

      Member Data Documentation

      + +
      +
      + + + + +
      netctlInformation::netctlAuto = false
      +
      +

      is netctl-auto active

      + +
      +
      + +
      +
      + + + + +
      netctlInformation::netctlAutoEnabled = false
      +
      +

      is netctl-auto enabled

      + +
      +
      + +
      +
      + + + + +
      netctlInformation::netctlAutoProfiles
      +
      +

      list of netctl-auto profiles

      + +
      +
      + +
      +
      + + + + +
      netctlInformation::netctlProfiles
      +
      +

      list of profiles

      + +
      +
      +
      The documentation for this struct was generated from the following file: +
      + + + + diff --git a/devs/netctl-gui/structnetctl_profile_info-members.html b/devs/netctl-gui/structnetctl_profile_info-members.html index 522c81c..c2e6440 100644 --- a/devs/netctl-gui/structnetctl_profile_info-members.html +++ b/devs/netctl-gui/structnetctl_profile_info-members.html @@ -25,7 +25,7 @@ Logo
      netctlgui -  1.4.0 +  1.4.1
      Qt library which interacts with netctl
      @@ -95,11 +95,15 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); activenetctlProfileInfo descriptionnetctlProfileInfo enablednetctlProfileInfo + essidnetctlProfileInfo + interfacenetctlProfileInfo namenetctlProfileInfo + netctlAutonetctlProfileInfo + typenetctlProfileInfo diff --git a/devs/netctl-gui/structnetctl_profile_info.html b/devs/netctl-gui/structnetctl_profile_info.html index 5af0659..786aa73 100644 --- a/devs/netctl-gui/structnetctl_profile_info.html +++ b/devs/netctl-gui/structnetctl_profile_info.html @@ -25,7 +25,7 @@ Logo
      netctlgui -  1.4.0 +  1.4.1
      Qt library which interacts with netctl
      @@ -102,10 +102,18 @@ Public Attributes   QString description   -bool active +QString essid +  +QString interface +  +QString type +  +bool active = false   -bool enabled +bool enabled = false   +bool netctlAuto = false + 

      Detailed Description

      netctl profile information structure

      @@ -115,7 +123,7 @@ Public Attributes
      - +
      netctlProfileInfo::activenetctlProfileInfo::active = false
      @@ -141,12 +149,38 @@ Public Attributes
      - +
      netctlProfileInfo::enablednetctlProfileInfo::enabled = false

      whether profile is enabled

      +
      +
      + +
      +
      + + + + +
      netctlProfileInfo::essid
      +
      +

      ESSID if any

      + +
      +
      + +
      +
      + + + + +
      netctlProfileInfo::interface
      +
      +

      profile interface

      +
      @@ -160,6 +194,32 @@ Public Attributes

      profile name

      +
      + + +
      +
      + + + + +
      netctlProfileInfo::netctlAuto = false
      +
      +

      whether profile is from netctl-auto

      + +
      +
      + +
      +
      + + + + +
      netctlProfileInfo::type
      +
      +

      profile type

      +

      The documentation for this struct was generated from the following file: