Sophie

Sophie

distrib > Mageia > 6 > x86_64 > by-pkgid > cf48da7d1b8e1f83fb29b038ef4f8fc6 > files > 320

engauge-digitizer-doc-9.8-1.mga6.noarch.rpm

<!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"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.12"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Engauge Digitizer: Document/Document.h Source File</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>
<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 style="height: 56px;">
  <td id="projectalign" style="padding-left: 0.5em;">
   <div id="projectname">Engauge Digitizer
   &#160;<span id="projectnumber">2</span>
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.12 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
  initMenu('',true,false,'search.php','Search');
  $(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
<!-- 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">
<iframe src="javascript:void(0)" frameborder="0" 
        name="MSearchResults" id="MSearchResults">
</iframe>
</div>

<div id="nav-path" class="navpath">
  <ul>
<li class="navelem"><a class="el" href="dir_83855ca59c7f5f76f49b98647d73599d.html">Document</a></li>  </ul>
</div>
</div><!-- top -->
<div class="header">
  <div class="headertitle">
<div class="title">Document.h</div>  </div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno">    1</span>&#160;<span class="comment">/******************************************************************************************************</span></div><div class="line"><a name="l00002"></a><span class="lineno">    2</span>&#160;<span class="comment"> * (C) 2014 markummitchell@github.com. This file is part of Engauge Digitizer, which is released      *</span></div><div class="line"><a name="l00003"></a><span class="lineno">    3</span>&#160;<span class="comment"> * under GNU General Public License version 2 (GPLv2) or (at your option) any later version. See file *</span></div><div class="line"><a name="l00004"></a><span class="lineno">    4</span>&#160;<span class="comment"> * LICENSE or go to gnu.org/licenses for details. Distribution requires prior written permission.     *</span></div><div class="line"><a name="l00005"></a><span class="lineno">    5</span>&#160;<span class="comment"> ******************************************************************************************************/</span></div><div class="line"><a name="l00006"></a><span class="lineno">    6</span>&#160;</div><div class="line"><a name="l00007"></a><span class="lineno">    7</span>&#160;<span class="preprocessor">#ifndef DOCUMENT_H</span></div><div class="line"><a name="l00008"></a><span class="lineno">    8</span>&#160;<span class="preprocessor">#define DOCUMENT_H</span></div><div class="line"><a name="l00009"></a><span class="lineno">    9</span>&#160;</div><div class="line"><a name="l00010"></a><span class="lineno">   10</span>&#160;<span class="preprocessor">#include &quot;CoordSystemContext.h&quot;</span></div><div class="line"><a name="l00011"></a><span class="lineno">   11</span>&#160;<span class="preprocessor">#include &quot;CoordSystemIndex.h&quot;</span></div><div class="line"><a name="l00012"></a><span class="lineno">   12</span>&#160;<span class="preprocessor">#include &quot;CurvesGraphs.h&quot;</span></div><div class="line"><a name="l00013"></a><span class="lineno">   13</span>&#160;<span class="preprocessor">#include &quot;CurveStyles.h&quot;</span></div><div class="line"><a name="l00014"></a><span class="lineno">   14</span>&#160;<span class="preprocessor">#include &quot;DocumentAxesPointsRequired.h&quot;</span></div><div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;<span class="preprocessor">#include &quot;DocumentModelAxesChecker.h&quot;</span></div><div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;<span class="preprocessor">#include &quot;DocumentModelColorFilter.h&quot;</span></div><div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;<span class="preprocessor">#include &quot;DocumentModelCoords.h&quot;</span></div><div class="line"><a name="l00018"></a><span class="lineno">   18</span>&#160;<span class="preprocessor">#include &quot;DocumentModelDigitizeCurve.h&quot;</span></div><div class="line"><a name="l00019"></a><span class="lineno">   19</span>&#160;<span class="preprocessor">#include &quot;DocumentModelExportFormat.h&quot;</span></div><div class="line"><a name="l00020"></a><span class="lineno">   20</span>&#160;<span class="preprocessor">#include &quot;DocumentModelGeneral.h&quot;</span></div><div class="line"><a name="l00021"></a><span class="lineno">   21</span>&#160;<span class="preprocessor">#include &quot;DocumentModelGridDisplay.h&quot;</span></div><div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;<span class="preprocessor">#include &quot;DocumentModelGridRemoval.h&quot;</span></div><div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;<span class="preprocessor">#include &quot;DocumentModelPointMatch.h&quot;</span></div><div class="line"><a name="l00024"></a><span class="lineno">   24</span>&#160;<span class="preprocessor">#include &quot;DocumentModelSegments.h&quot;</span></div><div class="line"><a name="l00025"></a><span class="lineno">   25</span>&#160;<span class="preprocessor">#include &quot;PointStyle.h&quot;</span></div><div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;<span class="preprocessor">#include &lt;QList&gt;</span></div><div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;<span class="preprocessor">#include &lt;QPixmap&gt;</span></div><div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;<span class="preprocessor">#include &lt;QString&gt;</span></div><div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;<span class="preprocessor">#include &lt;QXmlStreamReader&gt;</span></div><div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;</div><div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;<span class="keyword">class </span><a class="code" href="classCoordSystem.html">CoordSystem</a>;</div><div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;<span class="keyword">class </span><a class="code" href="classCurve.html">Curve</a>;</div><div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;<span class="keyword">class </span>QByteArray;</div><div class="line"><a name="l00034"></a><span class="lineno">   34</span>&#160;<span class="keyword">class </span>QFile;</div><div class="line"><a name="l00035"></a><span class="lineno">   35</span>&#160;<span class="keyword">class </span>QImage;</div><div class="line"><a name="l00036"></a><span class="lineno">   36</span>&#160;<span class="keyword">class </span>QTransform;</div><div class="line"><a name="l00037"></a><span class="lineno">   37</span>&#160;<span class="keyword">class </span>QXmlStreamWriter;</div><div class="line"><a name="l00038"></a><span class="lineno">   38</span>&#160;<span class="keyword">class </span><a class="code" href="classTransformation.html">Transformation</a>;</div><div class="line"><a name="l00039"></a><span class="lineno">   39</span>&#160;</div><div class="line"><a name="l00041"></a><span class="lineno"><a class="line" href="classDocument.html">   41</a></span>&#160;<span class="keyword">class </span><a class="code" href="classDocument.html">Document</a></div><div class="line"><a name="l00042"></a><span class="lineno">   42</span>&#160;{</div><div class="line"><a name="l00043"></a><span class="lineno">   43</span>&#160;<span class="keyword">public</span>:</div><div class="line"><a name="l00045"></a><span class="lineno">   45</span>&#160;  <a class="code" href="classDocument.html">Document</a> (<span class="keyword">const</span> QImage &amp;image);</div><div class="line"><a name="l00046"></a><span class="lineno">   46</span>&#160;</div><div class="line"><a name="l00048"></a><span class="lineno">   48</span>&#160;  <a class="code" href="classDocument.html">Document</a> (<span class="keyword">const</span> QString &amp;fileName);</div><div class="line"><a name="l00049"></a><span class="lineno">   49</span>&#160;</div><div class="line"><a name="l00052"></a><span class="lineno">   52</span>&#160;  <span class="keywordtype">void</span> <a class="code" href="classDocument.html#a63d2ae8f45ec1651e002745c1463fefd">addCoordSystems</a>(<span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> numberCoordSystemToAdd);</div><div class="line"><a name="l00053"></a><span class="lineno">   53</span>&#160;</div><div class="line"><a name="l00055"></a><span class="lineno">   55</span>&#160;  <span class="keywordtype">void</span> <a class="code" href="classDocument.html#a64e6bfe8ad1ca5f76257d208b37c1373">addGraphCurveAtEnd</a> (<span class="keyword">const</span> QString &amp;curveName);</div><div class="line"><a name="l00056"></a><span class="lineno">   56</span>&#160;</div><div class="line"><a name="l00063"></a><span class="lineno">   63</span>&#160;  <span class="keywordtype">void</span> <a class="code" href="classDocument.html#a1b2bfbcd5d0856d6a5e0ac52c7e50b66">addPointAxisWithGeneratedIdentifier</a> (<span class="keyword">const</span> QPointF &amp;posScreen,</div><div class="line"><a name="l00064"></a><span class="lineno">   64</span>&#160;                                            <span class="keyword">const</span> QPointF &amp;posGraph,</div><div class="line"><a name="l00065"></a><span class="lineno">   65</span>&#160;                                            QString &amp;identifier,</div><div class="line"><a name="l00066"></a><span class="lineno">   66</span>&#160;                                            <span class="keywordtype">double</span> ordinal,</div><div class="line"><a name="l00067"></a><span class="lineno">   67</span>&#160;                                            <span class="keywordtype">bool</span> <a class="code" href="classDocument.html#a333e967b7307894d580f31d85341dd9b">isXOnly</a>);</div><div class="line"><a name="l00068"></a><span class="lineno">   68</span>&#160;</div><div class="line"><a name="l00075"></a><span class="lineno">   75</span>&#160;  <span class="keywordtype">void</span> <a class="code" href="classDocument.html#a4ade5bdeae4a58db2229eb1e68f1bf40">addPointAxisWithSpecifiedIdentifier</a> (<span class="keyword">const</span> QPointF &amp;posScreen,</div><div class="line"><a name="l00076"></a><span class="lineno">   76</span>&#160;                                            <span class="keyword">const</span> QPointF &amp;posGraph,</div><div class="line"><a name="l00077"></a><span class="lineno">   77</span>&#160;                                            <span class="keyword">const</span> QString &amp;identifier,</div><div class="line"><a name="l00078"></a><span class="lineno">   78</span>&#160;                                            <span class="keywordtype">double</span> ordinal,</div><div class="line"><a name="l00079"></a><span class="lineno">   79</span>&#160;                                            <span class="keywordtype">bool</span> isXOnly);</div><div class="line"><a name="l00080"></a><span class="lineno">   80</span>&#160;</div><div class="line"><a name="l00082"></a><span class="lineno">   82</span>&#160;  <span class="keywordtype">void</span> <a class="code" href="classDocument.html#af7f06cc422fc2a46dbec949e538ca138">addPointGraphWithGeneratedIdentifier</a> (<span class="keyword">const</span> QString &amp;curveName,</div><div class="line"><a name="l00083"></a><span class="lineno">   83</span>&#160;                                             <span class="keyword">const</span> QPointF &amp;posScreen,</div><div class="line"><a name="l00084"></a><span class="lineno">   84</span>&#160;                                             QString &amp;generatedIentifier,</div><div class="line"><a name="l00085"></a><span class="lineno">   85</span>&#160;                                             <span class="keywordtype">double</span> ordinal);</div><div class="line"><a name="l00086"></a><span class="lineno">   86</span>&#160;</div><div class="line"><a name="l00088"></a><span class="lineno">   88</span>&#160;  <span class="keywordtype">void</span> <a class="code" href="classDocument.html#a2f7f869bcd69ec741ecede335560f530">addPointGraphWithSpecifiedIdentifier</a> (<span class="keyword">const</span> QString &amp;curveName,</div><div class="line"><a name="l00089"></a><span class="lineno">   89</span>&#160;                                             <span class="keyword">const</span> QPointF &amp;posScreen,</div><div class="line"><a name="l00090"></a><span class="lineno">   90</span>&#160;                                             <span class="keyword">const</span> QString &amp;identifier,</div><div class="line"><a name="l00091"></a><span class="lineno">   91</span>&#160;                                             <span class="keywordtype">double</span> ordinal);</div><div class="line"><a name="l00092"></a><span class="lineno">   92</span>&#160;</div><div class="line"><a name="l00094"></a><span class="lineno">   94</span>&#160;  <span class="keywordtype">void</span> <a class="code" href="classDocument.html#af8f448b5fbdc2ee81415dce9eae73c89">addPointsInCurvesGraphs</a> (<a class="code" href="classCurvesGraphs.html">CurvesGraphs</a> &amp;<a class="code" href="classDocument.html#ab4c86418e0cc3fa8987365510231fd30">curvesGraphs</a>);</div><div class="line"><a name="l00095"></a><span class="lineno">   95</span>&#160;</div><div class="line"><a name="l00097"></a><span class="lineno">   97</span>&#160;  <span class="keywordtype">void</span> <a class="code" href="classDocument.html#af5ef3e9ea31c3310d693fa100913ae29">checkAddPointAxis</a> (<span class="keyword">const</span> QPointF &amp;posScreen,</div><div class="line"><a name="l00098"></a><span class="lineno">   98</span>&#160;                          <span class="keyword">const</span> QPointF &amp;posGraph,</div><div class="line"><a name="l00099"></a><span class="lineno">   99</span>&#160;                          <span class="keywordtype">bool</span> &amp;isError,</div><div class="line"><a name="l00100"></a><span class="lineno">  100</span>&#160;                          QString &amp;errorMessage,</div><div class="line"><a name="l00101"></a><span class="lineno">  101</span>&#160;                          <span class="keywordtype">bool</span> isXOnly);</div><div class="line"><a name="l00102"></a><span class="lineno">  102</span>&#160;</div><div class="line"><a name="l00104"></a><span class="lineno">  104</span>&#160;  <span class="keywordtype">void</span> <a class="code" href="classDocument.html#a9329076efa7ffc0e879e325c17703226">checkEditPointAxis</a> (<span class="keyword">const</span> QString &amp;pointIdentifier,</div><div class="line"><a name="l00105"></a><span class="lineno">  105</span>&#160;                           <span class="keyword">const</span> QPointF &amp;posScreen,</div><div class="line"><a name="l00106"></a><span class="lineno">  106</span>&#160;                           <span class="keyword">const</span> QPointF &amp;posGraph,</div><div class="line"><a name="l00107"></a><span class="lineno">  107</span>&#160;                           <span class="keywordtype">bool</span> &amp;isError,</div><div class="line"><a name="l00108"></a><span class="lineno">  108</span>&#160;                           QString &amp;errorMessage);</div><div class="line"><a name="l00109"></a><span class="lineno">  109</span>&#160;</div><div class="line"><a name="l00111"></a><span class="lineno">  111</span>&#160;  <span class="keyword">const</span> <a class="code" href="classCoordSystem.html">CoordSystem</a> &amp;<a class="code" href="classDocument.html#a4de1bce309a53d89d0a37445894407e2">coordSystem</a>() <span class="keyword">const</span>;</div><div class="line"><a name="l00112"></a><span class="lineno">  112</span>&#160;</div><div class="line"><a name="l00114"></a><span class="lineno">  114</span>&#160;  <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="classDocument.html#a01e59d54d2b5c6b77cc77daec78c18d5">coordSystemCount</a>() <span class="keyword">const</span>;</div><div class="line"><a name="l00115"></a><span class="lineno">  115</span>&#160;</div><div class="line"><a name="l00117"></a><span class="lineno">  117</span>&#160;  CoordSystemIndex <a class="code" href="classDocument.html#a2856fa8b7a81c28342fcc0ce087c5b54">coordSystemIndex</a>() <span class="keyword">const</span>;</div><div class="line"><a name="l00118"></a><span class="lineno">  118</span>&#160;</div><div class="line"><a name="l00120"></a><span class="lineno">  120</span>&#160;  <span class="keyword">const</span> <a class="code" href="classCurve.html">Curve</a> &amp;<a class="code" href="classDocument.html#a27cc555e71e914e714801d2d065ead88">curveAxes</a> () <span class="keyword">const</span>;</div><div class="line"><a name="l00121"></a><span class="lineno">  121</span>&#160;</div><div class="line"><a name="l00123"></a><span class="lineno">  123</span>&#160;  <span class="keyword">const</span> <a class="code" href="classCurve.html">Curve</a> *<a class="code" href="classDocument.html#ae41ffafe5e16fc692aecb9ffbb762629">curveForCurveName</a> (<span class="keyword">const</span> QString &amp;curveName) <span class="keyword">const</span>;</div><div class="line"><a name="l00124"></a><span class="lineno">  124</span>&#160;</div><div class="line"><a name="l00126"></a><span class="lineno">  126</span>&#160;  <span class="keyword">const</span> <a class="code" href="classCurvesGraphs.html">CurvesGraphs</a> &amp;<a class="code" href="classDocument.html#ab4c86418e0cc3fa8987365510231fd30">curvesGraphs</a> () <span class="keyword">const</span>;</div><div class="line"><a name="l00127"></a><span class="lineno">  127</span>&#160;</div><div class="line"><a name="l00129"></a><span class="lineno">  129</span>&#160;  QStringList <a class="code" href="classDocument.html#a306d53141905f04592081f121573af7a">curvesGraphsNames</a> () <span class="keyword">const</span>;</div><div class="line"><a name="l00130"></a><span class="lineno">  130</span>&#160;</div><div class="line"><a name="l00132"></a><span class="lineno">  132</span>&#160;  <span class="keywordtype">int</span> <a class="code" href="classDocument.html#ab5b60a74bef5a50e14335ded65d9ebc2">curvesGraphsNumPoints</a> (<span class="keyword">const</span> QString &amp;curveName) <span class="keyword">const</span>;</div><div class="line"><a name="l00133"></a><span class="lineno">  133</span>&#160;</div><div class="line"><a name="l00135"></a><span class="lineno">  135</span>&#160;  DocumentAxesPointsRequired <a class="code" href="classDocument.html#aa8dc828b725336a953b287848f1dcedc">documentAxesPointsRequired</a> () <span class="keyword">const</span>;</div><div class="line"><a name="l00136"></a><span class="lineno">  136</span>&#160;</div><div class="line"><a name="l00138"></a><span class="lineno">  138</span>&#160;  <span class="keywordtype">void</span> <a class="code" href="classDocument.html#a01ee25a5c51c5fc67b83c1bfc869e4c0">editPointAxis</a> (<span class="keyword">const</span> QPointF &amp;posGraph,</div><div class="line"><a name="l00139"></a><span class="lineno">  139</span>&#160;                      <span class="keyword">const</span> QString &amp;identifier);</div><div class="line"><a name="l00140"></a><span class="lineno">  140</span>&#160;</div><div class="line"><a name="l00142"></a><span class="lineno">  142</span>&#160;  <span class="keywordtype">void</span> <a class="code" href="classDocument.html#a83f624c10dd4eb14285f9cb621aa7a1a">editPointGraph</a> (<span class="keywordtype">bool</span> isX,</div><div class="line"><a name="l00143"></a><span class="lineno">  143</span>&#160;                       <span class="keywordtype">bool</span> isY,</div><div class="line"><a name="l00144"></a><span class="lineno">  144</span>&#160;                       <span class="keywordtype">double</span> x,</div><div class="line"><a name="l00145"></a><span class="lineno">  145</span>&#160;                       <span class="keywordtype">double</span> y,</div><div class="line"><a name="l00146"></a><span class="lineno">  146</span>&#160;                       <span class="keyword">const</span> QStringList &amp;identifiers,</div><div class="line"><a name="l00147"></a><span class="lineno">  147</span>&#160;                       <span class="keyword">const</span> <a class="code" href="classTransformation.html">Transformation</a> &amp;transformation);</div><div class="line"><a name="l00148"></a><span class="lineno">  148</span>&#160;</div><div class="line"><a name="l00150"></a><span class="lineno">  150</span>&#160;  <span class="keywordtype">void</span> <a class="code" href="classDocument.html#a4fec17f2a846457335298690c11ad028">initializeGridDisplay</a> (<span class="keyword">const</span> <a class="code" href="classTransformation.html">Transformation</a> &amp;transformation);</div><div class="line"><a name="l00151"></a><span class="lineno">  151</span>&#160;</div><div class="line"><a name="l00153"></a><span class="lineno">  153</span>&#160;  <span class="keywordtype">bool</span> <a class="code" href="classDocument.html#a333e967b7307894d580f31d85341dd9b">isXOnly</a> (<span class="keyword">const</span> QString &amp;pointIdentifier) <span class="keyword">const</span>;</div><div class="line"><a name="l00154"></a><span class="lineno">  154</span>&#160;</div><div class="line"><a name="l00156"></a><span class="lineno">  156</span>&#160;  <span class="keywordtype">void</span> <a class="code" href="classDocument.html#a06acd98faf6264ca1377db9b9df15019">iterateThroughCurvePointsAxes</a> (<span class="keyword">const</span> Functor2wRet&lt;const QString &amp;, const Point &amp;, CallbackSearchReturn&gt; &amp;ftorWithCallback);</div><div class="line"><a name="l00157"></a><span class="lineno">  157</span>&#160;</div><div class="line"><a name="l00159"></a><span class="lineno">  159</span>&#160;  <span class="keywordtype">void</span> <a class="code" href="classDocument.html#a06acd98faf6264ca1377db9b9df15019">iterateThroughCurvePointsAxes</a> (<span class="keyword">const</span> Functor2wRet&lt;const QString  &amp;, const Point &amp;, CallbackSearchReturn&gt; &amp;ftorWithCallback) <span class="keyword">const</span>;</div><div class="line"><a name="l00160"></a><span class="lineno">  160</span>&#160;</div><div class="line"><a name="l00162"></a><span class="lineno">  162</span>&#160;  <span class="keywordtype">void</span> <a class="code" href="classDocument.html#a0202dc242ce7fce1d66ecff8151d4485">iterateThroughCurveSegments</a> (<span class="keyword">const</span> QString &amp;curveName,</div><div class="line"><a name="l00163"></a><span class="lineno">  163</span>&#160;                                    <span class="keyword">const</span> Functor2wRet&lt;const Point &amp;, const Point &amp;, CallbackSearchReturn&gt; &amp;ftorWithCallback) <span class="keyword">const</span>;</div><div class="line"><a name="l00164"></a><span class="lineno">  164</span>&#160;</div><div class="line"><a name="l00166"></a><span class="lineno">  166</span>&#160;  <span class="keywordtype">void</span> <a class="code" href="classDocument.html#a296c0daa5313d29703bf848965be424e">iterateThroughCurvesPointsGraphs</a> (<span class="keyword">const</span> Functor2wRet&lt;const QString &amp;, const Point &amp;, CallbackSearchReturn&gt; &amp;ftorWithCallback);</div><div class="line"><a name="l00167"></a><span class="lineno">  167</span>&#160;</div><div class="line"><a name="l00169"></a><span class="lineno">  169</span>&#160;  <span class="keywordtype">void</span> <a class="code" href="classDocument.html#a296c0daa5313d29703bf848965be424e">iterateThroughCurvesPointsGraphs</a> (<span class="keyword">const</span> Functor2wRet&lt;const QString &amp;, const Point &amp;, CallbackSearchReturn&gt; &amp;ftorWithCallback) <span class="keyword">const</span>;</div><div class="line"><a name="l00170"></a><span class="lineno">  170</span>&#160;</div><div class="line"><a name="l00172"></a><span class="lineno">  172</span>&#160;  <span class="keywordtype">bool</span> <a class="code" href="classDocument.html#a1588c4fda7947209b74c05253ebb8e87">loadCurvesFile</a> (<span class="keyword">const</span> QString &amp;curvesFile);</div><div class="line"><a name="l00173"></a><span class="lineno">  173</span>&#160;</div><div class="line"><a name="l00175"></a><span class="lineno">  175</span>&#160;  <a class="code" href="classDocumentModelAxesChecker.html">DocumentModelAxesChecker</a> <a class="code" href="classDocument.html#a82ee606ca5b7e44d69252db58496e7a7">modelAxesChecker</a>() <span class="keyword">const</span>;</div><div class="line"><a name="l00176"></a><span class="lineno">  176</span>&#160;</div><div class="line"><a name="l00178"></a><span class="lineno">  178</span>&#160;  <a class="code" href="classDocumentModelColorFilter.html">DocumentModelColorFilter</a> <a class="code" href="classDocument.html#a8fcbfff5d7d70cdb7da610b1def12c93">modelColorFilter</a>() <span class="keyword">const</span>;</div><div class="line"><a name="l00179"></a><span class="lineno">  179</span>&#160;</div><div class="line"><a name="l00181"></a><span class="lineno">  181</span>&#160;  <a class="code" href="classDocumentModelCoords.html">DocumentModelCoords</a> <a class="code" href="classDocument.html#a8d451116cad11169c3c033db01e1f08e">modelCoords</a> () <span class="keyword">const</span>;</div><div class="line"><a name="l00182"></a><span class="lineno">  182</span>&#160;</div><div class="line"><a name="l00184"></a><span class="lineno">  184</span>&#160;  <a class="code" href="classCurveStyles.html">CurveStyles</a> <a class="code" href="classDocument.html#a9534f98b06853db13a54eb1767d60ce0">modelCurveStyles</a>() <span class="keyword">const</span>;</div><div class="line"><a name="l00185"></a><span class="lineno">  185</span>&#160;</div><div class="line"><a name="l00187"></a><span class="lineno">  187</span>&#160;  <a class="code" href="classDocumentModelDigitizeCurve.html">DocumentModelDigitizeCurve</a> <a class="code" href="classDocument.html#a55cca8e81403a5b38a83a345a0d9ce0b">modelDigitizeCurve</a>() <span class="keyword">const</span>;</div><div class="line"><a name="l00188"></a><span class="lineno">  188</span>&#160;</div><div class="line"><a name="l00190"></a><span class="lineno">  190</span>&#160;  <a class="code" href="classDocumentModelExportFormat.html">DocumentModelExportFormat</a> <a class="code" href="classDocument.html#ad4c63b1ec41bb1e02761c7e32f5aefcd">modelExport</a>() <span class="keyword">const</span>;</div><div class="line"><a name="l00191"></a><span class="lineno">  191</span>&#160;</div><div class="line"><a name="l00193"></a><span class="lineno">  193</span>&#160;  <a class="code" href="classDocumentModelGeneral.html">DocumentModelGeneral</a> <a class="code" href="classDocument.html#a11b6e06e39708c9b2d3eea690a0b403c">modelGeneral</a>() <span class="keyword">const</span>;</div><div class="line"><a name="l00194"></a><span class="lineno">  194</span>&#160;</div><div class="line"><a name="l00196"></a><span class="lineno">  196</span>&#160;  <a class="code" href="classDocumentModelGridDisplay.html">DocumentModelGridDisplay</a> <a class="code" href="classDocument.html#acb26179d0aeee7982576c0c3a8ec06b0">modelGridDisplay</a>() <span class="keyword">const</span>;</div><div class="line"><a name="l00197"></a><span class="lineno">  197</span>&#160;</div><div class="line"><a name="l00199"></a><span class="lineno">  199</span>&#160;  <a class="code" href="classDocumentModelGridRemoval.html">DocumentModelGridRemoval</a> <a class="code" href="classDocument.html#ac602842349c9a41df507ac75cd59e3f7">modelGridRemoval</a>() <span class="keyword">const</span>;</div><div class="line"><a name="l00200"></a><span class="lineno">  200</span>&#160;</div><div class="line"><a name="l00202"></a><span class="lineno">  202</span>&#160;  <a class="code" href="classDocumentModelPointMatch.html">DocumentModelPointMatch</a> <a class="code" href="classDocument.html#a52006da89cd68b1d326efa8306e9f576">modelPointMatch</a>() <span class="keyword">const</span>;</div><div class="line"><a name="l00203"></a><span class="lineno">  203</span>&#160;</div><div class="line"><a name="l00205"></a><span class="lineno">  205</span>&#160;  <a class="code" href="classDocumentModelSegments.html">DocumentModelSegments</a> <a class="code" href="classDocument.html#ae5764f88121e1d09b1c4bf5b2d982cda">modelSegments</a>() <span class="keyword">const</span>;</div><div class="line"><a name="l00206"></a><span class="lineno">  206</span>&#160;</div><div class="line"><a name="l00208"></a><span class="lineno">  208</span>&#160;  <span class="keywordtype">void</span> <a class="code" href="classDocument.html#ae25382ce102d9a03d877c86008119355">movePoint</a> (<span class="keyword">const</span> QString &amp;pointIdentifier,</div><div class="line"><a name="l00209"></a><span class="lineno">  209</span>&#160;                  <span class="keyword">const</span> QPointF &amp;deltaScreen);</div><div class="line"><a name="l00210"></a><span class="lineno">  210</span>&#160;</div><div class="line"><a name="l00212"></a><span class="lineno">  212</span>&#160;  <span class="keywordtype">int</span> <a class="code" href="classDocument.html#a573f37d3b23d66c59719dd7d5b435a82">nextOrdinalForCurve</a> (<span class="keyword">const</span> QString &amp;curveName) <span class="keyword">const</span>;</div><div class="line"><a name="l00213"></a><span class="lineno">  213</span>&#160;</div><div class="line"><a name="l00215"></a><span class="lineno">  215</span>&#160;  QPixmap <a class="code" href="classDocument.html#a0f8b1afd316562684d6e0eb9f6537032">pixmap</a> () <span class="keyword">const</span>;</div><div class="line"><a name="l00216"></a><span class="lineno">  216</span>&#160;</div><div class="line"><a name="l00218"></a><span class="lineno">  218</span>&#160;  QPointF <a class="code" href="classDocument.html#a1d2cc09492dae6654dfc3073768e0675">positionGraph</a> (<span class="keyword">const</span> QString &amp;pointIdentifier) <span class="keyword">const</span>;</div><div class="line"><a name="l00219"></a><span class="lineno">  219</span>&#160;</div><div class="line"><a name="l00221"></a><span class="lineno">  221</span>&#160;  QPointF <a class="code" href="classDocument.html#a0184365d6c5ecd9a48847272dd8a63ce">positionScreen</a> (<span class="keyword">const</span> QString &amp;pointIdentifier) <span class="keyword">const</span>;</div><div class="line"><a name="l00222"></a><span class="lineno">  222</span>&#160;</div><div class="line"><a name="l00224"></a><span class="lineno">  224</span>&#160;  <span class="keywordtype">void</span> <a class="code" href="classDocument.html#a61235bd763d87bc90ab835427c514546">print</a> () <span class="keyword">const</span>;</div><div class="line"><a name="l00225"></a><span class="lineno">  225</span>&#160;</div><div class="line"><a name="l00227"></a><span class="lineno">  227</span>&#160;  <span class="keywordtype">void</span> <a class="code" href="classDocument.html#a0af252635d47a48332ef4c43a3acc898">printStream</a> (QString indentation,</div><div class="line"><a name="l00228"></a><span class="lineno">  228</span>&#160;                    QTextStream &amp;str) <span class="keyword">const</span>;</div><div class="line"><a name="l00229"></a><span class="lineno">  229</span>&#160;</div><div class="line"><a name="l00231"></a><span class="lineno">  231</span>&#160;  QString <a class="code" href="classDocument.html#a7a8f18bf02a2aad3c3c55960e9a61369">reasonForUnsuccessfulRead</a> () <span class="keyword">const</span>;</div><div class="line"><a name="l00232"></a><span class="lineno">  232</span>&#160;</div><div class="line"><a name="l00234"></a><span class="lineno">  234</span>&#160;  <span class="keywordtype">void</span> <a class="code" href="classDocument.html#af64daa53eff7d0a8137b57545c971316">removePointAxis</a> (<span class="keyword">const</span> QString &amp;identifier);</div><div class="line"><a name="l00235"></a><span class="lineno">  235</span>&#160;</div><div class="line"><a name="l00237"></a><span class="lineno">  237</span>&#160;  <span class="keywordtype">void</span> <a class="code" href="classDocument.html#a43a20359816c78c69741736f292d698b">removePointGraph</a> (<span class="keyword">const</span> QString &amp;identifier);</div><div class="line"><a name="l00238"></a><span class="lineno">  238</span>&#160;</div><div class="line"><a name="l00240"></a><span class="lineno">  240</span>&#160;  <span class="keywordtype">void</span> <a class="code" href="classDocument.html#a61170cfbeafd190ebe2bd828d3035cbe">removePointsInCurvesGraphs</a> (<a class="code" href="classCurvesGraphs.html">CurvesGraphs</a> &amp;curvesGraphs);</div><div class="line"><a name="l00241"></a><span class="lineno">  241</span>&#160;</div><div class="line"><a name="l00243"></a><span class="lineno">  243</span>&#160;  <span class="keywordtype">void</span> <a class="code" href="classDocument.html#a7d75b59504c2cf5ff1284b65b37ab683">saveXml</a> (QXmlStreamWriter &amp;writer) <span class="keyword">const</span>;</div><div class="line"><a name="l00244"></a><span class="lineno">  244</span>&#160;</div><div class="line"><a name="l00246"></a><span class="lineno">  246</span>&#160;  QString <a class="code" href="classDocument.html#a28d9ba7be4ba35a7b1d540bcdaa545dd">selectedCurveName</a> () <span class="keyword">const</span>;</div><div class="line"><a name="l00247"></a><span class="lineno">  247</span>&#160;</div><div class="line"><a name="l00249"></a><span class="lineno">  249</span>&#160;  <span class="keywordtype">void</span> <a class="code" href="classDocument.html#a05d0dea3f566afce23b30dc21353b336">setCoordSystemIndex</a>(CoordSystemIndex coordSystemIndex);</div><div class="line"><a name="l00250"></a><span class="lineno">  250</span>&#160;</div><div class="line"><a name="l00252"></a><span class="lineno">  252</span>&#160;  <span class="keywordtype">void</span> <a class="code" href="classDocument.html#ab4aab13197ee3e3ba8a657998b1a306b">setCurveAxes</a> (<span class="keyword">const</span> <a class="code" href="classCurve.html">Curve</a> &amp;curveAxes);</div><div class="line"><a name="l00253"></a><span class="lineno">  253</span>&#160;</div><div class="line"><a name="l00255"></a><span class="lineno">  255</span>&#160;  <span class="keywordtype">void</span> <a class="code" href="classDocument.html#a94eb8c71fca85e7aa93439d901d0dbe3">setCurvesGraphs</a> (<span class="keyword">const</span> <a class="code" href="classCurvesGraphs.html">CurvesGraphs</a> &amp;curvesGraphs);</div><div class="line"><a name="l00256"></a><span class="lineno">  256</span>&#160;</div><div class="line"><a name="l00259"></a><span class="lineno">  259</span>&#160;  <span class="keywordtype">void</span> <a class="code" href="classDocument.html#a0f923dfe9cc81d3047717f238a5b9343">setDocumentAxesPointsRequired</a> (DocumentAxesPointsRequired documentAxesPointsRequired);</div><div class="line"><a name="l00260"></a><span class="lineno">  260</span>&#160;</div><div class="line"><a name="l00262"></a><span class="lineno">  262</span>&#160;  <span class="keywordtype">void</span> <a class="code" href="classDocument.html#aa768a260aa7267deae6b48ed4a8e9a0d">setModelAxesChecker</a>(<span class="keyword">const</span> <a class="code" href="classDocumentModelAxesChecker.html">DocumentModelAxesChecker</a> &amp;modelAxesChecker);</div><div class="line"><a name="l00263"></a><span class="lineno">  263</span>&#160;</div><div class="line"><a name="l00265"></a><span class="lineno">  265</span>&#160;  <span class="keywordtype">void</span> <a class="code" href="classDocument.html#a6f28bafe735570cf0e8bb95e9be67281">setModelColorFilter</a>(<span class="keyword">const</span> <a class="code" href="classDocumentModelColorFilter.html">DocumentModelColorFilter</a> &amp;modelColorFilter);</div><div class="line"><a name="l00266"></a><span class="lineno">  266</span>&#160;</div><div class="line"><a name="l00268"></a><span class="lineno">  268</span>&#160;  <span class="keywordtype">void</span> <a class="code" href="classDocument.html#a99f7fbe097a61aa0e38d210ec77871ef">setModelCoords</a> (<span class="keyword">const</span> <a class="code" href="classDocumentModelCoords.html">DocumentModelCoords</a> &amp;modelCoords);</div><div class="line"><a name="l00269"></a><span class="lineno">  269</span>&#160;</div><div class="line"><a name="l00271"></a><span class="lineno">  271</span>&#160;  <span class="keywordtype">void</span> <a class="code" href="classDocument.html#a475965e4769361ee4e9d1857ae52d294">setModelCurveStyles</a>(<span class="keyword">const</span> <a class="code" href="classCurveStyles.html">CurveStyles</a> &amp;modelCurveStyles);</div><div class="line"><a name="l00272"></a><span class="lineno">  272</span>&#160;</div><div class="line"><a name="l00274"></a><span class="lineno">  274</span>&#160;  <span class="keywordtype">void</span> <a class="code" href="classDocument.html#a757bd5449790f66a6bcbab709b4a5435">setModelDigitizeCurve</a> (<span class="keyword">const</span> <a class="code" href="classDocumentModelDigitizeCurve.html">DocumentModelDigitizeCurve</a> &amp;modelDigitizeCurve);</div><div class="line"><a name="l00275"></a><span class="lineno">  275</span>&#160;</div><div class="line"><a name="l00277"></a><span class="lineno">  277</span>&#160;  <span class="keywordtype">void</span> <a class="code" href="classDocument.html#aba5cacffd8130e4a14ec63311712b110">setModelExport</a>(<span class="keyword">const</span> <a class="code" href="classDocumentModelExportFormat.html">DocumentModelExportFormat</a> &amp;modelExport);</div><div class="line"><a name="l00278"></a><span class="lineno">  278</span>&#160;</div><div class="line"><a name="l00280"></a><span class="lineno">  280</span>&#160;  <span class="keywordtype">void</span> <a class="code" href="classDocument.html#ab70cb82ae07a26f98fd173232ee1ac92">setModelGeneral</a> (<span class="keyword">const</span> <a class="code" href="classDocumentModelGeneral.html">DocumentModelGeneral</a> &amp;modelGeneral);</div><div class="line"><a name="l00281"></a><span class="lineno">  281</span>&#160;</div><div class="line"><a name="l00283"></a><span class="lineno">  283</span>&#160;  <span class="keywordtype">void</span> <a class="code" href="classDocument.html#a5109362bad31b9546ca060bac4295908">setModelGridDisplay</a>(<span class="keyword">const</span> <a class="code" href="classDocumentModelGridDisplay.html">DocumentModelGridDisplay</a> &amp;modelGridDisplay);</div><div class="line"><a name="l00284"></a><span class="lineno">  284</span>&#160;</div><div class="line"><a name="l00286"></a><span class="lineno">  286</span>&#160;  <span class="keywordtype">void</span> <a class="code" href="classDocument.html#a02e9b1ef3e231ec9d258b12724c1b52b">setModelGridRemoval</a>(<span class="keyword">const</span> <a class="code" href="classDocumentModelGridRemoval.html">DocumentModelGridRemoval</a> &amp;modelGridRemoval);</div><div class="line"><a name="l00287"></a><span class="lineno">  287</span>&#160;</div><div class="line"><a name="l00289"></a><span class="lineno">  289</span>&#160;  <span class="keywordtype">void</span> <a class="code" href="classDocument.html#a371f9dbd8b11d9b8e0c591930ec2e439">setModelPointMatch</a>(<span class="keyword">const</span> <a class="code" href="classDocumentModelPointMatch.html">DocumentModelPointMatch</a> &amp;modelPointMatch);</div><div class="line"><a name="l00290"></a><span class="lineno">  290</span>&#160;</div><div class="line"><a name="l00292"></a><span class="lineno">  292</span>&#160;  <span class="keywordtype">void</span> <a class="code" href="classDocument.html#aab6481213a1455a751666d5713ea50f9">setModelSegments</a>(<span class="keyword">const</span> <a class="code" href="classDocumentModelSegments.html">DocumentModelSegments</a> &amp;modelSegments);</div><div class="line"><a name="l00293"></a><span class="lineno">  293</span>&#160;</div><div class="line"><a name="l00295"></a><span class="lineno">  295</span>&#160;  <span class="keywordtype">void</span> <a class="code" href="classDocument.html#aee7ca6dc6ccf71515e75d3f2aa07f4e5">setPixmap</a> (<span class="keyword">const</span> QImage &amp;image);</div><div class="line"><a name="l00296"></a><span class="lineno">  296</span>&#160;</div><div class="line"><a name="l00298"></a><span class="lineno">  298</span>&#160;  <span class="keywordtype">void</span> <a class="code" href="classDocument.html#adc1177b5de57b2dbce34e03f2565dbf2">setSelectedCurveName</a> (<span class="keyword">const</span> QString &amp;selectedCurveName);</div><div class="line"><a name="l00299"></a><span class="lineno">  299</span>&#160;</div><div class="line"><a name="l00301"></a><span class="lineno">  301</span>&#160;  <span class="keywordtype">bool</span> <a class="code" href="classDocument.html#a639d48923d7196c3ca1b16f775b2a7e0">successfulRead</a> () <span class="keyword">const</span>;</div><div class="line"><a name="l00302"></a><span class="lineno">  302</span>&#160;</div><div class="line"><a name="l00305"></a><span class="lineno">  305</span>&#160;  <span class="keywordtype">void</span> <a class="code" href="classDocument.html#a0cb0bed6520932f19fd492c0f06525f9">updatePointOrdinals</a> (<span class="keyword">const</span> <a class="code" href="classTransformation.html">Transformation</a> &amp;transformation);</div><div class="line"><a name="l00306"></a><span class="lineno">  306</span>&#160;</div><div class="line"><a name="l00307"></a><span class="lineno">  307</span>&#160;<span class="keyword">private</span>:</div><div class="line"><a name="l00308"></a><span class="lineno">  308</span>&#160;  <a class="code" href="classDocument.html">Document</a> ();</div><div class="line"><a name="l00309"></a><span class="lineno">  309</span>&#160;</div><div class="line"><a name="l00310"></a><span class="lineno">  310</span>&#160;  <span class="keywordtype">bool</span> bytesIndicatePreVersion6 (<span class="keyword">const</span> QByteArray &amp;bytes) <span class="keyword">const</span>;</div><div class="line"><a name="l00311"></a><span class="lineno">  311</span>&#160;  <a class="code" href="classCurve.html">Curve</a> *<a class="code" href="classDocument.html#ae41ffafe5e16fc692aecb9ffbb762629">curveForCurveName</a> (<span class="keyword">const</span> QString &amp;curveName); <span class="comment">// For use by Document only. External classes should use functors</span></div><div class="line"><a name="l00312"></a><span class="lineno">  312</span>&#160;  <span class="keywordtype">void</span> generateEmptyPixmap(<span class="keyword">const</span> QXmlStreamAttributes &amp;attributes);</div><div class="line"><a name="l00313"></a><span class="lineno">  313</span>&#160;  <span class="keywordtype">void</span> loadImage(QXmlStreamReader &amp;reader);</div><div class="line"><a name="l00314"></a><span class="lineno">  314</span>&#160;  <span class="keywordtype">void</span> loadPreVersion6 (QDataStream &amp;str);</div><div class="line"><a name="l00315"></a><span class="lineno">  315</span>&#160;  <span class="keywordtype">void</span> loadVersion6 (QFile *file);</div><div class="line"><a name="l00316"></a><span class="lineno">  316</span>&#160;  <span class="keywordtype">void</span> loadVersions7AndUp (QFile *file);</div><div class="line"><a name="l00317"></a><span class="lineno">  317</span>&#160;  <span class="keywordtype">int</span> versionFromFile (QFile *file) <span class="keyword">const</span>;</div><div class="line"><a name="l00318"></a><span class="lineno">  318</span>&#160;</div><div class="line"><a name="l00319"></a><span class="lineno">  319</span>&#160;  <span class="comment">// Metadata</span></div><div class="line"><a name="l00320"></a><span class="lineno">  320</span>&#160;  QString m_name;</div><div class="line"><a name="l00321"></a><span class="lineno">  321</span>&#160;  QPixmap m_pixmap;</div><div class="line"><a name="l00322"></a><span class="lineno">  322</span>&#160;</div><div class="line"><a name="l00323"></a><span class="lineno">  323</span>&#160;  <span class="comment">// Number of axes points used is set during creation/import</span></div><div class="line"><a name="l00324"></a><span class="lineno">  324</span>&#160;  DocumentAxesPointsRequired m_documentAxesPointsRequired;</div><div class="line"><a name="l00325"></a><span class="lineno">  325</span>&#160;</div><div class="line"><a name="l00326"></a><span class="lineno">  326</span>&#160;  <span class="comment">// Read variables</span></div><div class="line"><a name="l00327"></a><span class="lineno">  327</span>&#160;  <span class="keywordtype">bool</span> m_successfulRead;</div><div class="line"><a name="l00328"></a><span class="lineno">  328</span>&#160;  QString m_reasonForUnsuccessfulRead;</div><div class="line"><a name="l00329"></a><span class="lineno">  329</span>&#160;</div><div class="line"><a name="l00330"></a><span class="lineno">  330</span>&#160;  <a class="code" href="classCoordSystemContext.html">CoordSystemContext</a> m_coordSystemContext;</div><div class="line"><a name="l00331"></a><span class="lineno">  331</span>&#160;};</div><div class="line"><a name="l00332"></a><span class="lineno">  332</span>&#160;</div><div class="line"><a name="l00333"></a><span class="lineno">  333</span>&#160;<span class="preprocessor">#endif // DOCUMENT_H</span></div><div class="ttc" id="classDocument_html_a63d2ae8f45ec1651e002745c1463fefd"><div class="ttname"><a href="classDocument.html#a63d2ae8f45ec1651e002745c1463fefd">Document::addCoordSystems</a></div><div class="ttdeci">void addCoordSystems(unsigned int numberCoordSystemToAdd)</div><div class="ttdoc">Add some number (0 or more) of additional coordinate systems. </div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00145">Document.cpp:145</a></div></div>
<div class="ttc" id="classDocument_html_a64e6bfe8ad1ca5f76257d208b37c1373"><div class="ttname"><a href="classDocument.html#a64e6bfe8ad1ca5f76257d208b37c1373">Document::addGraphCurveAtEnd</a></div><div class="ttdeci">void addGraphCurveAtEnd(const QString &amp;curveName)</div><div class="ttdoc">Add new graph curve to the list of existing graph curves. </div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00154">Document.cpp:154</a></div></div>
<div class="ttc" id="classDocumentModelGeneral_html"><div class="ttname"><a href="classDocumentModelGeneral.html">DocumentModelGeneral</a></div><div class="ttdoc">Model for DlgSettingsGeneral and CmdSettingsGeneral. </div><div class="ttdef"><b>Definition:</b> <a href="DocumentModelGeneral_8h_source.html#l00016">DocumentModelGeneral.h:16</a></div></div>
<div class="ttc" id="classDocument_html_ab5b60a74bef5a50e14335ded65d9ebc2"><div class="ttname"><a href="classDocument.html#ab5b60a74bef5a50e14335ded65d9ebc2">Document::curvesGraphsNumPoints</a></div><div class="ttdeci">int curvesGraphsNumPoints(const QString &amp;curveName) const</div><div class="ttdoc">See CurvesGraphs::curvesGraphsNumPoints. </div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00326">Document.cpp:326</a></div></div>
<div class="ttc" id="classDocument_html_ae25382ce102d9a03d877c86008119355"><div class="ttname"><a href="classDocument.html#ae25382ce102d9a03d877c86008119355">Document::movePoint</a></div><div class="ttdeci">void movePoint(const QString &amp;pointIdentifier, const QPointF &amp;deltaScreen)</div><div class="ttdoc">See Curve::movePoint. </div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00728">Document.cpp:728</a></div></div>
<div class="ttc" id="classDocument_html_a4de1bce309a53d89d0a37445894407e2"><div class="ttname"><a href="classDocument.html#a4de1bce309a53d89d0a37445894407e2">Document::coordSystem</a></div><div class="ttdeci">const CoordSystem &amp; coordSystem() const</div><div class="ttdoc">Currently active CoordSystem. </div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00270">Document.cpp:270</a></div></div>
<div class="ttc" id="classDocumentModelPointMatch_html"><div class="ttname"><a href="classDocumentModelPointMatch.html">DocumentModelPointMatch</a></div><div class="ttdoc">Model for DlgSettingsPointMatch and CmdSettingsPointMatch. </div><div class="ttdef"><b>Definition:</b> <a href="DocumentModelPointMatch_8h_source.html#l00017">DocumentModelPointMatch.h:17</a></div></div>
<div class="ttc" id="classDocumentModelGridDisplay_html"><div class="ttname"><a href="classDocumentModelGridDisplay.html">DocumentModelGridDisplay</a></div><div class="ttdoc">Model for DlgSettingsGridDisplay and CmdSettingsGridDisplay. </div><div class="ttdef"><b>Definition:</b> <a href="DocumentModelGridDisplay_8h_source.html#l00018">DocumentModelGridDisplay.h:18</a></div></div>
<div class="ttc" id="classDocument_html_aa768a260aa7267deae6b48ed4a8e9a0d"><div class="ttname"><a href="classDocument.html#aa768a260aa7267deae6b48ed4a8e9a0d">Document::setModelAxesChecker</a></div><div class="ttdeci">void setModelAxesChecker(const DocumentModelAxesChecker &amp;modelAxesChecker)</div><div class="ttdoc">Set method for DocumentModelAxesChecker. </div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00871">Document.cpp:871</a></div></div>
<div class="ttc" id="classDocument_html_a02e9b1ef3e231ec9d258b12724c1b52b"><div class="ttname"><a href="classDocument.html#a02e9b1ef3e231ec9d258b12724c1b52b">Document::setModelGridRemoval</a></div><div class="ttdeci">void setModelGridRemoval(const DocumentModelGridRemoval &amp;modelGridRemoval)</div><div class="ttdoc">Set method for DocumentModelGridRemoval. </div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00948">Document.cpp:948</a></div></div>
<div class="ttc" id="classDocument_html_af7f06cc422fc2a46dbec949e538ca138"><div class="ttname"><a href="classDocument.html#af7f06cc422fc2a46dbec949e538ca138">Document::addPointGraphWithGeneratedIdentifier</a></div><div class="ttdeci">void addPointGraphWithGeneratedIdentifier(const QString &amp;curveName, const QPointF &amp;posScreen, QString &amp;generatedIentifier, double ordinal)</div><div class="ttdoc">Add a single graph point with a generated point identifier. </div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00191">Document.cpp:191</a></div></div>
<div class="ttc" id="classDocument_html_a371f9dbd8b11d9b8e0c591930ec2e439"><div class="ttname"><a href="classDocument.html#a371f9dbd8b11d9b8e0c591930ec2e439">Document::setModelPointMatch</a></div><div class="ttdeci">void setModelPointMatch(const DocumentModelPointMatch &amp;modelPointMatch)</div><div class="ttdoc">Set method for DocumentModelPointMatch. </div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00955">Document.cpp:955</a></div></div>
<div class="ttc" id="classDocumentModelExportFormat_html"><div class="ttname"><a href="classDocumentModelExportFormat.html">DocumentModelExportFormat</a></div><div class="ttdoc">Model for DlgSettingsExportFormat and CmdSettingsExportFormat. </div><div class="ttdef"><b>Definition:</b> <a href="DocumentModelExportFormat_8h_source.html#l00023">DocumentModelExportFormat.h:23</a></div></div>
<div class="ttc" id="classDocument_html_af64daa53eff7d0a8137b57545c971316"><div class="ttname"><a href="classDocument.html#af64daa53eff7d0a8137b57545c971316">Document::removePointAxis</a></div><div class="ttdeci">void removePointAxis(const QString &amp;identifier)</div><div class="ttdoc">Perform the opposite of addPointAxis. </div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00788">Document.cpp:788</a></div></div>
<div class="ttc" id="classDocument_html_ab70cb82ae07a26f98fd173232ee1ac92"><div class="ttname"><a href="classDocument.html#ab70cb82ae07a26f98fd173232ee1ac92">Document::setModelGeneral</a></div><div class="ttdeci">void setModelGeneral(const DocumentModelGeneral &amp;modelGeneral)</div><div class="ttdoc">Set method for DocumentModelGeneral. </div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00934">Document.cpp:934</a></div></div>
<div class="ttc" id="classCurveStyles_html"><div class="ttname"><a href="classCurveStyles.html">CurveStyles</a></div><div class="ttdoc">Model for DlgSettingsCurveProperties and CmdSettingsCurveProperties. </div><div class="ttdef"><b>Definition:</b> <a href="CurveStyles_8h_source.html#l00022">CurveStyles.h:22</a></div></div>
<div class="ttc" id="classDocument_html_ac602842349c9a41df507ac75cd59e3f7"><div class="ttname"><a href="classDocument.html#ac602842349c9a41df507ac75cd59e3f7">Document::modelGridRemoval</a></div><div class="ttdeci">DocumentModelGridRemoval modelGridRemoval() const</div><div class="ttdoc">Get method for DocumentModelGridRemoval. </div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00707">Document.cpp:707</a></div></div>
<div class="ttc" id="classDocument_html_aab6481213a1455a751666d5713ea50f9"><div class="ttname"><a href="classDocument.html#aab6481213a1455a751666d5713ea50f9">Document::setModelSegments</a></div><div class="ttdeci">void setModelSegments(const DocumentModelSegments &amp;modelSegments)</div><div class="ttdoc">Set method for DocumentModelSegments. </div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00962">Document.cpp:962</a></div></div>
<div class="ttc" id="classDocument_html_a573f37d3b23d66c59719dd7d5b435a82"><div class="ttname"><a href="classDocument.html#a573f37d3b23d66c59719dd7d5b435a82">Document::nextOrdinalForCurve</a></div><div class="ttdeci">int nextOrdinalForCurve(const QString &amp;curveName) const</div><div class="ttdoc">Default next ordinal value for specified curve. </div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00735">Document.cpp:735</a></div></div>
<div class="ttc" id="classDocument_html_a639d48923d7196c3ca1b16f775b2a7e0"><div class="ttname"><a href="classDocument.html#a639d48923d7196c3ca1b16f775b2a7e0">Document::successfulRead</a></div><div class="ttdeci">bool successfulRead() const</div><div class="ttdoc">Return true if startup loading succeeded. If the loading failed then reasonForUnsuccessfulRed will ex...</div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00981">Document.cpp:981</a></div></div>
<div class="ttc" id="classCoordSystem_html"><div class="ttname"><a href="classCoordSystem.html">CoordSystem</a></div><div class="ttdoc">Storage of data belonging to one coordinate system. </div><div class="ttdef"><b>Definition:</b> <a href="CoordSystem_8h_source.html#l00042">CoordSystem.h:42</a></div></div>
<div class="ttc" id="classDocument_html_a5109362bad31b9546ca060bac4295908"><div class="ttname"><a href="classDocument.html#a5109362bad31b9546ca060bac4295908">Document::setModelGridDisplay</a></div><div class="ttdeci">void setModelGridDisplay(const DocumentModelGridDisplay &amp;modelGridDisplay)</div><div class="ttdoc">Set method for DocumentModelGridDisplay. </div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00941">Document.cpp:941</a></div></div>
<div class="ttc" id="classDocument_html_a2f7f869bcd69ec741ecede335560f530"><div class="ttname"><a href="classDocument.html#a2f7f869bcd69ec741ecede335560f530">Document::addPointGraphWithSpecifiedIdentifier</a></div><div class="ttdeci">void addPointGraphWithSpecifiedIdentifier(const QString &amp;curveName, const QPointF &amp;posScreen, const QString &amp;identifier, double ordinal)</div><div class="ttdoc">Add a single graph point with the specified point identifer. Note that PointStyle is not applied to t...</div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00204">Document.cpp:204</a></div></div>
<div class="ttc" id="classDocument_html_a06acd98faf6264ca1377db9b9df15019"><div class="ttname"><a href="classDocument.html#a06acd98faf6264ca1377db9b9df15019">Document::iterateThroughCurvePointsAxes</a></div><div class="ttdeci">void iterateThroughCurvePointsAxes(const Functor2wRet&lt; const QString &amp;, const Point &amp;, CallbackSearchReturn &gt; &amp;ftorWithCallback)</div><div class="ttdoc">See Curve::iterateThroughCurvePoints, for the axes curve. </div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00416">Document.cpp:416</a></div></div>
<div class="ttc" id="classDocument_html_ae41ffafe5e16fc692aecb9ffbb762629"><div class="ttname"><a href="classDocument.html#ae41ffafe5e16fc692aecb9ffbb762629">Document::curveForCurveName</a></div><div class="ttdeci">const Curve * curveForCurveName(const QString &amp;curveName) const</div><div class="ttdoc">See CurvesGraphs::curveForCurveNames, although this also works for AXIS_CURVE_NAME. </div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00305">Document.cpp:305</a></div></div>
<div class="ttc" id="classDocument_html_a11b6e06e39708c9b2d3eea690a0b403c"><div class="ttname"><a href="classDocument.html#a11b6e06e39708c9b2d3eea690a0b403c">Document::modelGeneral</a></div><div class="ttdeci">DocumentModelGeneral modelGeneral() const</div><div class="ttdoc">Get method for DocumentModelGeneral. </div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00693">Document.cpp:693</a></div></div>
<div class="ttc" id="classDocument_html_aa8dc828b725336a953b287848f1dcedc"><div class="ttname"><a href="classDocument.html#aa8dc828b725336a953b287848f1dcedc">Document::documentAxesPointsRequired</a></div><div class="ttdeci">DocumentAxesPointsRequired documentAxesPointsRequired() const</div><div class="ttdoc">Get method for DocumentAxesPointsRequired. </div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00333">Document.cpp:333</a></div></div>
<div class="ttc" id="classDocument_html_a8fcbfff5d7d70cdb7da610b1def12c93"><div class="ttname"><a href="classDocument.html#a8fcbfff5d7d70cdb7da610b1def12c93">Document::modelColorFilter</a></div><div class="ttdeci">DocumentModelColorFilter modelColorFilter() const</div><div class="ttdoc">Get method for DocumentModelColorFilter. </div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00658">Document.cpp:658</a></div></div>
<div class="ttc" id="classDocument_html_a757bd5449790f66a6bcbab709b4a5435"><div class="ttname"><a href="classDocument.html#a757bd5449790f66a6bcbab709b4a5435">Document::setModelDigitizeCurve</a></div><div class="ttdeci">void setModelDigitizeCurve(const DocumentModelDigitizeCurve &amp;modelDigitizeCurve)</div><div class="ttdoc">Set method for DocumentModelDigitizeCurve. </div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00920">Document.cpp:920</a></div></div>
<div class="ttc" id="classDocument_html_a99f7fbe097a61aa0e38d210ec77871ef"><div class="ttname"><a href="classDocument.html#a99f7fbe097a61aa0e38d210ec77871ef">Document::setModelCoords</a></div><div class="ttdeci">void setModelCoords(const DocumentModelCoords &amp;modelCoords)</div><div class="ttdoc">Set method for DocumentModelCoords. </div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00896">Document.cpp:896</a></div></div>
<div class="ttc" id="classDocument_html_a52006da89cd68b1d326efa8306e9f576"><div class="ttname"><a href="classDocument.html#a52006da89cd68b1d326efa8306e9f576">Document::modelPointMatch</a></div><div class="ttdeci">DocumentModelPointMatch modelPointMatch() const</div><div class="ttdoc">Get method for DocumentModelPointMatch. </div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00714">Document.cpp:714</a></div></div>
<div class="ttc" id="classDocument_html_a1588c4fda7947209b74c05253ebb8e87"><div class="ttname"><a href="classDocument.html#a1588c4fda7947209b74c05253ebb8e87">Document::loadCurvesFile</a></div><div class="ttdeci">bool loadCurvesFile(const QString &amp;curvesFile)</div><div class="ttdoc">Load the curve names in the specified Engauge file into the current document. This is called near the...</div></div>
<div class="ttc" id="classDocument_html_af5ef3e9ea31c3310d693fa100913ae29"><div class="ttname"><a href="classDocument.html#af5ef3e9ea31c3310d693fa100913ae29">Document::checkAddPointAxis</a></div><div class="ttdeci">void checkAddPointAxis(const QPointF &amp;posScreen, const QPointF &amp;posGraph, bool &amp;isError, QString &amp;errorMessage, bool isXOnly)</div><div class="ttdoc">Check before calling addPointAxis. Also returns the next available ordinal number (to prevent clashes...</div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00240">Document.cpp:240</a></div></div>
<div class="ttc" id="classDocument_html_aee7ca6dc6ccf71515e75d3f2aa07f4e5"><div class="ttname"><a href="classDocument.html#aee7ca6dc6ccf71515e75d3f2aa07f4e5">Document::setPixmap</a></div><div class="ttdeci">void setPixmap(const QImage &amp;image)</div><div class="ttdoc">Set method for the background pixmap. </div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00969">Document.cpp:969</a></div></div>
<div class="ttc" id="classDocument_html_a9329076efa7ffc0e879e325c17703226"><div class="ttname"><a href="classDocument.html#a9329076efa7ffc0e879e325c17703226">Document::checkEditPointAxis</a></div><div class="ttdeci">void checkEditPointAxis(const QString &amp;pointIdentifier, const QPointF &amp;posScreen, const QPointF &amp;posGraph, bool &amp;isError, QString &amp;errorMessage)</div><div class="ttdoc">Check before calling editPointAxis. </div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00255">Document.cpp:255</a></div></div>
<div class="ttc" id="classDocument_html_a05d0dea3f566afce23b30dc21353b336"><div class="ttname"><a href="classDocument.html#a05d0dea3f566afce23b30dc21353b336">Document::setCoordSystemIndex</a></div><div class="ttdeci">void setCoordSystemIndex(CoordSystemIndex coordSystemIndex)</div><div class="ttdoc">Set the index of current active CoordSystem. </div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00843">Document.cpp:843</a></div></div>
<div class="ttc" id="classDocument_html_a43a20359816c78c69741736f292d698b"><div class="ttname"><a href="classDocument.html#a43a20359816c78c69741736f292d698b">Document::removePointGraph</a></div><div class="ttdeci">void removePointGraph(const QString &amp;identifier)</div><div class="ttdoc">Perform the opposite of addPointGraph. </div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00795">Document.cpp:795</a></div></div>
<div class="ttc" id="classDocument_html_aba5cacffd8130e4a14ec63311712b110"><div class="ttname"><a href="classDocument.html#aba5cacffd8130e4a14ec63311712b110">Document::setModelExport</a></div><div class="ttdeci">void setModelExport(const DocumentModelExportFormat &amp;modelExport)</div><div class="ttdoc">Set method for DocumentModelExportFormat. </div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00927">Document.cpp:927</a></div></div>
<div class="ttc" id="classDocument_html_a55cca8e81403a5b38a83a345a0d9ce0b"><div class="ttname"><a href="classDocument.html#a55cca8e81403a5b38a83a345a0d9ce0b">Document::modelDigitizeCurve</a></div><div class="ttdeci">DocumentModelDigitizeCurve modelDigitizeCurve() const</div><div class="ttdoc">Get method for DocumentModelDigitizeCurve. </div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00679">Document.cpp:679</a></div></div>
<div class="ttc" id="classDocumentModelDigitizeCurve_html"><div class="ttname"><a href="classDocumentModelDigitizeCurve.html">DocumentModelDigitizeCurve</a></div><div class="ttdoc">Model for DlgSettingsDigitizeCurve and CmdSettingsDigitizeCurve. </div><div class="ttdef"><b>Definition:</b> <a href="DocumentModelDigitizeCurve_8h_source.html#l00018">DocumentModelDigitizeCurve.h:18</a></div></div>
<div class="ttc" id="classDocument_html_a01ee25a5c51c5fc67b83c1bfc869e4c0"><div class="ttname"><a href="classDocument.html#a01ee25a5c51c5fc67b83c1bfc869e4c0">Document::editPointAxis</a></div><div class="ttdeci">void editPointAxis(const QPointF &amp;posGraph, const QString &amp;identifier)</div><div class="ttdoc">Edit the graph coordinates of a single axis point. Call this after checkAddPointAxis to guarantee suc...</div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00338">Document.cpp:338</a></div></div>
<div class="ttc" id="classTransformation_html"><div class="ttname"><a href="classTransformation.html">Transformation</a></div><div class="ttdoc">Affine transformation between screen and graph coordinates, based on digitized axis points...</div><div class="ttdef"><b>Definition:</b> <a href="Transformation_8h_source.html#l00031">Transformation.h:31</a></div></div>
<div class="ttc" id="classCurvesGraphs_html"><div class="ttname"><a href="classCurvesGraphs.html">CurvesGraphs</a></div><div class="ttdoc">Container for all graph curves. The axes point curve is external to this class. </div><div class="ttdef"><b>Definition:</b> <a href="CurvesGraphs_8h_source.html#l00024">CurvesGraphs.h:24</a></div></div>
<div class="ttc" id="classDocumentModelColorFilter_html"><div class="ttname"><a href="classDocumentModelColorFilter.html">DocumentModelColorFilter</a></div><div class="ttdoc">Model for DlgSettingsColorFilter and CmdSettingsColorFilter. </div><div class="ttdef"><b>Definition:</b> <a href="DocumentModelColorFilter_8h_source.html#l00021">DocumentModelColorFilter.h:21</a></div></div>
<div class="ttc" id="classDocument_html_a475965e4769361ee4e9d1857ae52d294"><div class="ttname"><a href="classDocument.html#a475965e4769361ee4e9d1857ae52d294">Document::setModelCurveStyles</a></div><div class="ttdeci">void setModelCurveStyles(const CurveStyles &amp;modelCurveStyles)</div><div class="ttdoc">Set method for CurveStyles. </div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00903">Document.cpp:903</a></div></div>
<div class="ttc" id="classDocument_html_a4ade5bdeae4a58db2229eb1e68f1bf40"><div class="ttname"><a href="classDocument.html#a4ade5bdeae4a58db2229eb1e68f1bf40">Document::addPointAxisWithSpecifiedIdentifier</a></div><div class="ttdeci">void addPointAxisWithSpecifiedIdentifier(const QPointF &amp;posScreen, const QPointF &amp;posGraph, const QString &amp;identifier, double ordinal, bool isXOnly)</div><div class="ttdoc">Add a single axis point with the specified point identifier. </div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00176">Document.cpp:176</a></div></div>
<div class="ttc" id="classDocument_html_ab4aab13197ee3e3ba8a657998b1a306b"><div class="ttname"><a href="classDocument.html#ab4aab13197ee3e3ba8a657998b1a306b">Document::setCurveAxes</a></div><div class="ttdeci">void setCurveAxes(const Curve &amp;curveAxes)</div><div class="ttdoc">Let CmdAbstract classes overwrite axes Curve. </div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00850">Document.cpp:850</a></div></div>
<div class="ttc" id="classDocument_html_a2856fa8b7a81c28342fcc0ce087c5b54"><div class="ttname"><a href="classDocument.html#a2856fa8b7a81c28342fcc0ce087c5b54">Document::coordSystemIndex</a></div><div class="ttdeci">CoordSystemIndex coordSystemIndex() const</div><div class="ttdoc">Index of current active CoordSystem. </div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00284">Document.cpp:284</a></div></div>
<div class="ttc" id="classDocument_html_a61170cfbeafd190ebe2bd828d3035cbe"><div class="ttname"><a href="classDocument.html#a61170cfbeafd190ebe2bd828d3035cbe">Document::removePointsInCurvesGraphs</a></div><div class="ttdeci">void removePointsInCurvesGraphs(CurvesGraphs &amp;curvesGraphs)</div><div class="ttdoc">Remove all points identified in the specified CurvesGraphs. See also addPointsInCurvesGraphs. </div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00802">Document.cpp:802</a></div></div>
<div class="ttc" id="classDocument_html_ae5764f88121e1d09b1c4bf5b2d982cda"><div class="ttname"><a href="classDocument.html#ae5764f88121e1d09b1c4bf5b2d982cda">Document::modelSegments</a></div><div class="ttdeci">DocumentModelSegments modelSegments() const</div><div class="ttdoc">Get method for DocumentModelSegments. </div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00721">Document.cpp:721</a></div></div>
<div class="ttc" id="classDocument_html_a0184365d6c5ecd9a48847272dd8a63ce"><div class="ttname"><a href="classDocument.html#a0184365d6c5ecd9a48847272dd8a63ce">Document::positionScreen</a></div><div class="ttdeci">QPointF positionScreen(const QString &amp;pointIdentifier) const</div><div class="ttdoc">See Curve::positionScreen. </div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00752">Document.cpp:752</a></div></div>
<div class="ttc" id="classDocument_html_acb26179d0aeee7982576c0c3a8ec06b0"><div class="ttname"><a href="classDocument.html#acb26179d0aeee7982576c0c3a8ec06b0">Document::modelGridDisplay</a></div><div class="ttdeci">DocumentModelGridDisplay modelGridDisplay() const</div><div class="ttdoc">Get method for DocumentModelGridDisplay. </div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00700">Document.cpp:700</a></div></div>
<div class="ttc" id="classDocument_html_a6f28bafe735570cf0e8bb95e9be67281"><div class="ttname"><a href="classDocument.html#a6f28bafe735570cf0e8bb95e9be67281">Document::setModelColorFilter</a></div><div class="ttdeci">void setModelColorFilter(const DocumentModelColorFilter &amp;modelColorFilter)</div><div class="ttdoc">Set method for DocumentModelColorFilter. </div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00878">Document.cpp:878</a></div></div>
<div class="ttc" id="classDocumentModelCoords_html"><div class="ttname"><a href="classDocumentModelCoords.html">DocumentModelCoords</a></div><div class="ttdoc">Model for DlgSettingsCoords and CmdSettingsCoords. </div><div class="ttdef"><b>Definition:</b> <a href="DocumentModelCoords_8h_source.html#l00020">DocumentModelCoords.h:20</a></div></div>
<div class="ttc" id="classDocument_html"><div class="ttname"><a href="classDocument.html">Document</a></div><div class="ttdoc">Storage of one imported image and the data attached to that image. </div><div class="ttdef"><b>Definition:</b> <a href="Document_8h_source.html#l00041">Document.h:41</a></div></div>
<div class="ttc" id="classCurve_html"><div class="ttname"><a href="classCurve.html">Curve</a></div><div class="ttdoc">Container for one set of digitized Points. </div><div class="ttdef"><b>Definition:</b> <a href="Curve_8h_source.html#l00032">Curve.h:32</a></div></div>
<div class="ttc" id="classDocument_html_a0af252635d47a48332ef4c43a3acc898"><div class="ttname"><a href="classDocument.html#a0af252635d47a48332ef4c43a3acc898">Document::printStream</a></div><div class="ttdeci">void printStream(QString indentation, QTextStream &amp;str) const</div><div class="ttdoc">Debugging method that supports print method of this class and printStream method of some other class(...</div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00767">Document.cpp:767</a></div></div>
<div class="ttc" id="classDocument_html_a7a8f18bf02a2aad3c3c55960e9a61369"><div class="ttname"><a href="classDocument.html#a7a8f18bf02a2aad3c3c55960e9a61369">Document::reasonForUnsuccessfulRead</a></div><div class="ttdeci">QString reasonForUnsuccessfulRead() const</div><div class="ttdoc">Return an informative text message explaining why startup loading failed. Applies if successfulRead r...</div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00781">Document.cpp:781</a></div></div>
<div class="ttc" id="classDocumentModelAxesChecker_html"><div class="ttname"><a href="classDocumentModelAxesChecker.html">DocumentModelAxesChecker</a></div><div class="ttdoc">Model for DlgSettingsAxesChecker and CmdSettingsAxesChecker. </div><div class="ttdef"><b>Definition:</b> <a href="DocumentModelAxesChecker_8h_source.html#l00018">DocumentModelAxesChecker.h:18</a></div></div>
<div class="ttc" id="classDocument_html_a1b2bfbcd5d0856d6a5e0ac52c7e50b66"><div class="ttname"><a href="classDocument.html#a1b2bfbcd5d0856d6a5e0ac52c7e50b66">Document::addPointAxisWithGeneratedIdentifier</a></div><div class="ttdeci">void addPointAxisWithGeneratedIdentifier(const QPointF &amp;posScreen, const QPointF &amp;posGraph, QString &amp;identifier, double ordinal, bool isXOnly)</div><div class="ttdoc">Add a single axis point with a generated point identifier. </div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00161">Document.cpp:161</a></div></div>
<div class="ttc" id="classDocument_html_a01e59d54d2b5c6b77cc77daec78c18d5"><div class="ttname"><a href="classDocument.html#a01e59d54d2b5c6b77cc77daec78c18d5">Document::coordSystemCount</a></div><div class="ttdeci">unsigned int coordSystemCount() const</div><div class="ttdoc">Number of CoordSystem. </div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00277">Document.cpp:277</a></div></div>
<div class="ttc" id="classDocument_html_a0f923dfe9cc81d3047717f238a5b9343"><div class="ttname"><a href="classDocument.html#a0f923dfe9cc81d3047717f238a5b9343">Document::setDocumentAxesPointsRequired</a></div><div class="ttdeci">void setDocumentAxesPointsRequired(DocumentAxesPointsRequired documentAxesPointsRequired)</div><div class="ttdoc">Set the number of axes points required. </div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00864">Document.cpp:864</a></div></div>
<div class="ttc" id="classDocumentModelSegments_html"><div class="ttname"><a href="classDocumentModelSegments.html">DocumentModelSegments</a></div><div class="ttdoc">Model for DlgSettingsSegments and CmdSettingsSegments. </div><div class="ttdef"><b>Definition:</b> <a href="DocumentModelSegments_8h_source.html#l00017">DocumentModelSegments.h:17</a></div></div>
<div class="ttc" id="classDocument_html_a296c0daa5313d29703bf848965be424e"><div class="ttname"><a href="classDocument.html#a296c0daa5313d29703bf848965be424e">Document::iterateThroughCurvesPointsGraphs</a></div><div class="ttdeci">void iterateThroughCurvesPointsGraphs(const Functor2wRet&lt; const QString &amp;, const Point &amp;, CallbackSearchReturn &gt; &amp;ftorWithCallback)</div><div class="ttdoc">See Curve::iterateThroughCurvePoints, for all the graphs curves. </div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00439">Document.cpp:439</a></div></div>
<div class="ttc" id="classDocument_html_a94eb8c71fca85e7aa93439d901d0dbe3"><div class="ttname"><a href="classDocument.html#a94eb8c71fca85e7aa93439d901d0dbe3">Document::setCurvesGraphs</a></div><div class="ttdeci">void setCurvesGraphs(const CurvesGraphs &amp;curvesGraphs)</div><div class="ttdoc">Let CmdAbstract classes overwrite CurvesGraphs. </div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00857">Document.cpp:857</a></div></div>
<div class="ttc" id="classDocument_html_ad4c63b1ec41bb1e02761c7e32f5aefcd"><div class="ttname"><a href="classDocument.html#ad4c63b1ec41bb1e02761c7e32f5aefcd">Document::modelExport</a></div><div class="ttdeci">DocumentModelExportFormat modelExport() const</div><div class="ttdoc">Get method for DocumentModelExportFormat. </div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00686">Document.cpp:686</a></div></div>
<div class="ttc" id="classDocument_html_a7d75b59504c2cf5ff1284b65b37ab683"><div class="ttname"><a href="classDocument.html#a7d75b59504c2cf5ff1284b65b37ab683">Document::saveXml</a></div><div class="ttdeci">void saveXml(QXmlStreamWriter &amp;writer) const</div><div class="ttdoc">Save document to xml. </div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00809">Document.cpp:809</a></div></div>
<div class="ttc" id="classDocument_html_a0f8b1afd316562684d6e0eb9f6537032"><div class="ttname"><a href="classDocument.html#a0f8b1afd316562684d6e0eb9f6537032">Document::pixmap</a></div><div class="ttdeci">QPixmap pixmap() const</div><div class="ttdoc">Return the image that is being digitized. </div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00742">Document.cpp:742</a></div></div>
<div class="ttc" id="classDocument_html_af8f448b5fbdc2ee81415dce9eae73c89"><div class="ttname"><a href="classDocument.html#af8f448b5fbdc2ee81415dce9eae73c89">Document::addPointsInCurvesGraphs</a></div><div class="ttdeci">void addPointsInCurvesGraphs(CurvesGraphs &amp;curvesGraphs)</div><div class="ttdoc">Add all points identified in the specified CurvesGraphs. See also removePointsInCurvesGraphs. </div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00217">Document.cpp:217</a></div></div>
<div class="ttc" id="classDocument_html_a0202dc242ce7fce1d66ecff8151d4485"><div class="ttname"><a href="classDocument.html#a0202dc242ce7fce1d66ecff8151d4485">Document::iterateThroughCurveSegments</a></div><div class="ttdeci">void iterateThroughCurveSegments(const QString &amp;curveName, const Functor2wRet&lt; const Point &amp;, const Point &amp;, CallbackSearchReturn &gt; &amp;ftorWithCallback) const</div><div class="ttdoc">See Curve::iterateThroughCurveSegments, for any axes or graph curve. </div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00430">Document.cpp:430</a></div></div>
<div class="ttc" id="classDocument_html_a1d2cc09492dae6654dfc3073768e0675"><div class="ttname"><a href="classDocument.html#a1d2cc09492dae6654dfc3073768e0675">Document::positionGraph</a></div><div class="ttdeci">QPointF positionGraph(const QString &amp;pointIdentifier) const</div><div class="ttdoc">See Curve::positionGraph. </div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00747">Document.cpp:747</a></div></div>
<div class="ttc" id="classDocument_html_a83f624c10dd4eb14285f9cb621aa7a1a"><div class="ttname"><a href="classDocument.html#a83f624c10dd4eb14285f9cb621aa7a1a">Document::editPointGraph</a></div><div class="ttdeci">void editPointGraph(bool isX, bool isY, double x, double y, const QStringList &amp;identifiers, const Transformation &amp;transformation)</div><div class="ttdoc">Edit the graph coordinates of one or more graph points. </div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00347">Document.cpp:347</a></div></div>
<div class="ttc" id="classDocument_html_a9534f98b06853db13a54eb1767d60ce0"><div class="ttname"><a href="classDocument.html#a9534f98b06853db13a54eb1767d60ce0">Document::modelCurveStyles</a></div><div class="ttdeci">CurveStyles modelCurveStyles() const</div><div class="ttdoc">Get method for CurveStyles. </div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00672">Document.cpp:672</a></div></div>
<div class="ttc" id="classCoordSystemContext_html"><div class="ttname"><a href="classCoordSystemContext.html">CoordSystemContext</a></div><div class="ttdoc">This class plays the role of context class in a state machine, although the &amp;#39;states&amp;#39; are actually dif...</div><div class="ttdef"><b>Definition:</b> <a href="CoordSystemContext_8h_source.html#l00024">CoordSystemContext.h:24</a></div></div>
<div class="ttc" id="classDocument_html_a4fec17f2a846457335298690c11ad028"><div class="ttname"><a href="classDocument.html#a4fec17f2a846457335298690c11ad028">Document::initializeGridDisplay</a></div><div class="ttdeci">void initializeGridDisplay(const Transformation &amp;transformation)</div><div class="ttdoc">Initialize grid display. This is called immediately after the transformation has been defined for the...</div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00381">Document.cpp:381</a></div></div>
<div class="ttc" id="classDocument_html_a61235bd763d87bc90ab835427c514546"><div class="ttname"><a href="classDocument.html#a61235bd763d87bc90ab835427c514546">Document::print</a></div><div class="ttdeci">void print() const</div><div class="ttdoc">Debugging method for printing directly from symbolic debugger. </div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00757">Document.cpp:757</a></div></div>
<div class="ttc" id="classDocument_html_ab4c86418e0cc3fa8987365510231fd30"><div class="ttname"><a href="classDocument.html#ab4c86418e0cc3fa8987365510231fd30">Document::curvesGraphs</a></div><div class="ttdeci">const CurvesGraphs &amp; curvesGraphs() const</div><div class="ttdoc">Make all Curves available, read only, for CmdAbstract classes only. </div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00312">Document.cpp:312</a></div></div>
<div class="ttc" id="classDocumentModelGridRemoval_html"><div class="ttname"><a href="classDocumentModelGridRemoval.html">DocumentModelGridRemoval</a></div><div class="ttdoc">Model for DlgSettingsGridRemoval and CmdSettingsGridRemoval. The settings are unstable until the user...</div><div class="ttdef"><b>Definition:</b> <a href="DocumentModelGridRemoval_8h_source.html#l00017">DocumentModelGridRemoval.h:17</a></div></div>
<div class="ttc" id="classDocument_html_a27cc555e71e914e714801d2d065ead88"><div class="ttname"><a href="classDocument.html#a27cc555e71e914e714801d2d065ead88">Document::curveAxes</a></div><div class="ttdeci">const Curve &amp; curveAxes() const</div><div class="ttdoc">Get method for axis curve. </div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00291">Document.cpp:291</a></div></div>
<div class="ttc" id="classDocument_html_a8d451116cad11169c3c033db01e1f08e"><div class="ttname"><a href="classDocument.html#a8d451116cad11169c3c033db01e1f08e">Document::modelCoords</a></div><div class="ttdeci">DocumentModelCoords modelCoords() const</div><div class="ttdoc">Get method for DocumentModelCoords. </div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00665">Document.cpp:665</a></div></div>
<div class="ttc" id="classDocument_html_a306d53141905f04592081f121573af7a"><div class="ttname"><a href="classDocument.html#a306d53141905f04592081f121573af7a">Document::curvesGraphsNames</a></div><div class="ttdeci">QStringList curvesGraphsNames() const</div><div class="ttdoc">See CurvesGraphs::curvesGraphsNames. </div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00319">Document.cpp:319</a></div></div>
<div class="ttc" id="classDocument_html_a0cb0bed6520932f19fd492c0f06525f9"><div class="ttname"><a href="classDocument.html#a0cb0bed6520932f19fd492c0f06525f9">Document::updatePointOrdinals</a></div><div class="ttdeci">void updatePointOrdinals(const Transformation &amp;transformation)</div><div class="ttdoc">Update point ordinals after point addition/removal or dragging. </div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00986">Document.cpp:986</a></div></div>
<div class="ttc" id="classDocument_html_a28d9ba7be4ba35a7b1d540bcdaa545dd"><div class="ttname"><a href="classDocument.html#a28d9ba7be4ba35a7b1d540bcdaa545dd">Document::selectedCurveName</a></div><div class="ttdeci">QString selectedCurveName() const</div><div class="ttdoc">Currently selected curve name. This is used to set the selected curve combobox in MainWindow...</div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00838">Document.cpp:838</a></div></div>
<div class="ttc" id="classDocument_html_a333e967b7307894d580f31d85341dd9b"><div class="ttname"><a href="classDocument.html#a333e967b7307894d580f31d85341dd9b">Document::isXOnly</a></div><div class="ttdeci">bool isXOnly(const QString &amp;pointIdentifier) const</div><div class="ttdoc">See Curve::isXOnly. </div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00411">Document.cpp:411</a></div></div>
<div class="ttc" id="classDocument_html_adc1177b5de57b2dbce34e03f2565dbf2"><div class="ttname"><a href="classDocument.html#adc1177b5de57b2dbce34e03f2565dbf2">Document::setSelectedCurveName</a></div><div class="ttdeci">void setSelectedCurveName(const QString &amp;selectedCurveName)</div><div class="ttdoc">Save curve name that is selected for the current coordinate system, for the next time the coordinate ...</div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00976">Document.cpp:976</a></div></div>
<div class="ttc" id="classDocument_html_a82ee606ca5b7e44d69252db58496e7a7"><div class="ttname"><a href="classDocument.html#a82ee606ca5b7e44d69252db58496e7a7">Document::modelAxesChecker</a></div><div class="ttdeci">DocumentModelAxesChecker modelAxesChecker() const</div><div class="ttdoc">Get method for DocumentModelAxesChecker. </div><div class="ttdef"><b>Definition:</b> <a href="Document_8cpp_source.html#l00651">Document.cpp:651</a></div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sun Dec 25 2016 20:54:08 for Engauge Digitizer by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.12
</small></address>
</body>
</html>