summaryrefslogtreecommitdiffstats
path: root/doxygen/html/ndgui_8h_source.html
blob: 3f41ad9390ca467c42c634188fcf156c055885ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>ndgui/NetworkDiscovery: /home/niklas/workspace/fbgui/src/ndgui.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/search.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body onload='searchBox.OnSelectItem(0);'>
<!-- Generated by Doxygen 1.7.3 -->
<script type="text/javascript"><!--
var searchBox = new SearchBox("searchBox", "search",false,'Search');
--></script>
<div id="top">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td style="padding-left: 0.5em;">
   <div id="projectname">ndgui/NetworkDiscovery</div>
  </td>
 </tr>
 </tbody>
</table>
</div>
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
      <li><a href="annotated.html"><span>Classes</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
      <li id="searchli">
        <div id="MSearchBox" class="MSearchBoxInactive">
        <span class="left">
          <img id="MSearchSelect" src="search/mag_sel.png"
               onmouseover="return searchBox.OnSearchSelectShow()"
               onmouseout="return searchBox.OnSearchSelectHide()"
               alt=""/>
          <input type="text" id="MSearchField" value="Search" accesskey="S"
               onfocus="searchBox.OnSearchFieldFocus(true)" 
               onblur="searchBox.OnSearchFieldFocus(false)" 
               onkeyup="searchBox.OnSearchFieldChange(event)"/>
          </span><span class="right">
            <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
          </span>
        </div>
      </li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="files.html"><span>File&#160;List</span></a></li>
      <li><a href="globals.html"><span>File&#160;Members</span></a></li>
    </ul>
  </div>
</div>
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
  initNavTree('ndgui_8h.html','');
</script>
<div id="doc-content">
<div class="header">
  <div class="headertitle">
<h1>/home/niklas/workspace/fbgui/src/ndgui.h</h1>  </div>
</div>
<div class="contents">
<a href="ndgui_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 
<a name="l00016"></a>00016 <span class="preprocessor">#ifndef NDGUI_H</span>
<a name="l00017"></a>00017 <span class="preprocessor"></span><span class="preprocessor">#define NDGUI_H</span>
<a name="l00018"></a>00018 <span class="preprocessor"></span>
<a name="l00019"></a>00019 <span class="preprocessor">#include &lt;QtGui&gt;</span>
<a name="l00020"></a>00020 <span class="preprocessor">#include &lt;QtWebKit&gt;</span>
<a name="l00021"></a>00021 <span class="preprocessor">#include &lt;QVariant&gt;</span>
<a name="l00022"></a>00022 
<a name="l00023"></a>00023 <span class="preprocessor">#include &quot;<a class="code" href="fbgui_8h.html">fbgui.h</a>&quot;</span>
<a name="l00024"></a>00024 <span class="preprocessor">#include &quot;<a class="code" href="loggerengine_8h.html">loggerengine.h</a>&quot;</span>
<a name="l00025"></a>00025 <span class="preprocessor">#include &quot;<a class="code" href="networkdiscovery_8h.html">networkdiscovery.h</a>&quot;</span>
<a name="l00026"></a>00026 
<a name="l00027"></a>00027 
<a name="l00028"></a>00028 <span class="keyword">extern</span> QString <a class="code" href="ndgui_8h.html#ac20b186e1dcb850f4594a1898775bdf8">gServerIp</a>;
<a name="l00029"></a>00029 <span class="keyword">extern</span> <span class="keywordtype">bool</span> <a class="code" href="ndgui_8cpp.html#ab848f729834374db08bd52954f7d4f69">gAutoUp</a>;
<a name="l00030"></a>00030 <span class="keyword">extern</span> QString <a class="code" href="ndgui_8h.html#a051b098cd3f5f9816641f67e0195a530">gSocketServerPath</a>;
<a name="l00031"></a>00031 <span class="keyword">extern</span> QString <a class="code" href="ndgui_8h.html#ab9e207692449ab8706b3a6e803140b49">gPathToDhcpExe</a>;
<a name="l00032"></a>00032 
<a name="l00033"></a><a class="code" href="classndgui.html">00033</a> <span class="keyword">class </span><a class="code" href="classndgui.html" title="the GUI.">ndgui</a>: <span class="keyword">public</span> QMainWindow {
<a name="l00034"></a>00034 Q_OBJECT
<a name="l00035"></a>00035 
<a name="l00036"></a>00036 <span class="keyword">public</span>:
<a name="l00037"></a>00037         <a class="code" href="classndgui.html#a7b3eea54cb5df6f54fbbfbe3ab71b98e">ndgui</a>(QMainWindow *parent = 0);
<a name="l00038"></a>00038         <a class="code" href="classndgui.html#add61170d96702b55f550cb613a72754e">~ndgui</a>();
<a name="l00039"></a>00039         Q_INVOKABLE QVariantList <a class="code" href="classndgui.html#a064fe279626d4101313124600fb0db53" title="fills the drop down box of the manual interface configuration dialog.">getManualConfInterfaces</a>();
<a name="l00040"></a>00040         Q_INVOKABLE <span class="keywordtype">int</span> <a class="code" href="classndgui.html#a5f951b7f0b4d7459644dd67d9d693226" title="takes the entered manual configuration dates and delivers it to the networkDiscovery for further acti...">ip4_setManualConfiguration</a>(QVariantMap result);
<a name="l00041"></a>00041         Q_INVOKABLE QString <a class="code" href="classndgui.html#a734cf33c60368b5670ab8c927b4d52bb" title="read the log file. Log File will be presented inside of a dialog.">readLogFile</a>();
<a name="l00042"></a>00042         Q_INVOKABLE QVariantMap <a class="code" href="classndgui.html#aca229fe8f5a79c35ba6d784d76ac4358" title="return a json formated interface configuration">getInterfaceConf</a>(QString ifName);
<a name="l00043"></a>00043 
<a name="l00044"></a>00044 <span class="keyword">public</span> slots:
<a name="l00045"></a>00045     <span class="keywordtype">void</span> <a class="code" href="classndgui.html#a6e23dd3c6c1b4d04f30025b2c10bf18d" title="handle if a interface is able to connect">handleConnectionEstablished</a>(QString ifName);
<a name="l00046"></a>00046     <span class="keywordtype">void</span> <a class="code" href="classndgui.html#af98fc47fe747975dee2cf2346acf785d" title="show abortBoot dialog">abortBoot</a>(QString msg);
<a name="l00047"></a>00047     <span class="keywordtype">void</span> <a class="code" href="classndgui.html#a944586f41e55f491391052b79cfb529f" title="opens ths chooseInterfaceDialog">chooseInterfaceDialog</a>(QString msg);
<a name="l00048"></a>00048     <span class="keywordtype">void</span> <a class="code" href="classndgui.html#a7b8063ad972601bdfdeb00f23009165c" title="determines if we continue the boot sequence or if we show the chooseInterface or abortBoot dialog...">handleAllProcessesFinished</a>();
<a name="l00049"></a>00049 
<a name="l00050"></a>00050     <span class="keywordtype">void</span> <a class="code" href="classndgui.html#a84f2b0cc1d9dd99312c02aa5b2d0cb0d" title="restart the system">restartSystem</a>();
<a name="l00051"></a>00051     <span class="keywordtype">void</span> <a class="code" href="classndgui.html#a50f06ac02fc69545878e0abbdbb7ebe5" title="shut down the system">shutDownSystem</a>();
<a name="l00052"></a>00052     <span class="keywordtype">void</span> <a class="code" href="classndgui.html#af640d1a415d6d5d853eba76bfaf5290f" title="continue the boot sequence">continueBoot</a>(QString ifName);
<a name="l00053"></a>00053     <span class="keywordtype">void</span> <a class="code" href="classndgui.html#a42b6f854919553d74014fc1b21e9aa81" title="continue the boot sequence without further checking if the connection is still possible.">continueBootWithoutCheck</a>(QString ifName);
<a name="l00054"></a>00054     <span class="keywordtype">void</span> <a class="code" href="classndgui.html#a05cca4d99fe640456e1a082ca5895a5c" title="starts the whole application again.">tryAgain</a>();
<a name="l00055"></a>00055 
<a name="l00056"></a>00056 
<a name="l00057"></a>00057     <span class="keywordtype">void</span> <a class="code" href="classndgui.html#aa7cc65d744f45cf123a87cdf4be36b3d" title="starts a singleshot event.">startSingleShot</a>();
<a name="l00058"></a>00058     <span class="keywordtype">void</span> <a class="code" href="classndgui.html#ac173b84ab72e5a53ae0289e48ab395ef" title="start the network discovery">startNetworkDiscovery</a>();
<a name="l00059"></a>00059 
<a name="l00060"></a>00060     <span class="comment">/*test for html gui version*/</span>
<a name="l00061"></a>00061     <span class="keywordtype">void</span> <a class="code" href="classndgui.html#ad1331d475beb6eb0ee87b3c37b8d2ec6" title="stellt ein ndgui/fbgui Objekt zur verwendung durch die html bereit.">attachToDOM</a>();
<a name="l00062"></a>00062     <span class="keywordtype">void</span> <a class="code" href="classndgui.html#aa3373ffada3e46d087c04ff7508ed5f4" title="load jQuery and js scripts into the page so that all javascript functions will work.">loadJQuery</a>();
<a name="l00063"></a>00063     <span class="keywordtype">void</span> <a class="code" href="classndgui.html#a4f9798503e6e924b13d9fbe15e224120" title="adds an interface to the DOM tree. Creates its progress bar and it&amp;#39;s status label.">addInterface</a>(<span class="keyword">const</span> QString &amp;ifName);
<a name="l00064"></a>00064     <span class="keywordtype">void</span> <a class="code" href="classndgui.html#ae7405769ad8f08f987ecd590542dcef8" title="update the status for each interface">updateIfStatus</a>(<span class="keyword">const</span> QString &amp;ifName, <span class="keyword">const</span> QString &amp;status);
<a name="l00065"></a>00065     <span class="keywordtype">void</span> <a class="code" href="classndgui.html#aa6f9ae5b9c750d29832c4f4724926a2b" title="updates the over all status">updateStatus</a>(<span class="keyword">const</span> QString &amp;status);
<a name="l00066"></a>00066     <span class="keywordtype">void</span> <a class="code" href="classndgui.html#a96c967742597072213e62f5247e6c3bd" title="updates the progress bar for each interface.">updateIfProgressBar</a>(<span class="keyword">const</span> QString &amp;ifName, <span class="keyword">const</span> <span class="keywordtype">int</span>&amp; percent);
<a name="l00067"></a>00067     <span class="keywordtype">void</span> <a class="code" href="classndgui.html#a10b941fdad53df12bb0f7602688eb79a" title="just for debugging.">notifyCall</a>(QString msg);
<a name="l00068"></a>00068 
<a name="l00069"></a>00069  signals:
<a name="l00070"></a>00070         <span class="keywordtype">void</span> <a class="code" href="classndgui.html#a806312a541d5a5fff560fa1b40182409">initFbgui</a>();
<a name="l00071"></a>00071 
<a name="l00072"></a>00072 <span class="keyword">private</span> slots:
<a name="l00073"></a>00073     <span class="keywordtype">void</span> setUserChoiceTrue();
<a name="l00074"></a>00074 
<a name="l00075"></a>00075 <span class="keyword">private</span>:
<a name="l00076"></a>00076 
<a name="l00077"></a>00077     QString _tag;
<a name="l00078"></a>00078 
<a name="l00079"></a>00079     <span class="keywordtype">void</span> createAction();
<a name="l00080"></a>00080 
<a name="l00081"></a>00081     <span class="keywordtype">bool</span> _userChoice;
<a name="l00082"></a>00082 
<a name="l00083"></a>00083         <span class="keywordtype">bool</span> _started;
<a name="l00084"></a>00084 
<a name="l00085"></a>00085         QWebView* _webView;
<a name="l00086"></a>00086 
<a name="l00087"></a>00087         QAction* _allowUserChoice;
<a name="l00088"></a>00088 
<a name="l00089"></a>00089         QAction* _tryAgain;
<a name="l00090"></a>00090 
<a name="l00091"></a>00091         <a class="code" href="class_network_discovery.html" title="the logic behind the NetworkDiscovery.">NetworkDiscovery</a>* _networkDiscovery;
<a name="l00092"></a>00092 
<a name="l00093"></a>00093         QList&lt;QString&gt; _ifNameList;             <span class="comment">// maps interfaceName to its gateway</span>
<a name="l00094"></a>00094 
<a name="l00095"></a>00095         QList&lt;QString&gt; _manConfList;
<a name="l00096"></a>00096 
<a name="l00097"></a>00097         QString _manualConfInterfaces;
<a name="l00098"></a>00098 
<a name="l00099"></a>00099         <span class="comment">// QSplitter to split the main window in two resizable frames.</span>
<a name="l00100"></a>00100         QSplitter* _splitter;
<a name="l00101"></a>00101         <span class="comment">// QTextEdit implementing a minimalistic debug console.</span>
<a name="l00102"></a>00102         QTextEdit* _debugConsole;
<a name="l00103"></a>00103 
<a name="l00104"></a>00104         <span class="comment">// triggers toggleDebugConsole()</span>
<a name="l00105"></a>00105     QAction* _toggleDebugConsole;
<a name="l00106"></a>00106 
<a name="l00107"></a>00107     <span class="keywordtype">void</span> init();
<a name="l00108"></a>00108         <span class="keywordtype">void</span> setupLayout();
<a name="l00109"></a>00109         <span class="keywordtype">void</span> createDebugConsole();
<a name="l00110"></a>00110         <span class="keywordtype">void</span> toggleDebugConsole();
<a name="l00111"></a>00111 
<a name="l00112"></a>00112 
<a name="l00113"></a>00113 };
<a name="l00114"></a>00114 
<a name="l00115"></a>00115 <span class="preprocessor">#endif // NDGUI_H</span>
</pre></div></div>
</div>
  <div id="nav-path" class="navpath">
    <ul>
      <li class="navelem"><a class="el" href="ndgui_8h.html">ndgui.h</a>      </li>
      <li class="footer">Generated on Wed Nov 9 2011 15:24:33 for ndgui/NetworkDiscovery by&#160;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.3 </li>
    </ul>
  </div>
<!--- window showing the filter options -->
<div id="MSearchSelectWindow"
     onmouseover="return searchBox.OnSearchSelectShow()"
     onmouseout="return searchBox.OnSearchSelectHide()"
     onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Defines</a></div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="" frameborder="0" 
        name="MSearchResults" id="MSearchResults">
</iframe>
</div>


</body>
</html>