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
|
<HTML>
<HEAD>
<TITLE>TOPPView.C File Reference</TITLE>
<LINK HREF="doxygen.css" REL="stylesheet" TYPE="text/css">
<LINK HREF="style_ini.css" REL="stylesheet" TYPE="text/css">
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<A href="index.html">Home</A> ·
<A href="classes.html">Classes</A> ·
<A href="annotated.html">Annotated Classes</A> ·
<A href="modules.html">Modules</A> ·
<A href="functions_func.html">Members</A> ·
<A href="namespaces.html">Namespaces</A> ·
<A href="pages.html">Related Pages</A>
<HR style="height:1px; border:none; border-top:1px solid #c0c0c0;">
<!-- Generated by Doxygen 1.8.5 -->
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_758a5714d7139f0515656e76324a9d4c.html">source</a></li><li class="navelem"><a class="el" href="dir_11ce28b09cb75179d2b81987c6f8d19a.html">VISUAL</a></li><li class="navelem"><a class="el" href="dir_88671f27bd3923ac976cef130eb8a64f.html">APPLICATIONS</a></li><li class="navelem"><a class="el" href="dir_b7158c09bbfe8ec7e11d088dcdf9a338.html">GUITOOLS</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#func-members">Functions</a> |
<a href="#var-members">Variables</a> </div>
<div class="headertitle">
<div class="title">TOPPView.C File Reference</div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><code>#include <QtGui/QStyleFactory></code><br/>
<code>#include <QtGui/QSplashScreen></code><br/>
<code>#include <QMessageBox></code><br/>
<code>#include <<a class="el" href="TOPPViewBase_8h_source.html">OpenMS/VISUAL/APPLICATIONS/TOPPViewBase.h</a>></code><br/>
<code>#include <<a class="el" href="QApplicationTOPP_8h_source.html">OpenMS/VISUAL/APPLICATIONS/MISC/QApplicationTOPP.h</a>></code><br/>
<code>#include <<a class="el" href="StopWatch_8h_source.html">OpenMS/SYSTEM/StopWatch.h</a>></code><br/>
<code>#include <iostream></code><br/>
<code>#include <map></code><br/>
<code>#include <vector></code><br/>
</div><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
Functions</h2></td></tr>
<tr class="memitem:ae5ad5cbeccaedc03a48d3c7eaa803e79"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="TOPPView_8C.html#ae5ad5cbeccaedc03a48d3c7eaa803e79">print_usage</a> ()</td></tr>
<tr class="separator:ae5ad5cbeccaedc03a48d3c7eaa803e79"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a217dbf8b442f20279ea00b898af96f52"><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="TOPPView_8C.html#a217dbf8b442f20279ea00b898af96f52">main</a> (int argc, const char **argv)</td></tr>
<tr class="separator:a217dbf8b442f20279ea00b898af96f52"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="var-members"></a>
Variables</h2></td></tr>
<tr class="memitem:a92f8240588f059cb9152498c9d3a3e9d"><td class="memItemLeft" align="right" valign="top">const char * </td><td class="memItemRight" valign="bottom"><a class="el" href="TOPPView_8C.html#a92f8240588f059cb9152498c9d3a3e9d">tool_name</a> = "TOPPView"</td></tr>
<tr class="separator:a92f8240588f059cb9152498c9d3a3e9d"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<h2 class="groupheader">Function Documentation</h2>
<a class="anchor" id="a217dbf8b442f20279ea00b898af96f52"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int main </td>
<td>(</td>
<td class="paramtype">int </td>
<td class="paramname"><em>argc</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const char ** </td>
<td class="paramname"><em>argv</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>References <a class="el" href="classOpenMS_1_1Param.html#a1228c6f4950f49a2f819b48db40ee071">Param::exists()</a>, <a class="el" href="classOpenMS_1_1StopWatch.html#a4c9347d2e49ff45aa90179d298039a4c">StopWatch::getClockTime()</a>, <a class="el" href="classOpenMS_1_1Exception_1_1BaseException.html#a1ac222f5068b80a9cc052b8ea2e8ae7f">BaseException::getFile()</a>, <a class="el" href="classOpenMS_1_1Exception_1_1BaseException.html#ad8a37bf1d63efaa33048d6ca827f6a57">BaseException::getLine()</a>, <a class="el" href="classOpenMS_1_1Param.html#abd0f5571675ec99e1aa647b39e2a8711">Param::getValue()</a>, <a class="el" href="classOpenMS_1_1String.html#ad0f3113f29d5d2ebdfa090bab2cef7ac">String::hasSubstring()</a>, <a class="el" href="classOpenMS_1_1TOPPViewBase.html#af269aadf469e6fa54fe6e9d5aee430d9">TOPPViewBase::loadFiles()</a>, <a class="el" href="classOpenMS_1_1TOPPViewBase.html#a4eecbb3c7b39a36a9f365e4dc2a89387">TOPPViewBase::loadPreferences()</a>, <a class="el" href="classOpenMS_1_1Param.html#ab10ad5f837f7fa231a6c583ca82ba551">Param::parseCommandLine()</a>, <a class="el" href="TOPPAS_8C.html#a8cd63e48f0edf55e1ba6eaca28fcc773">print_usage()</a>, <a class="el" href="classOpenMS_1_1StopWatch.html#aad5997aaaa2d622f0ca57f8b24a51a7b">StopWatch::start()</a>, <a class="el" href="classOpenMS_1_1StopWatch.html#a68a350717fe6bf9012843e7c977d87b2">StopWatch::stop()</a>, <a class="el" href="classOpenMS_1_1DataValue.html#a82e960f65e28ae6aba1271adbb83236e">DataValue::toString()</a>, and <a class="el" href="classOpenMS_1_1Exception_1_1BaseException.html#aff06f49065b54a8a86e02e9a2441a8ba">BaseException::what()</a>.</p>
</div>
</div>
<a class="anchor" id="ae5ad5cbeccaedc03a48d3c7eaa803e79"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void print_usage </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>References <a class="el" href="TOPPAS_8C.html#a92f8240588f059cb9152498c9d3a3e9d">tool_name</a>.</p>
</div>
</div>
<h2 class="groupheader">Variable Documentation</h2>
<a class="anchor" id="a92f8240588f059cb9152498c9d3a3e9d"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const char* tool_name = "TOPPView"</td>
</tr>
</table>
</div><div class="memdoc">
</div>
</div>
</div><!-- contents -->
<HR style="height:1px; border:none; border-top:1px solid #c0c0c0;">
<TABLE width="100%" border="0">
<TR>
<TD><font color="#c0c0c0">OpenMS / TOPP release 1.11.1</font></TD>
<TD align="right"><font color="#c0c0c0">Documentation generated on Thu Nov 14 2013 11:19:24 using doxygen 1.8.5</font></TD>
</TR>
</TABLE>
</BODY>
</HTML>
|