1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
|
<!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.8"/>
<title>Dillo: dw/alignedtablecell.hh Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="https://www.dillo.org/dw/html/jquery.js"></script>
<script type="text/javascript" src="dynsections.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 style="padding-left: 0.5em;">
<div id="projectname">Dillo
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.8 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File List</span></a></li>
<li><a href="globals.html"><span>File Members</span></a></li>
</ul>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_fdc4064fcda8ca976b3af3f83c9eca4d.html">dw</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">alignedtablecell.hh</div> </div>
</div><!--header-->
<div class="contents">
<a href="alignedtablecell_8hh.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="preprocessor">#ifndef __DW_ALIGNEDTABLECELL_HH__</span></div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="preprocessor">#define __DW_ALIGNEDTABLECELL_HH__</span></div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span> </div>
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="preprocessor">#include "<a class="code" href="core_8hh.html">core.hh</a>"</span></div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="preprocessor">#include "<a class="code" href="alignedtextblock_8hh.html">alignedtextblock.hh</a>"</span></div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span> </div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="keyword">namespace </span><a class="code" href="namespacedw.html">dw</a> {</div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span> </div>
<div class="line"><a name="l00009"></a><span class="lineno"><a class="line" href="classdw_1_1AlignedTableCell.html"> 9</a></span> <span class="keyword">class </span><a class="code" href="classdw_1_1AlignedTableCell.html">AlignedTableCell</a>: <span class="keyword">public</span> <a class="code" href="classdw_1_1AlignedTextblock.html">AlignedTextblock</a></div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span> {</div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="keyword">private</span>:</div>
<div class="line"><a name="l00012"></a><span class="lineno"><a class="line" href="classdw_1_1AlignedTableCell.html#ae452e1bb55a1be72657f599d0d21cd27"> 12</a></span>  <span class="keywordtype">int</span> <a class="code" href="classdw_1_1AlignedTableCell.html#a3831e59cc6363c40d4617570b01076d6">charWordIndex</a>, <a class="code" href="classdw_1_1AlignedTableCell.html#ae452e1bb55a1be72657f599d0d21cd27">charWordPos</a>;</div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span> </div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="keyword">protected</span>:</div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span>  <span class="keywordtype">int</span> <a class="code" href="classdw_1_1AlignedTableCell.html#a2a560f2721f90458ab8596821390d907">getAvailWidthOfChild</a> (<a class="code" href="classdw_1_1core_1_1Widget.html#a4c6b915525836850ed70736e394acc2a">Widget</a> *child, <span class="keywordtype">bool</span> forceValue);</div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span>  <span class="keywordtype">int</span> <a class="code" href="classdw_1_1AlignedTableCell.html#ab982e7a0df73498aa965ec441e9ffbd0">getAvailHeightOfChild</a> (<a class="code" href="classdw_1_1core_1_1Widget.html#a4c6b915525836850ed70736e394acc2a">Widget</a> *child, <span class="keywordtype">bool</span> forceValue);</div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span> </div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span>  <span class="keywordtype">void</span> <a class="code" href="classdw_1_1AlignedTableCell.html#a90c6b5e8d3d509a9fec67735f4cfafc7">correctRequisitionOfChild</a> (<a class="code" href="classdw_1_1core_1_1Widget.html#a4c6b915525836850ed70736e394acc2a">Widget</a> *child,</div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span>  <a class="code" href="structdw_1_1core_1_1Requisition.html">core::Requisition</a> *<a class="code" href="classdw_1_1core_1_1Widget.html#a5c1423c3261dbaa0fc837d824db0dc99">requisition</a>,</div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span>  <span class="keywordtype">void</span> (*splitHeightFun) (<span class="keywordtype">int</span>, <span class="keywordtype">int</span>*, <span class="keywordtype">int</span>*),</div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span>  <span class="keywordtype">bool</span> allowDecreaseWidth,</div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span>  <span class="keywordtype">bool</span> allowDecreaseHeight);</div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span>  <span class="keywordtype">void</span> <a class="code" href="classdw_1_1AlignedTableCell.html#a1f5615df495007b10b56b29af1bec8fa">correctExtremesOfChild</a> (<a class="code" href="classdw_1_1core_1_1Widget.html#a4c6b915525836850ed70736e394acc2a">Widget</a> *child, <a class="code" href="structdw_1_1core_1_1Extremes.html">core::Extremes</a> *<a class="code" href="classdw_1_1core_1_1Widget.html#a1a08dcfa5c228e2f31de9cea56cccaf1">extremes</a>,</div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>  <span class="keywordtype">bool</span> useAdjustmentWidth);</div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span> </div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span>  <span class="keywordtype">bool</span> <a class="code" href="classdw_1_1AlignedTableCell.html#a3d1eafe1e7d960ebbfa512f10d9b792e">getAdjustMinWidth</a> ();</div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span> </div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>  <span class="keywordtype">bool</span> <a class="code" href="classdw_1_1AlignedTableCell.html#af71fd19b0a3bae876f62f185b414ce80">adjustExtraSpaceWhenCorrectingRequisitionByOOF</a> ();</div>
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span> </div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>  <span class="keywordtype">int</span> <a class="code" href="classdw_1_1AlignedTableCell.html#aa6e1980f323777ca982b539268e09851">wordWrap</a> (<span class="keywordtype">int</span> wordIndex, <span class="keywordtype">bool</span> wrapAll);</div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span> </div>
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>  <span class="keywordtype">int</span> <a class="code" href="classdw_1_1AlignedTableCell.html#af94648e0070dd85e4b70a790cb501a00">getValue</a> ();</div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>  <span class="keywordtype">void</span> <a class="code" href="classdw_1_1AlignedTableCell.html#a43dff62acc4386a4bb264e2418f238eb">setMaxValue</a> (<span class="keywordtype">int</span> maxValue, <span class="keywordtype">int</span> value);</div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span> </div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span> <span class="keyword">public</span>:</div>
<div class="line"><a name="l00036"></a><span class="lineno"><a class="line" href="classdw_1_1AlignedTableCell.html#a086234df08a8dd5f596db690085b7eb9"> 36</a></span>  <span class="keyword">static</span> <span class="keywordtype">int</span> <a class="code" href="classdw_1_1AlignedTableCell.html#a086234df08a8dd5f596db690085b7eb9">CLASS_ID</a>;</div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span> </div>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>  <a class="code" href="classdw_1_1AlignedTableCell.html#ad5b653208a8faa04f0e3e5038d3831d1">AlignedTableCell</a>(<a class="code" href="classdw_1_1AlignedTableCell.html">AlignedTableCell</a> *ref, <span class="keywordtype">bool</span> <a class="code" href="classdw_1_1Textblock.html#a6d3b59ab5aad172d0dcfc7fa52473da5">limitTextWidth</a>);</div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>  <a class="code" href="classdw_1_1AlignedTableCell.html#ac37eb7bb2c3aa3e428d6393486952454">~AlignedTableCell</a>();</div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span> </div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>  <span class="keywordtype">int</span> <a class="code" href="classdw_1_1AlignedTableCell.html#a88912bd6ce5a49167e31082be80a2ea8">applyPerWidth</a> (<span class="keywordtype">int</span> containerWidth, <a class="code" href="namespacedw_1_1core_1_1style.html#a65610d57c89e5bee02e4e539fdc989de">core::style::Length</a> perWidth);</div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>  <span class="keywordtype">int</span> <a class="code" href="classdw_1_1AlignedTableCell.html#a0894b30bbb267a27646221f440624756">applyPerHeight</a> (<span class="keywordtype">int</span> containerHeight, <a class="code" href="namespacedw_1_1core_1_1style.html#a65610d57c89e5bee02e4e539fdc989de">core::style::Length</a> perHeight);</div>
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span> </div>
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>  <span class="keywordtype">bool</span> <a class="code" href="classdw_1_1AlignedTableCell.html#a667968fe42f97005bea140daf2c2acaf">isBlockLevel</a> ();</div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span> </div>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>  <span class="keywordtype">bool</span> <a class="code" href="classdw_1_1AlignedTableCell.html#a54d77505b98fa281c16e096c0b2bbf44">usesMaxGeneratorWidth</a> ();</div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span> };</div>
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span> </div>
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span> } <span class="comment">// namespace dw</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> <span class="preprocessor">#endif // __DW_ALIGNEDTABLECELL_HH__</span></div>
<div class="ttc" id="classdw_1_1core_1_1Widget_html_a1a08dcfa5c228e2f31de9cea56cccaf1"><div class="ttname"><a href="classdw_1_1core_1_1Widget.html#a1a08dcfa5c228e2f31de9cea56cccaf1">dw::core::Widget::extremes</a></div><div class="ttdeci">Extremes extremes</div><div class="ttdoc">Analogue to dw::core::Widget::requisition. </div><div class="ttdef"><b>Definition:</b> widget.hh:146</div></div>
<div class="ttc" id="classdw_1_1AlignedTableCell_html_af71fd19b0a3bae876f62f185b414ce80"><div class="ttname"><a href="classdw_1_1AlignedTableCell.html#af71fd19b0a3bae876f62f185b414ce80">dw::AlignedTableCell::adjustExtraSpaceWhenCorrectingRequisitionByOOF</a></div><div class="ttdeci">bool adjustExtraSpaceWhenCorrectingRequisitionByOOF()</div><div class="ttdef"><b>Definition:</b> alignedtablecell.cc:148</div></div>
<div class="ttc" id="classdw_1_1AlignedTableCell_html_aa6e1980f323777ca982b539268e09851"><div class="ttname"><a href="classdw_1_1AlignedTableCell.html#aa6e1980f323777ca982b539268e09851">dw::AlignedTableCell::wordWrap</a></div><div class="ttdeci">int wordWrap(int wordIndex, bool wrapAll)</div><div class="ttdef"><b>Definition:</b> alignedtablecell.cc:153</div></div>
<div class="ttc" id="classdw_1_1core_1_1Widget_html_a5c1423c3261dbaa0fc837d824db0dc99"><div class="ttname"><a href="classdw_1_1core_1_1Widget.html#a5c1423c3261dbaa0fc837d824db0dc99">dw::core::Widget::requisition</a></div><div class="ttdeci">Requisition requisition</div><div class="ttdoc">Size_request() stores the result of the last call of size_request_impl(). </div><div class="ttdef"><b>Definition:</b> widget.hh:140</div></div>
<div class="ttc" id="classdw_1_1AlignedTableCell_html_a0894b30bbb267a27646221f440624756"><div class="ttname"><a href="classdw_1_1AlignedTableCell.html#a0894b30bbb267a27646221f440624756">dw::AlignedTableCell::applyPerHeight</a></div><div class="ttdeci">int applyPerHeight(int containerHeight, core::style::Length perHeight)</div><div class="ttdef"><b>Definition:</b> alignedtablecell.cc:142</div></div>
<div class="ttc" id="classdw_1_1AlignedTableCell_html_a667968fe42f97005bea140daf2c2acaf"><div class="ttname"><a href="classdw_1_1AlignedTableCell.html#a667968fe42f97005bea140daf2c2acaf">dw::AlignedTableCell::isBlockLevel</a></div><div class="ttdeci">bool isBlockLevel()</div><div class="ttdef"><b>Definition:</b> alignedtablecell.cc:56</div></div>
<div class="ttc" id="classdw_1_1Textblock_html_a6d3b59ab5aad172d0dcfc7fa52473da5"><div class="ttname"><a href="classdw_1_1Textblock.html#a6d3b59ab5aad172d0dcfc7fa52473da5">dw::Textblock::limitTextWidth</a></div><div class="ttdeci">bool limitTextWidth</div><div class="ttdef"><b>Definition:</b> textblock.hh:573</div></div>
<div class="ttc" id="classdw_1_1AlignedTableCell_html_a88912bd6ce5a49167e31082be80a2ea8"><div class="ttname"><a href="classdw_1_1AlignedTableCell.html#a88912bd6ce5a49167e31082be80a2ea8">dw::AlignedTableCell::applyPerWidth</a></div><div class="ttdeci">int applyPerWidth(int containerWidth, core::style::Length perWidth)</div><div class="ttdef"><b>Definition:</b> alignedtablecell.cc:136</div></div>
<div class="ttc" id="structdw_1_1core_1_1Requisition_html"><div class="ttname"><a href="structdw_1_1core_1_1Requisition.html">dw::core::Requisition</a></div><div class="ttdef"><b>Definition:</b> types.hh:172</div></div>
<div class="ttc" id="classdw_1_1AlignedTableCell_html_ad5b653208a8faa04f0e3e5038d3831d1"><div class="ttname"><a href="classdw_1_1AlignedTableCell.html#ad5b653208a8faa04f0e3e5038d3831d1">dw::AlignedTableCell::AlignedTableCell</a></div><div class="ttdeci">AlignedTableCell(AlignedTableCell *ref, bool limitTextWidth)</div><div class="ttdef"><b>Definition:</b> alignedtablecell.cc:32</div></div>
<div class="ttc" id="classdw_1_1AlignedTableCell_html"><div class="ttname"><a href="classdw_1_1AlignedTableCell.html">dw::AlignedTableCell</a></div><div class="ttdef"><b>Definition:</b> alignedtablecell.hh:9</div></div>
<div class="ttc" id="classdw_1_1AlignedTableCell_html_a43dff62acc4386a4bb264e2418f238eb"><div class="ttname"><a href="classdw_1_1AlignedTableCell.html#a43dff62acc4386a4bb264e2418f238eb">dw::AlignedTableCell::setMaxValue</a></div><div class="ttdeci">void setMaxValue(int maxValue, int value)</div><div class="ttdef"><b>Definition:</b> alignedtablecell.cc:212</div></div>
<div class="ttc" id="alignedtextblock_8hh_html"><div class="ttname"><a href="alignedtextblock_8hh.html">alignedtextblock.hh</a></div></div>
<div class="ttc" id="classdw_1_1AlignedTableCell_html_a90c6b5e8d3d509a9fec67735f4cfafc7"><div class="ttname"><a href="classdw_1_1AlignedTableCell.html#a90c6b5e8d3d509a9fec67735f4cfafc7">dw::AlignedTableCell::correctRequisitionOfChild</a></div><div class="ttdeci">void correctRequisitionOfChild(Widget *child, core::Requisition *requisition, void(*splitHeightFun)(int, int *, int *), bool allowDecreaseWidth, bool allowDecreaseHeight)</div><div class="ttdef"><b>Definition:</b> alignedtablecell.cc:92</div></div>
<div class="ttc" id="structdw_1_1core_1_1Extremes_html"><div class="ttname"><a href="structdw_1_1core_1_1Extremes.html">dw::core::Extremes</a></div><div class="ttdef"><b>Definition:</b> types.hh:179</div></div>
<div class="ttc" id="core_8hh_html"><div class="ttname"><a href="core_8hh.html">core.hh</a></div></div>
<div class="ttc" id="classdw_1_1AlignedTableCell_html_ab982e7a0df73498aa965ec441e9ffbd0"><div class="ttname"><a href="classdw_1_1AlignedTableCell.html#ab982e7a0df73498aa965ec441e9ffbd0">dw::AlignedTableCell::getAvailHeightOfChild</a></div><div class="ttdeci">int getAvailHeightOfChild(Widget *child, bool forceValue)</div><div class="ttdef"><b>Definition:</b> alignedtablecell.cc:79</div></div>
<div class="ttc" id="classdw_1_1AlignedTableCell_html_a086234df08a8dd5f596db690085b7eb9"><div class="ttname"><a href="classdw_1_1AlignedTableCell.html#a086234df08a8dd5f596db690085b7eb9">dw::AlignedTableCell::CLASS_ID</a></div><div class="ttdeci">static int CLASS_ID</div><div class="ttdef"><b>Definition:</b> alignedtablecell.hh:36</div></div>
<div class="ttc" id="classdw_1_1AlignedTableCell_html_af94648e0070dd85e4b70a790cb501a00"><div class="ttname"><a href="classdw_1_1AlignedTableCell.html#af94648e0070dd85e4b70a790cb501a00">dw::AlignedTableCell::getValue</a></div><div class="ttdeci">int getValue()</div><div class="ttdef"><b>Definition:</b> alignedtablecell.cc:181</div></div>
<div class="ttc" id="namespacedw_html"><div class="ttname"><a href="namespacedw.html">dw</a></div><div class="ttdoc">Dw is in this namespace, or sub namespaces of this one. </div><div class="ttdef"><b>Definition:</b> alignedtablecell.cc:28</div></div>
<div class="ttc" id="classdw_1_1AlignedTableCell_html_ac37eb7bb2c3aa3e428d6393486952454"><div class="ttname"><a href="classdw_1_1AlignedTableCell.html#ac37eb7bb2c3aa3e428d6393486952454">dw::AlignedTableCell::~AlignedTableCell</a></div><div class="ttdeci">~AlignedTableCell()</div><div class="ttdef"><b>Definition:</b> alignedtablecell.cc:45</div></div>
<div class="ttc" id="classdw_1_1core_1_1Widget_html_a4c6b915525836850ed70736e394acc2a"><div class="ttname"><a href="classdw_1_1core_1_1Widget.html#a4c6b915525836850ed70736e394acc2a">dw::core::Widget::Widget</a></div><div class="ttdeci">Widget()</div><div class="ttdef"><b>Definition:</b> widget.cc:67</div></div>
<div class="ttc" id="classdw_1_1AlignedTextblock_html"><div class="ttname"><a href="classdw_1_1AlignedTextblock.html">dw::AlignedTextblock</a></div><div class="ttdoc">Base widget for all textblocks (sub classes of dw::Textblock), which are positioned vertically and al...</div><div class="ttdef"><b>Definition:</b> alignedtextblock.hh:13</div></div>
<div class="ttc" id="classdw_1_1AlignedTableCell_html_a2a560f2721f90458ab8596821390d907"><div class="ttname"><a href="classdw_1_1AlignedTableCell.html#a2a560f2721f90458ab8596821390d907">dw::AlignedTableCell::getAvailWidthOfChild</a></div><div class="ttdeci">int getAvailWidthOfChild(Widget *child, bool forceValue)</div><div class="ttdef"><b>Definition:</b> alignedtablecell.cc:66</div></div>
<div class="ttc" id="classdw_1_1AlignedTableCell_html_a3831e59cc6363c40d4617570b01076d6"><div class="ttname"><a href="classdw_1_1AlignedTableCell.html#a3831e59cc6363c40d4617570b01076d6">dw::AlignedTableCell::charWordIndex</a></div><div class="ttdeci">int charWordIndex</div><div class="ttdef"><b>Definition:</b> alignedtablecell.hh:12</div></div>
<div class="ttc" id="namespacedw_1_1core_1_1style_html_a65610d57c89e5bee02e4e539fdc989de"><div class="ttname"><a href="namespacedw_1_1core_1_1style.html#a65610d57c89e5bee02e4e539fdc989de">dw::core::style::Length</a></div><div class="ttdeci">int Length</div><div class="ttdoc">Type for representing all lengths within dw::core::style. </div><div class="ttdef"><b>Definition:</b> style.hh:428</div></div>
<div class="ttc" id="classdw_1_1AlignedTableCell_html_a1f5615df495007b10b56b29af1bec8fa"><div class="ttname"><a href="classdw_1_1AlignedTableCell.html#a1f5615df495007b10b56b29af1bec8fa">dw::AlignedTableCell::correctExtremesOfChild</a></div><div class="ttdeci">void correctExtremesOfChild(Widget *child, core::Extremes *extremes, bool useAdjustmentWidth)</div><div class="ttdef"><b>Definition:</b> alignedtablecell.cc:119</div></div>
<div class="ttc" id="classdw_1_1AlignedTableCell_html_a54d77505b98fa281c16e096c0b2bbf44"><div class="ttname"><a href="classdw_1_1AlignedTableCell.html#a54d77505b98fa281c16e096c0b2bbf44">dw::AlignedTableCell::usesMaxGeneratorWidth</a></div><div class="ttdeci">bool usesMaxGeneratorWidth()</div><div class="ttdef"><b>Definition:</b> alignedtablecell.cc:61</div></div>
<div class="ttc" id="classdw_1_1AlignedTableCell_html_ae452e1bb55a1be72657f599d0d21cd27"><div class="ttname"><a href="classdw_1_1AlignedTableCell.html#ae452e1bb55a1be72657f599d0d21cd27">dw::AlignedTableCell::charWordPos</a></div><div class="ttdeci">int charWordPos</div><div class="ttdef"><b>Definition:</b> alignedtablecell.hh:12</div></div>
<div class="ttc" id="classdw_1_1AlignedTableCell_html_a3d1eafe1e7d960ebbfa512f10d9b792e"><div class="ttname"><a href="classdw_1_1AlignedTableCell.html#a3d1eafe1e7d960ebbfa512f10d9b792e">dw::AlignedTableCell::getAdjustMinWidth</a></div><div class="ttdeci">bool getAdjustMinWidth()</div><div class="ttdef"><b>Definition:</b> alignedtablecell.cc:51</div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat May 28 2016 11:47:42 for Dillo by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.8
</small></address>
</body>
</html>
|