101 lines
25 KiB
HTML
101 lines
25 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">
|
|
<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.15"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<title>Olive: ui/flowlayout.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">Olive
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- end header part -->
|
|
<!-- Generated by Doxygen 1.8.15 -->
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
|
/* @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:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
$(function() {
|
|
initMenu('',true,false,'search.php','Search');
|
|
$(document).ready(function() { init_search(); });
|
|
});
|
|
/* @license-end */</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_1788f8309b1a812dcb800a185471cf6c.html">ui</a></li> </ul>
|
|
</div>
|
|
</div><!-- top -->
|
|
<div class="header">
|
|
<div class="headertitle">
|
|
<div class="title">flowlayout.h</div> </div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<a href="flowlayout_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">/****************************************************************************</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment">**</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment">** Copyright (C) 2016 The Qt Company Ltd.</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment">** Contact: https://www.qt.io/licensing/</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment">**</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment">** This file is part of the examples of the Qt Toolkit.</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment">**</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment">** $QT_BEGIN_LICENSE:BSD$</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment">** Commercial License Usage</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="comment">** Licensees holding valid commercial Qt licenses may use this file in</span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="comment">** accordance with the commercial license agreement provided with the</span></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="comment">** Software or, alternatively, in accordance with the terms contained in</span></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="comment">** a written agreement between you and The Qt Company. For licensing terms</span></div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="comment">** and conditions see https://www.qt.io/terms-conditions. For further</span></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="comment">** information use the contact form at https://www.qt.io/contact-us.</span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="comment">**</span></div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="comment">** BSD License Usage</span></div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="comment">** Alternatively, you may use this file under the terms of the BSD license</span></div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span> <span class="comment">** as follows:</span></div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="comment">**</span></div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="comment">** "Redistribution and use in source and binary forms, with or without</span></div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="comment">** modification, are permitted provided that the following conditions are</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="comment">** met:</span></div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="comment">** * Redistributions of source code must retain the above copyright</span></div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span> <span class="comment">** notice, this list of conditions and the following disclaimer.</span></div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="comment">** * Redistributions in binary form must reproduce the above copyright</span></div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span> <span class="comment">** notice, this list of conditions and the following disclaimer in</span></div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span> <span class="comment">** the documentation and/or other materials provided with the</span></div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span> <span class="comment">** distribution.</span></div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span> <span class="comment">** * Neither the name of The Qt Company Ltd nor the names of its</span></div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span> <span class="comment">** contributors may be used to endorse or promote products derived</span></div><div class="line"><a name="l00032"></a><span class="lineno"> 32</span> <span class="comment">** from this software without specific prior written permission.</span></div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span> <span class="comment">**</span></div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span> <span class="comment">**</span></div><div class="line"><a name="l00035"></a><span class="lineno"> 35</span> <span class="comment">** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS</span></div><div class="line"><a name="l00036"></a><span class="lineno"> 36</span> <span class="comment">** "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT</span></div><div class="line"><a name="l00037"></a><span class="lineno"> 37</span> <span class="comment">** LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR</span></div><div class="line"><a name="l00038"></a><span class="lineno"> 38</span> <span class="comment">** A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT</span></div><div class="line"><a name="l00039"></a><span class="lineno"> 39</span> <span class="comment">** OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,</span></div><div class="line"><a name="l00040"></a><span class="lineno"> 40</span> <span class="comment">** SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT</span></div><div class="line"><a name="l00041"></a><span class="lineno"> 41</span> <span class="comment">** LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,</span></div><div class="line"><a name="l00042"></a><span class="lineno"> 42</span> <span class="comment">** DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY</span></div><div class="line"><a name="l00043"></a><span class="lineno"> 43</span> <span class="comment">** THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT</span></div><div class="line"><a name="l00044"></a><span class="lineno"> 44</span> <span class="comment">** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE</span></div><div class="line"><a name="l00045"></a><span class="lineno"> 45</span> <span class="comment">** OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."</span></div><div class="line"><a name="l00046"></a><span class="lineno"> 46</span> <span class="comment">**</span></div><div class="line"><a name="l00047"></a><span class="lineno"> 47</span> <span class="comment">** $QT_END_LICENSE$</span></div><div class="line"><a name="l00048"></a><span class="lineno"> 48</span> <span class="comment">**</span></div><div class="line"><a name="l00049"></a><span class="lineno"> 49</span> <span class="comment">****************************************************************************/</span></div><div class="line"><a name="l00050"></a><span class="lineno"> 50</span> </div><div class="line"><a name="l00051"></a><span class="lineno"> 51</span> </div><div class="line"><a name="l00052"></a><span class="lineno"> 52</span> <span class="preprocessor">#ifndef FLOWLAYOUT_H</span></div><div class="line"><a name="l00053"></a><span class="lineno"> 53</span> <span class="preprocessor">#define FLOWLAYOUT_H</span></div><div class="line"><a name="l00054"></a><span class="lineno"> 54</span> </div><div class="line"><a name="l00055"></a><span class="lineno"> 55</span> <span class="preprocessor">#include <QLayout></span></div><div class="line"><a name="l00056"></a><span class="lineno"> 56</span> <span class="preprocessor">#include <QRect></span></div><div class="line"><a name="l00057"></a><span class="lineno"> 57</span> <span class="preprocessor">#include <QStyle></span></div><div class="line"><a name="l00058"></a><span class="lineno"><a class="line" href="class_flow_layout.html"> 58</a></span> <span class="keyword">class </span><a class="code" href="class_flow_layout.html">FlowLayout</a> : <span class="keyword">public</span> QLayout</div><div class="line"><a name="l00059"></a><span class="lineno"> 59</span> {</div><div class="line"><a name="l00060"></a><span class="lineno"> 60</span> <span class="keyword">public</span>:</div><div class="line"><a name="l00061"></a><span class="lineno"> 61</span>  <span class="keyword">explicit</span> <a class="code" href="class_flow_layout.html#afd3623cad3b02592123eb8a4dd01546f">FlowLayout</a>(QWidget *parent, <span class="keywordtype">int</span> margin = -1, <span class="keywordtype">int</span> hSpacing = -1, <span class="keywordtype">int</span> vSpacing = -1);</div><div class="line"><a name="l00062"></a><span class="lineno"> 62</span>  <span class="keyword">explicit</span> <a class="code" href="class_flow_layout.html#afd3623cad3b02592123eb8a4dd01546f">FlowLayout</a>(<span class="keywordtype">int</span> margin = -1, <span class="keywordtype">int</span> hSpacing = -1, <span class="keywordtype">int</span> vSpacing = -1);</div><div class="line"><a name="l00063"></a><span class="lineno"> 63</span>  <a class="code" href="class_flow_layout.html#abcbfd03a4758b98bcf13d44f5e673551">~FlowLayout</a>();</div><div class="line"><a name="l00064"></a><span class="lineno"> 64</span> </div><div class="line"><a name="l00065"></a><span class="lineno"> 65</span>  <span class="keywordtype">void</span> <a class="code" href="class_flow_layout.html#ab60fb7d4cfa8f5d2122e7db6c850ae8e">addItem</a>(QLayoutItem *item) <span class="keyword">override</span>;</div><div class="line"><a name="l00066"></a><span class="lineno"> 66</span>  <span class="keywordtype">int</span> <a class="code" href="class_flow_layout.html#a05a9929bf2d7749c8d45afe1fc15b27e">horizontalSpacing</a>() <span class="keyword">const</span>;</div><div class="line"><a name="l00067"></a><span class="lineno"> 67</span>  <span class="keywordtype">int</span> <a class="code" href="class_flow_layout.html#a06210851533f6e9d0d09477968aa0eb5">verticalSpacing</a>() <span class="keyword">const</span>;</div><div class="line"><a name="l00068"></a><span class="lineno"> 68</span>  Qt::Orientations <a class="code" href="class_flow_layout.html#a8eb4762f57ec8bea9eca6f9a535b1d50">expandingDirections</a>() <span class="keyword">const override</span>;</div><div class="line"><a name="l00069"></a><span class="lineno"> 69</span>  <span class="keywordtype">bool</span> <a class="code" href="class_flow_layout.html#a224599955b4bc40e73b615236d9803ee">hasHeightForWidth</a>() <span class="keyword">const override</span>;</div><div class="line"><a name="l00070"></a><span class="lineno"> 70</span>  <span class="keywordtype">int</span> <a class="code" href="class_flow_layout.html#a119d89f83aa3f8ccb6e66ed1a125452e">heightForWidth</a>(<span class="keywordtype">int</span>) <span class="keyword">const override</span>;</div><div class="line"><a name="l00071"></a><span class="lineno"> 71</span>  <span class="keywordtype">int</span> <a class="code" href="class_flow_layout.html#a35bdf8dac35631d59767d0c0fedc7248">count</a>() <span class="keyword">const override</span>;</div><div class="line"><a name="l00072"></a><span class="lineno"> 72</span>  QLayoutItem *<a class="code" href="class_flow_layout.html#a14c3661044dd9b97ef0c0a34d0692ce4">itemAt</a>(<span class="keywordtype">int</span> index) <span class="keyword">const override</span>;</div><div class="line"><a name="l00073"></a><span class="lineno"> 73</span>  QSize <a class="code" href="class_flow_layout.html#a18816b6e9008a0731af92749975ce63f">minimumSize</a>() <span class="keyword">const override</span>;</div><div class="line"><a name="l00074"></a><span class="lineno"> 74</span>  <span class="keywordtype">void</span> <a class="code" href="class_flow_layout.html#a64fb2f42cfdb3bcabf4d511092d032af">setGeometry</a>(<span class="keyword">const</span> QRect &rect) <span class="keyword">override</span>;</div><div class="line"><a name="l00075"></a><span class="lineno"> 75</span>  QSize <a class="code" href="class_flow_layout.html#a44acc6a84aaeee36b9d119096f6aa30c">sizeHint</a>() <span class="keyword">const override</span>;</div><div class="line"><a name="l00076"></a><span class="lineno"> 76</span>  QLayoutItem *<a class="code" href="class_flow_layout.html#a77bbbcb308aeb94164dc365942d28f06">takeAt</a>(<span class="keywordtype">int</span> index) <span class="keyword">override</span>;</div><div class="line"><a name="l00077"></a><span class="lineno"> 77</span> </div><div class="line"><a name="l00078"></a><span class="lineno"> 78</span> <span class="keyword">private</span>:</div><div class="line"><a name="l00079"></a><span class="lineno"> 79</span>  <span class="keywordtype">int</span> <a class="code" href="class_flow_layout.html#af0e17c24ac7b5f82511658507ac9a2ac">doLayout</a>(<span class="keyword">const</span> QRect &rect, <span class="keywordtype">bool</span> testOnly) <span class="keyword">const</span>;</div><div class="line"><a name="l00080"></a><span class="lineno"> 80</span>  <span class="keywordtype">int</span> <a class="code" href="class_flow_layout.html#aa8c99ccccc834c47f125040205f1aac8">smartSpacing</a>(QStyle::PixelMetric pm) <span class="keyword">const</span>;</div><div class="line"><a name="l00081"></a><span class="lineno"> 81</span> </div><div class="line"><a name="l00082"></a><span class="lineno"><a class="line" href="class_flow_layout.html#ac0439e82402e53445451edfece8a499d"> 82</a></span>  QList<QLayoutItem *> <a class="code" href="class_flow_layout.html#ac0439e82402e53445451edfece8a499d">itemList</a>;</div><div class="line"><a name="l00083"></a><span class="lineno"><a class="line" href="class_flow_layout.html#a4ca5e85c50060f2cf19d88d1e3bf9cd5"> 83</a></span>  <span class="keywordtype">int</span> <a class="code" href="class_flow_layout.html#a4ca5e85c50060f2cf19d88d1e3bf9cd5">m_hSpace</a>;</div><div class="line"><a name="l00084"></a><span class="lineno"><a class="line" href="class_flow_layout.html#ab24b23dbcc261472940b3755ba63a4c0"> 84</a></span>  <span class="keywordtype">int</span> <a class="code" href="class_flow_layout.html#ab24b23dbcc261472940b3755ba63a4c0">m_vSpace</a>;</div><div class="line"><a name="l00085"></a><span class="lineno"> 85</span> };</div><div class="line"><a name="l00086"></a><span class="lineno"> 86</span> </div><div class="line"><a name="l00087"></a><span class="lineno"> 87</span> <span class="preprocessor">#endif // FLOWLAYOUT_H</span></div><div class="ttc" id="class_flow_layout_html_a77bbbcb308aeb94164dc365942d28f06"><div class="ttname"><a href="class_flow_layout.html#a77bbbcb308aeb94164dc365942d28f06">FlowLayout::takeAt</a></div><div class="ttdeci">QLayoutItem * takeAt(int index) override</div><div class="ttdef"><b>Definition:</b> flowlayout.cpp:107</div></div>
|
|
<div class="ttc" id="class_flow_layout_html_a119d89f83aa3f8ccb6e66ed1a125452e"><div class="ttname"><a href="class_flow_layout.html#a119d89f83aa3f8ccb6e66ed1a125452e">FlowLayout::heightForWidth</a></div><div class="ttdeci">int heightForWidth(int) const override</div><div class="ttdef"><b>Definition:</b> flowlayout.cpp:125</div></div>
|
|
<div class="ttc" id="class_flow_layout_html_afd3623cad3b02592123eb8a4dd01546f"><div class="ttname"><a href="class_flow_layout.html#afd3623cad3b02592123eb8a4dd01546f">FlowLayout::FlowLayout</a></div><div class="ttdeci">FlowLayout(QWidget *parent, int margin=-1, int hSpacing=-1, int vSpacing=-1)</div><div class="ttdef"><b>Definition:</b> flowlayout.cpp:55</div></div>
|
|
<div class="ttc" id="class_flow_layout_html_a64fb2f42cfdb3bcabf4d511092d032af"><div class="ttname"><a href="class_flow_layout.html#a64fb2f42cfdb3bcabf4d511092d032af">FlowLayout::setGeometry</a></div><div class="ttdeci">void setGeometry(const QRect &rect) override</div><div class="ttdef"><b>Definition:</b> flowlayout.cpp:131</div></div>
|
|
<div class="ttc" id="class_flow_layout_html_a44acc6a84aaeee36b9d119096f6aa30c"><div class="ttname"><a href="class_flow_layout.html#a44acc6a84aaeee36b9d119096f6aa30c">FlowLayout::sizeHint</a></div><div class="ttdeci">QSize sizeHint() const override</div><div class="ttdef"><b>Definition:</b> flowlayout.cpp:137</div></div>
|
|
<div class="ttc" id="class_flow_layout_html_af0e17c24ac7b5f82511658507ac9a2ac"><div class="ttname"><a href="class_flow_layout.html#af0e17c24ac7b5f82511658507ac9a2ac">FlowLayout::doLayout</a></div><div class="ttdeci">int doLayout(const QRect &rect, bool testOnly) const</div><div class="ttdef"><b>Definition:</b> flowlayout.cpp:153</div></div>
|
|
<div class="ttc" id="class_flow_layout_html_abcbfd03a4758b98bcf13d44f5e673551"><div class="ttname"><a href="class_flow_layout.html#abcbfd03a4758b98bcf13d44f5e673551">FlowLayout::~FlowLayout</a></div><div class="ttdeci">~FlowLayout()</div><div class="ttdef"><b>Definition:</b> flowlayout.cpp:67</div></div>
|
|
<div class="ttc" id="class_flow_layout_html"><div class="ttname"><a href="class_flow_layout.html">FlowLayout</a></div><div class="ttdef"><b>Definition:</b> flowlayout.h:58</div></div>
|
|
<div class="ttc" id="class_flow_layout_html_a35bdf8dac35631d59767d0c0fedc7248"><div class="ttname"><a href="class_flow_layout.html#a35bdf8dac35631d59767d0c0fedc7248">FlowLayout::count</a></div><div class="ttdeci">int count() const override</div><div class="ttdef"><b>Definition:</b> flowlayout.cpp:97</div></div>
|
|
<div class="ttc" id="class_flow_layout_html_a224599955b4bc40e73b615236d9803ee"><div class="ttname"><a href="class_flow_layout.html#a224599955b4bc40e73b615236d9803ee">FlowLayout::hasHeightForWidth</a></div><div class="ttdeci">bool hasHeightForWidth() const override</div><div class="ttdef"><b>Definition:</b> flowlayout.cpp:120</div></div>
|
|
<div class="ttc" id="class_flow_layout_html_a8eb4762f57ec8bea9eca6f9a535b1d50"><div class="ttname"><a href="class_flow_layout.html#a8eb4762f57ec8bea9eca6f9a535b1d50">FlowLayout::expandingDirections</a></div><div class="ttdeci">Qt::Orientations expandingDirections() const override</div><div class="ttdef"><b>Definition:</b> flowlayout.cpp:115</div></div>
|
|
<div class="ttc" id="class_flow_layout_html_ac0439e82402e53445451edfece8a499d"><div class="ttname"><a href="class_flow_layout.html#ac0439e82402e53445451edfece8a499d">FlowLayout::itemList</a></div><div class="ttdeci">QList< QLayoutItem * > itemList</div><div class="ttdef"><b>Definition:</b> flowlayout.h:82</div></div>
|
|
<div class="ttc" id="class_flow_layout_html_a06210851533f6e9d0d09477968aa0eb5"><div class="ttname"><a href="class_flow_layout.html#a06210851533f6e9d0d09477968aa0eb5">FlowLayout::verticalSpacing</a></div><div class="ttdeci">int verticalSpacing() const</div><div class="ttdef"><b>Definition:</b> flowlayout.cpp:88</div></div>
|
|
<div class="ttc" id="class_flow_layout_html_a05a9929bf2d7749c8d45afe1fc15b27e"><div class="ttname"><a href="class_flow_layout.html#a05a9929bf2d7749c8d45afe1fc15b27e">FlowLayout::horizontalSpacing</a></div><div class="ttdeci">int horizontalSpacing() const</div><div class="ttdef"><b>Definition:</b> flowlayout.cpp:79</div></div>
|
|
<div class="ttc" id="class_flow_layout_html_aa8c99ccccc834c47f125040205f1aac8"><div class="ttname"><a href="class_flow_layout.html#aa8c99ccccc834c47f125040205f1aac8">FlowLayout::smartSpacing</a></div><div class="ttdeci">int smartSpacing(QStyle::PixelMetric pm) const</div><div class="ttdef"><b>Definition:</b> flowlayout.cpp:189</div></div>
|
|
<div class="ttc" id="class_flow_layout_html_a4ca5e85c50060f2cf19d88d1e3bf9cd5"><div class="ttname"><a href="class_flow_layout.html#a4ca5e85c50060f2cf19d88d1e3bf9cd5">FlowLayout::m_hSpace</a></div><div class="ttdeci">int m_hSpace</div><div class="ttdef"><b>Definition:</b> flowlayout.h:83</div></div>
|
|
<div class="ttc" id="class_flow_layout_html_ab24b23dbcc261472940b3755ba63a4c0"><div class="ttname"><a href="class_flow_layout.html#ab24b23dbcc261472940b3755ba63a4c0">FlowLayout::m_vSpace</a></div><div class="ttdeci">int m_vSpace</div><div class="ttdef"><b>Definition:</b> flowlayout.h:84</div></div>
|
|
<div class="ttc" id="class_flow_layout_html_a18816b6e9008a0731af92749975ce63f"><div class="ttname"><a href="class_flow_layout.html#a18816b6e9008a0731af92749975ce63f">FlowLayout::minimumSize</a></div><div class="ttdeci">QSize minimumSize() const override</div><div class="ttdef"><b>Definition:</b> flowlayout.cpp:142</div></div>
|
|
<div class="ttc" id="class_flow_layout_html_a14c3661044dd9b97ef0c0a34d0692ce4"><div class="ttname"><a href="class_flow_layout.html#a14c3661044dd9b97ef0c0a34d0692ce4">FlowLayout::itemAt</a></div><div class="ttdeci">QLayoutItem * itemAt(int index) const override</div><div class="ttdef"><b>Definition:</b> flowlayout.cpp:102</div></div>
|
|
<div class="ttc" id="class_flow_layout_html_ab60fb7d4cfa8f5d2122e7db6c850ae8e"><div class="ttname"><a href="class_flow_layout.html#ab60fb7d4cfa8f5d2122e7db6c850ae8e">FlowLayout::addItem</a></div><div class="ttdeci">void addItem(QLayoutItem *item) override</div><div class="ttdef"><b>Definition:</b> flowlayout.cpp:74</div></div>
|
|
</div><!-- fragment --></div><!-- contents -->
|
|
<!-- start footer part -->
|
|
<hr class="footer"/><address class="footer"><small>
|
|
Generated by  <a href="http://www.doxygen.org/index.html">
|
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
|
</a> 1.8.15
|
|
</small></address>
|
|
</body>
|
|
</html>
|