root/doc/html/libDS__ui_8h-source.html @ 264

Revision 264, 3.4 kB (checked in by smidl, 15 years ago)

doc

Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
3<title>mixpp: libDS_ui.h Source File</title>
4<link href="doxygen.css" rel="stylesheet" type="text/css">
5<link href="tabs.css" rel="stylesheet" type="text/css">
6</head><body>
7<!-- Generated by Doxygen 1.5.6 -->
8<div class="navigation" id="top">
9  <div class="tabs">
10    <ul>
11      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
12      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
13      <li><a href="modules.html"><span>Modules</span></a></li>
14      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
15      <li><a href="classes.html"><span>Classes</span></a></li>
16      <li class="current"><a href="files.html"><span>Files</span></a></li>
17    </ul>
18  </div>
19<h1>libDS_ui.h</h1><a href="libDS__ui_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001
20<a name="l00013"></a>00013 <span class="preprocessor">#ifndef DS_UI_H</span>
21<a name="l00014"></a>00014 <span class="preprocessor"></span><span class="preprocessor">#define DS_UI_H</span>
22<a name="l00015"></a>00015 <span class="preprocessor"></span>
23<a name="l00016"></a>00016
24<a name="l00017"></a>00017 <span class="preprocessor">#include "<a class="code" href="libDS_8h.html" title="Common DataSources.">libDS.h</a>"</span>
25<a name="l00018"></a>00018 <span class="preprocessor">#include "<a class="code" href="loggers__ui_8h.html" title="UI builders for Loggers.">stat/loggers_ui.h</a>"</span>
26<a name="l00019"></a>00019
27<a name="l00038"></a><a class="code" href="classUIArxDS.html">00038</a> <span class="keyword">class </span><a class="code" href="classUIArxDS.html">UIArxDS</a> : <span class="keyword">public</span> <a class="code" href="classbdm_1_1UIbuilder.html" title="Builds computational object from a UserInfo structure.">UIbuilder</a> {
28<a name="l00039"></a>00039         <span class="keyword">public</span>:
29<a name="l00040"></a>00040         <a class="code" href="classUIArxDS.html">UIArxDS</a>() :<a class="code" href="classbdm_1_1UIbuilder.html#c75103dd58395644e80f1eea886c656b" title="Constructor needs to be run only once macro UIREGISTER.">UIbuilder</a> ( <span class="stringliteral">"ArxDS"</span> ) {};
30<a name="l00041"></a><a class="code" href="classUIArxDS.html#f29ba9f6bb21461d3c061701b8ba366f">00041</a>         <a class="code" href="classbdm_1_1bdmroot.html" title="Root class of BDM objects.">bdmroot</a>* <a class="code" href="classUIArxDS.html#f29ba9f6bb21461d3c061701b8ba366f" title="Function building the computational object.">build</a> ( Setting &amp;S )<span class="keyword"> const </span>{
31<a name="l00042"></a>00042                 <span class="keywordtype">int</span> nch = S[<span class="stringliteral">"rvs"</span>].getLength();
32<a name="l00043"></a>00043         };
33<a name="l00044"></a>00044 };
34<a name="l00045"></a>00045
35<a name="l00046"></a>00046 UIREGISTER ( <a class="code" href="classUIArxDS.html">UIArxDS</a> );
36<a name="l00047"></a>00047
37<a name="l00048"></a>00048 <span class="preprocessor">#endif // DS_UI_H</span>
38</pre></div></div>
39<hr size="1"><address style="text-align: right;"><small>Generated on Fri Feb 6 19:49:45 2009 for mixpp by&nbsp;
40<a href="http://www.doxygen.org/index.html">
41<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
42</body>
43</html>
Note: See TracBrowser for help on using the browser.