phoneapp/phoneuiview2/inc/phoneuiqtview.h
changeset 76 cfea66083b62
parent 60 1eef62f5c541
child 78 baacf668fe89
equal deleted inserted replaced
74:d1c62c765e48 76:cfea66083b62
   372         \fn void createToolBarActions()
   372         \fn void createToolBarActions()
   373         
   373         
   374         Creates tool bar actions.
   374         Creates tool bar actions.
   375     */
   375     */
   376     void createToolBarActions();
   376     void createToolBarActions();
       
   377     
       
   378     /*!
       
   379         \fn void updateMenuVisibility()
       
   380      */
       
   381     void updateMenuVisibility();
   377     
   382     
   378 private:
   383 private:
   379     HbMainWindow        &m_window;
   384     HbMainWindow        &m_window;
   380     BubbleManager       *m_bubbleManager;
   385     BubbleManager       *m_bubbleManager;
   381     QMap<int , QSignalMapper *> m_bubbleMap;
   386     QMap<int , QSignalMapper *> m_bubbleMap;
   394     XQKeyCapture        *m_keyCapture;
   399     XQKeyCapture        *m_keyCapture;
   395     QSystemNetworkInfo  *m_networkInfo;
   400     QSystemNetworkInfo  *m_networkInfo;
   396     QList<Qt::Key>      m_keyCaptures;
   401     QList<Qt::Key>      m_keyCaptures;
   397     DialpadKeyHandler   *m_dialpadKeyHandler;
   402     DialpadKeyHandler   *m_dialpadKeyHandler;
   398     bool                m_restrictedMode;
   403     bool                m_restrictedMode;
       
   404     HbMenu              *m_optionsMenu;
   399 };
   405 };
   400 
   406 
   401 #endif // PHONEUIQTVIEW_H
   407 #endif // PHONEUIQTVIEW_H