htiui/HtiAdminQt/mainview.h
branchRCL_3
changeset 17 65b472535a0d
parent 11 454d022d514b
equal deleted inserted replaced
13:822c625f7adc 17:65b472535a0d
    82 	void enableWatchdog();
    82 	void enableWatchdog();
    83 	void disableWatchdog();
    83 	void disableWatchdog();
    84 	void enableConsole();
    84 	void enableConsole();
    85 	void disableConsole();
    85 	void disableConsole();
    86 	void showParamList ();
    86 	void showParamList ();
    87 	
       
    88 
    87 
       
    88 	void doSelectComm(HbAction*);
       
    89 	void doEnableSerialComm(HbAction* );
       
    90 	void doSelectIAP(HbAction* );
       
    91 	void doSelectIpComm(HbAction* );
       
    92 	void doListenOnPort(HbAction* );
       
    93 	void doConnectRemoteHost(HbAction*);
       
    94 	void doSelectBTComm(HbAction*);
       
    95 	void doEnableByBTAddress(HbAction*);
       
    96 	void doEnableByBTName(HbAction*);
       
    97 	void doSetPriority(HbAction*);
       
    98 	void doSelectCfgFile(HbAction*);
       
    99 	void doModifyHtiCfgFile(HbAction*);
       
   100 	void doModifyBtCfgFile(HbAction*);
       
   101 	void doModifySerialCfgFile(HbAction*);
       
   102 	void doModifyIPCfgFile(HbAction*);
       
   103 	void doSetHtiCfgParameter(HbAction*);
       
   104 	void doSetBtCfgParameter(HbAction*);
       
   105 	void doSetSerialCfgParameter(HbAction*);
       
   106 	void doSetIPCfgParameter(HbAction*);
    89 private:
   107 private:
    90     
   108     
    91     /**
   109     /**
    92      * Creates menu
   110      * Creates menu
    93      */
   111      */
    97      * Creates toolbar components
   115      * Creates toolbar components
    98      */
   116      */
    99     void createToolbar();
   117     void createToolbar();
   100     
   118     
   101     void createTexts();
   119     void createTexts();
       
   120     
       
   121     void openListDialog(const QStringList& items, const int currentSelection, 
       
   122             const QString &titleText, QObject* receiver, const char* member);
       
   123     void openIPAddressDialog(const QString &titleText, QObject* receiver, const char* member);
   102 	
   124 	
   103 public:
   125 public:
   104     
   126     
   105 private:
   127 private:
   106 	/* Main windo of Screen Grabber */
   128 	/* Main windo of Screen Grabber */
   128     HbLabel* mHtiAutoStartStatusTxt;
   150     HbLabel* mHtiAutoStartStatusTxt;
   129     HbLabel* mCommunicationTxt;
   151     HbLabel* mCommunicationTxt;
   130     HbLabel* mCommDetailsTxt;
   152     HbLabel* mCommDetailsTxt;
   131     
   153     
   132     QStringList mPluginList;
   154     QStringList mPluginList;
       
   155     
       
   156     QString mIapSelection;
   133 
   157 
   134 };
   158 };
   135 
   159 
   136 #endif // MAINVIEW_H
   160 #endif // MAINVIEW_H
   137 
   161