175 lines
9.6 KiB
HTML
175 lines
9.6 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
|
<meta name="generator" content="Doxygen 1.13.2"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<title>musredit: /workspace/LMU/musrfit/src/musredit_qt6/musredit/PDumpOutputHandler.h File Reference</title>
|
|
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="jquery.js"></script>
|
|
<script type="text/javascript" src="dynsections.js"></script>
|
|
<script type="text/javascript" src="clipboard.js"></script>
|
|
<link href="navtree.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="resize.js"></script>
|
|
<script type="text/javascript" src="cookie.js"></script>
|
|
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="search/searchdata.js"></script>
|
|
<script type="text/javascript" src="search/search.js"></script>
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
<body>
|
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
|
<div id="titlearea">
|
|
<table cellspacing="0" cellpadding="0">
|
|
<tbody>
|
|
<tr id="projectrow">
|
|
<td id="projectalign">
|
|
<div id="projectname">musredit<span id="projectnumber"> 1.0.0</span>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- end header part -->
|
|
<!-- Generated by Doxygen 1.13.2 -->
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
var searchBox = new SearchBox("searchBox", "search/",'.html');
|
|
/* @license-end */
|
|
</script>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
$(function() { codefold.init(0); });
|
|
/* @license-end */
|
|
</script>
|
|
<script type="text/javascript" src="menudata.js"></script>
|
|
<script type="text/javascript" src="menu.js"></script>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
$(function() {
|
|
initMenu('',true,false,'search.php','Search',false);
|
|
$(function() { init_search(); });
|
|
});
|
|
/* @license-end */
|
|
</script>
|
|
<div id="main-nav"></div>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
$(function(){ initResizable(false); });
|
|
/* @license-end */
|
|
</script>
|
|
<!-- window showing the filter options -->
|
|
<div id="MSearchSelectWindow"
|
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
|
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
|
</div>
|
|
|
|
<!-- iframe showing the search results (closed by default) -->
|
|
<div id="MSearchResultsWindow">
|
|
<div id="MSearchResults">
|
|
<div class="SRPage">
|
|
<div id="SRIndex">
|
|
<div id="SRResults"></div>
|
|
<div class="SRStatus" id="Loading">Loading...</div>
|
|
<div class="SRStatus" id="Searching">Searching...</div>
|
|
<div class="SRStatus" id="NoMatches">No Matches</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="nav-path" class="navpath">
|
|
<ul>
|
|
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_6ae224fd33464317177bff8e805aed3f.html">musredit_qt6</a></li><li class="navelem"><a class="el" href="dir_26071d482d956b9a852e608ffe64cea0.html">musredit</a></li> </ul>
|
|
</div>
|
|
</div><!-- top -->
|
|
<div id="doc-content">
|
|
<div class="header">
|
|
<div class="summary">
|
|
<a href="#nested-classes">Classes</a> </div>
|
|
<div class="headertitle"><div class="title">PDumpOutputHandler.h File Reference</div></div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
|
|
<p>Dialog for displaying dump_header command output.
|
|
<a href="#details">More...</a></p>
|
|
<div class="textblock"><code>#include <QObject></code><br />
|
|
<code>#include <QProcess></code><br />
|
|
<code>#include <QDialog></code><br />
|
|
<code>#include <QVBoxLayout></code><br />
|
|
<code>#include <QTextEdit></code><br />
|
|
<code>#include <QPushButton></code><br />
|
|
<code>#include <QMessageBox></code><br />
|
|
<code>#include <QVector></code><br />
|
|
<code>#include <cstdlib></code><br />
|
|
<code>#include <memory></code><br />
|
|
</div><div class="textblock"><div class="dynheader">
|
|
Include dependency graph for PDumpOutputHandler.h:</div>
|
|
<div class="dyncontent">
|
|
<div class="center"><img src="PDumpOutputHandler_8h__incl.png" border="0" usemap="#a_2workspace_2LMU_2musrfit_2src_2musredit__qt6_2musredit_2PDumpOutputHandler_8h" alt=""/></div>
|
|
<map name="a_2workspace_2LMU_2musrfit_2src_2musredit__qt6_2musredit_2PDumpOutputHandler_8h" id="a_2workspace_2LMU_2musrfit_2src_2musredit__qt6_2musredit_2PDumpOutputHandler_8h">
|
|
<area shape="rect" title="Dialog for displaying dump_header command output." alt="" coords="424,5,612,67"/>
|
|
<area shape="rect" title=" " alt="" coords="5,115,76,143"/>
|
|
<area shape="poly" title=" " alt="" coords="424,55,272,81,91,117,90,112,271,76,423,49"/>
|
|
<area shape="rect" title=" " alt="" coords="99,115,176,143"/>
|
|
<area shape="poly" title=" " alt="" coords="424,62,193,117,191,112,423,57"/>
|
|
<area shape="rect" title=" " alt="" coords="200,115,270,143"/>
|
|
<area shape="poly" title=" " alt="" coords="425,70,286,114,284,109,423,65"/>
|
|
<area shape="rect" title=" " alt="" coords="294,115,395,143"/>
|
|
<area shape="poly" title=" " alt="" coords="461,70,384,110,382,105,459,65"/>
|
|
<area shape="rect" title=" " alt="" coords="420,115,501,143"/>
|
|
<area shape="poly" title=" " alt="" coords="501,69,479,103,475,100,496,66"/>
|
|
<area shape="rect" title=" " alt="" coords="526,115,627,143"/>
|
|
<area shape="poly" title=" " alt="" coords="540,66,562,100,557,103,535,69"/>
|
|
<area shape="rect" title=" " alt="" coords="652,115,757,143"/>
|
|
<area shape="poly" title=" " alt="" coords="581,65,665,106,663,110,579,70"/>
|
|
<area shape="rect" title=" " alt="" coords="781,115,852,143"/>
|
|
<area shape="poly" title=" " alt="" coords="613,63,767,110,766,115,611,68"/>
|
|
<area shape="rect" title=" " alt="" coords="875,115,936,143"/>
|
|
<area shape="poly" title=" " alt="" coords="613,54,861,112,859,117,611,60"/>
|
|
<area shape="rect" title=" " alt="" coords="961,115,1032,143"/>
|
|
<area shape="poly" title=" " alt="" coords="612,50,765,76,946,112,945,117,764,81,611,55"/>
|
|
</map>
|
|
</div>
|
|
</div><div class="textblock"><div class="dynheader">
|
|
This graph shows which files directly or indirectly include this file:</div>
|
|
<div class="dyncontent">
|
|
<div class="center"><img src="PDumpOutputHandler_8h__dep__incl.png" border="0" usemap="#a_2workspace_2LMU_2musrfit_2src_2musredit__qt6_2musredit_2PDumpOutputHandler_8hdep" alt=""/></div>
|
|
<map name="a_2workspace_2LMU_2musrfit_2src_2musredit__qt6_2musredit_2PDumpOutputHandler_8hdep" id="a_2workspace_2LMU_2musrfit_2src_2musredit__qt6_2musredit_2PDumpOutputHandler_8hdep">
|
|
<area shape="rect" title="Dialog for displaying dump_header command output." alt="" coords="111,5,298,67"/>
|
|
<area shape="rect" href="PDumpOutputHandler_8cpp.html" title="Implementation of the PDumpOutputHandler class." alt="" coords="5,115,193,177"/>
|
|
<area shape="poly" title=" " alt="" coords="166,80,130,116,127,113,162,76"/>
|
|
<area shape="rect" href="PTextEdit_8cpp.html" title="Implementation of the main window class for musredit." alt="" coords="217,115,405,177"/>
|
|
<area shape="poly" title=" " alt="" coords="247,76,283,113,279,116,243,80"/>
|
|
</map>
|
|
</div>
|
|
</div>
|
|
<p><a href="PDumpOutputHandler_8h_source.html">Go to the source code of this file.</a></p>
|
|
<table class="memberdecls">
|
|
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="nested-classes" name="nested-classes"></a>
|
|
Classes</h2></td></tr>
|
|
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classPDumpOutputHandler.html">PDumpOutputHandler</a></td></tr>
|
|
<tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">Dialog for executing and displaying dump_header command output. <a href="classPDumpOutputHandler.html#details">More...</a><br /></td></tr>
|
|
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
|
</table>
|
|
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
|
|
<div class="textblock"><p>Dialog for displaying dump_header command output. </p>
|
|
<p>This header defines the <a class="el" href="classPDumpOutputHandler.html" title="Dialog for executing and displaying dump_header command output.">PDumpOutputHandler</a> class which provides a dialog window for executing the dump_header tool and displaying its output in real-time. The dump_header tool is used to display header information from muon data files.</p>
|
|
<dl class="section author"><dt>Author</dt><dd>Andreas Suter </dd></dl>
|
|
<dl class="section date"><dt>Date</dt><dd>2012-2026 </dd></dl>
|
|
<dl class="section copyright"><dt>Copyright</dt><dd>Copyright (C) 2012-2026 by Andreas Suter @license GNU General Public License v2 or later</dd></dl>
|
|
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classPFitOutputHandler.html" title="Dialog for executing and monitoring musrfit fitting processes.">PFitOutputHandler</a> For similar output handling during fitting </dd></dl>
|
|
|
|
<p class="definition">Definition in file <a class="el" href="PDumpOutputHandler_8h_source.html">PDumpOutputHandler.h</a>.</p>
|
|
</div></div><!-- contents -->
|
|
<!-- start footer part -->
|
|
<hr class="footer"/><address class="footer"><small>
|
|
Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.13.2
|
|
</small></address>
|
|
</div><!-- doc-content -->
|
|
</body>
|
|
</html>
|