wlanutilities/wlanwizard/inc/wlanwizardpagenetworkmode.h
changeset 43 72ebcbb64834
parent 39 7b3e49e4608a
child 61 e1d68407ed06
equal deleted inserted replaced
39:7b3e49e4608a 43:72ebcbb64834
    63     
    63     
    64 protected slots:
    64 protected slots:
    65     
    65     
    66 private:
    66 private:
    67     Q_DISABLE_COPY(WlanWizardPageNetworkMode)
    67     Q_DISABLE_COPY(WlanWizardPageNetworkMode)
    68     void addToList(QStringList &list, const QString &item, int mode, bool isHidden);
    68     void addToList(
       
    69         QStringList &list,
       
    70         const QString &item,
       
    71         int mode,
       
    72         bool isHidden,
       
    73         bool wpsSupported);
    69     void populateRadioButtonList(QStringList &list);
    74     void populateRadioButtonList(QStringList &list);
    70     int selectNextPage(const WlanNetworkSetting &setting) const;
    75     int selectNextPage(const WlanNetworkSetting &setting) const;
    71 
    76 
    72 private slots:
    77 private slots:
    73 
    78 
    74 private:
    79 private:
       
    80 
       
    81     /*!
       
    82      * Internal network mode value constant. Used when wps used.
       
    83      */
       
    84     static const int NetworkModeNone = -1;
       
    85     
    75     /*!
    86     /*!
    76      * Pointer to the view.
    87      * Pointer to the view.
    77      */
    88      */
    78     HbWidget *mWidget;
    89     HbWidget *mWidget;
    79     
    90     
   106     /*!
   117     /*!
   107      * List of publicity modes. This list is tied to the radio buttons during
   118      * List of publicity modes. This list is tied to the radio buttons during
   108      * the initialization of the page.
   119      * the initialization of the page.
   109      */
   120      */
   110     QList<bool> mIsHidden;
   121     QList<bool> mIsHidden;
       
   122     
       
   123     /*!
       
   124      * List of wps support. This list is tied to the radio buttons during
       
   125      * the initialization of the page.
       
   126      */
       
   127     QList<bool> mWpsSupported;
   111 };
   128 };
   112 
   129 
   113 /*! @} */
   130 /*! @} */
   114 
   131 
   115 #endif
   132 #endif