updated api documentation
[urpo] / www / apidoc / html / cerrdebugmonitor_8h_source.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
5 <title>Urpo: src/cerrdebugmonitor.h Source File</title>
6 <link href="tabs.css" rel="stylesheet" type="text/css"/>
7 <link href="doxygen.css" rel="stylesheet" type="text/css"/>
8 </head>
9 <body>
10 <!-- Generated by Doxygen 1.6.3 -->
11 <div class="navigation" id="top">
12   <div class="tabs">
13     <ul>
14       <li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
15       <li><a href="annotated.html"><span>Classes</span></a></li>
16       <li class="current"><a href="files.html"><span>Files</span></a></li>
17     </ul>
18   </div>
19   <div class="tabs">
20     <ul>
21       <li><a href="files.html"><span>File&nbsp;List</span></a></li>
22     </ul>
23   </div>
24 <h1>src/cerrdebugmonitor.h</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="preprocessor">#ifndef CERRDEBUGMONITOR_H</span>
25 <a name="l00002"></a>00002 <span class="preprocessor"></span><span class="preprocessor">#define CERRDEBUGMONITOR_H</span>
26 <a name="l00003"></a>00003 <span class="preprocessor"></span>
27 <a name="l00004"></a>00004 <span class="preprocessor">#include &lt;QObject&gt;</span>
28 <a name="l00005"></a>00005 
29 <a name="l00017"></a><a class="code" href="class_cerr_debug_monitor.html">00017</a> <span class="keyword">class </span><a class="code" href="class_cerr_debug_monitor.html" title="Debug monitor to stardart output (cout).">CerrDebugMonitor</a> : <span class="keyword">public</span> QObject
30 <a name="l00018"></a>00018 {
31 <a name="l00019"></a>00019     Q_OBJECT
32 <a name="l00020"></a>00020 <span class="keyword">public</span>:
33 <a name="l00021"></a>00021     <span class="keyword">explicit</span> <a class="code" href="class_cerr_debug_monitor.html" title="Debug monitor to stardart output (cout).">CerrDebugMonitor</a>(QObject *parent = 0);
34 <a name="l00022"></a>00022 
35 <a name="l00023"></a>00023 signals:
36 <a name="l00024"></a>00024 
37 <a name="l00025"></a>00025 <span class="keyword">public</span> slots:
38 <a name="l00026"></a>00026     <span class="keywordtype">void</span> debugMessage(QString message);
39 <a name="l00027"></a>00027 
40 <a name="l00028"></a>00028 };
41 <a name="l00029"></a>00029 
42 <a name="l00030"></a>00030 <span class="preprocessor">#endif // CERRDEBUGMONITOR_H</span>
43 </pre></div></div>
44 <hr class="footer"/><address style="text-align: right;"><small>Generated on Mon Sep 27 18:46:05 2010 for Urpo by&nbsp;
45 <a href="http://www.doxygen.org/index.html">
46 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.3 </small></address>
47 </body>
48 </html>