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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
|
<!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: test/dw_simple_container.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_13e138d54eb8818da29c3992edef070a.html">test</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">dw_simple_container.hh</div> </div>
</div><!--header-->
<div class="contents">
<a href="dw__simple__container_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_SIMPLE_CONTAINER_HH__</span></div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="preprocessor">#define __DW_SIMPLE_CONTAINER_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">dw/core.hh</a>"</span></div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span> </div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="keyword">namespace </span><a class="code" href="namespacedw.html">dw</a> {</div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span> </div>
<div class="line"><a name="l00011"></a><span class="lineno"><a class="line" href="classdw_1_1SimpleContainer.html"> 11</a></span> <span class="keyword">class </span><a class="code" href="classdw_1_1SimpleContainer.html">SimpleContainer</a>: <span class="keyword">public</span> <a class="code" href="classdw_1_1core_1_1Widget.html">core::Widget</a></div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span> {</div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="keyword">private</span>:</div>
<div class="line"><a name="l00014"></a><span class="lineno"><a class="line" href="classdw_1_1SimpleContainer_1_1SimpleContainerIterator.html"> 14</a></span>  <span class="keyword">class </span><a class="code" href="classdw_1_1SimpleContainer_1_1SimpleContainerIterator.html">SimpleContainerIterator</a>: <span class="keyword">public</span> <a class="code" href="classdw_1_1core_1_1Iterator.html">core::Iterator</a></div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span>  {</div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span>  <span class="keyword">private</span>:</div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span>  <span class="keywordtype">int</span> <a class="code" href="classdw_1_1SimpleContainer_1_1SimpleContainerIterator.html#ace679ad9b8d619c990901250e4888b2f">index</a> ();</div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span> </div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span>  <a class="code" href="classdw_1_1SimpleContainer_1_1SimpleContainerIterator.html#aa1cc0f348d0c8234a69a0f5ac1f6043b">SimpleContainerIterator</a> (<a class="code" href="classdw_1_1SimpleContainer.html">SimpleContainer</a> *simpleContainer,</div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span>  <a class="code" href="structdw_1_1core_1_1Content.html#a41c29111b049db05a8de25b2e1ca4bd5">core::Content::Type</a> <a class="code" href="classdw_1_1core_1_1Iterator.html#aea8c1cae56061660c38a1e1fe43502c5">mask</a>,</div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span>  <span class="keywordtype">bool</span> atEnd);</div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span> </div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>  <a class="code" href="classlout_1_1object_1_1Object.html">lout::object::Object</a> *<a class="code" href="classdw_1_1SimpleContainer_1_1SimpleContainerIterator.html#a6f4475a7fd8f45991c0fe01384d651f4">clone</a> ();</div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span>  <span class="keywordtype">int</span> <a class="code" href="classdw_1_1SimpleContainer_1_1SimpleContainerIterator.html#a6d9c70684e962db283719f3df46ffc6f">compareTo</a> (<a class="code" href="classlout_1_1object_1_1Comparable.html">lout::object::Comparable</a> *other);</div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span> </div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>  <span class="keywordtype">bool</span> <a class="code" href="classdw_1_1SimpleContainer_1_1SimpleContainerIterator.html#a8ac32329cd6ecc3d9ef1a369f20acb9d">next</a> ();</div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>  <span class="keywordtype">bool</span> <a class="code" href="classdw_1_1SimpleContainer_1_1SimpleContainerIterator.html#a508d07a2ac81de3bb08fd8b0b7cd1bc7">prev</a> ();</div>
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span>  <span class="keywordtype">void</span> <a class="code" href="classdw_1_1SimpleContainer_1_1SimpleContainerIterator.html#a69ee1189e404ca298577091281d78e7c">highlight</a> (<span class="keywordtype">int</span> start, <span class="keywordtype">int</span> end, <a class="code" href="namespacedw_1_1core.html#a8e1256872000334f5da5704f3b21c1df">core::HighlightLayer</a> layer);</div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>  <span class="keywordtype">void</span> <a class="code" href="classdw_1_1SimpleContainer_1_1SimpleContainerIterator.html#a5a1608055ac6c769d8d46e0f36e7977c">unhighlight</a> (<span class="keywordtype">int</span> direction, <a class="code" href="namespacedw_1_1core.html#a8e1256872000334f5da5704f3b21c1df">core::HighlightLayer</a> layer);</div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>  <span class="keywordtype">void</span> <a class="code" href="classdw_1_1SimpleContainer_1_1SimpleContainerIterator.html#aea00f0708fef2efb23ca1a82e90c4cc9">getAllocation</a> (<span class="keywordtype">int</span> start, <span class="keywordtype">int</span> end, <a class="code" href="structdw_1_1core_1_1Allocation.html">core::Allocation</a> *<a class="code" href="classdw_1_1core_1_1Widget.html#a2212fc4b9b2b0e26c7345f1b4adb7d28">allocation</a>);</div>
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>  };</div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span> </div>
<div class="line"><a name="l00034"></a><span class="lineno"><a class="line" href="classdw_1_1SimpleContainer.html#a9551f38ea65561581a9e898437123a7a"> 34</a></span>  <a class="code" href="classdw_1_1core_1_1Widget.html#a4c6b915525836850ed70736e394acc2a">Widget</a> *<a class="code" href="classdw_1_1SimpleContainer.html#a9551f38ea65561581a9e898437123a7a">child</a>;</div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span> </div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span> <span class="keyword">protected</span>:</div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>  <span class="keywordtype">void</span> <a class="code" href="classdw_1_1SimpleContainer.html#ae46b457e7729d4a5d666ece4010eaa74">sizeRequestSimpl</a> (<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="l00038"></a><span class="lineno"> 38</span>  <span class="keywordtype">void</span> <a class="code" href="classdw_1_1SimpleContainer.html#ab4f4a3b0b16a75f635e7db6a576a2ab2">getExtremesSimpl</a> (<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="l00039"></a><span class="lineno"> 39</span>  <span class="keywordtype">void</span> <a class="code" href="classdw_1_1SimpleContainer.html#a2a6bcb2bb91b6f32238ad39dbfb6933e">sizeAllocateImpl</a> (<a class="code" href="structdw_1_1core_1_1Allocation.html">core::Allocation</a> *<a class="code" href="classdw_1_1core_1_1Widget.html#a2212fc4b9b2b0e26c7345f1b4adb7d28">allocation</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="keyword">public</span>:</div>
<div class="line"><a name="l00042"></a><span class="lineno"><a class="line" href="classdw_1_1SimpleContainer.html#a9ed718289588337fbd890900904160a5"> 42</a></span>  <span class="keyword">static</span> <span class="keywordtype">int</span> <a class="code" href="classdw_1_1SimpleContainer.html#a9ed718289588337fbd890900904160a5">CLASS_ID</a>;</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>  <a class="code" href="classdw_1_1SimpleContainer.html#aeafdddb2ee1ada4b830a210ada3ff0d2">SimpleContainer</a> ();</div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>  <a class="code" href="classdw_1_1SimpleContainer.html#a21c648f0e97a66a3a13eec9f9c6058f9">~SimpleContainer</a> ();</div>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span> </div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>  <span class="keywordtype">void</span> <a class="code" href="classdw_1_1SimpleContainer.html#ad7e5627abdbf7975e73c7b818c6e761b">draw</a> (<a class="code" href="classdw_1_1core_1_1View.html">core::View</a> *view, <a class="code" href="classdw_1_1core_1_1Rectangle.html">core::Rectangle</a> *area,</div>
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>  <a class="code" href="classdw_1_1core_1_1DrawingContext.html">core::DrawingContext</a> *context);</div>
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>  <a class="code" href="classdw_1_1core_1_1Iterator.html">core::Iterator</a> *<a class="code" href="classdw_1_1SimpleContainer.html#a1953358542d2736b203165587573ea57">iterator</a> (<a class="code" href="structdw_1_1core_1_1Content.html#a41c29111b049db05a8de25b2e1ca4bd5">core::Content::Type</a> mask, <span class="keywordtype">bool</span> atEnd);</div>
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>  <span class="keywordtype">void</span> <a class="code" href="classdw_1_1SimpleContainer.html#a2f383be326097240095c54e2a9dc0766">removeChild</a> (<a class="code" href="classdw_1_1core_1_1Widget.html#a4c6b915525836850ed70736e394acc2a">Widget</a> *child);</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="keywordtype">void</span> <a class="code" href="classdw_1_1SimpleContainer.html#adbdafe8f1d317c9a24fff6648dd0dc2f">setChild</a> (<a class="code" href="classdw_1_1core_1_1Widget.html">core::Widget</a> *child);</div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</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="comment">// namespace dw</span></div>
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span> </div>
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span> <span class="preprocessor">#endif // __DW_SIMPLE_CONTAINER_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_1SimpleContainer_html_adbdafe8f1d317c9a24fff6648dd0dc2f"><div class="ttname"><a href="classdw_1_1SimpleContainer.html#adbdafe8f1d317c9a24fff6648dd0dc2f">dw::SimpleContainer::setChild</a></div><div class="ttdeci">void setChild(core::Widget *child)</div><div class="ttdef"><b>Definition:</b> dw_simple_container.cc:233</div></div>
<div class="ttc" id="classdw_1_1SimpleContainer_1_1SimpleContainerIterator_html_a8ac32329cd6ecc3d9ef1a369f20acb9d"><div class="ttname"><a href="classdw_1_1SimpleContainer_1_1SimpleContainerIterator.html#a8ac32329cd6ecc3d9ef1a369f20acb9d">dw::SimpleContainer::SimpleContainerIterator::next</a></div><div class="ttdeci">bool next()</div><div class="ttdoc">Move iterator forward and store content it. </div><div class="ttdef"><b>Definition:</b> dw_simple_container.cc:71</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_1core_1_1Rectangle_html"><div class="ttname"><a href="classdw_1_1core_1_1Rectangle.html">dw::core::Rectangle</a></div><div class="ttdoc">dw::core::Shape implemtation for simple rectangles. </div><div class="ttdef"><b>Definition:</b> types.hh:69</div></div>
<div class="ttc" id="classdw_1_1SimpleContainer_html_a1953358542d2736b203165587573ea57"><div class="ttname"><a href="classdw_1_1SimpleContainer.html#a1953358542d2736b203165587573ea57">dw::SimpleContainer::iterator</a></div><div class="ttdeci">core::Iterator * iterator(core::Content::Type mask, bool atEnd)</div><div class="ttdoc">Return an iterator for this widget. </div><div class="ttdef"><b>Definition:</b> dw_simple_container.cc:220</div></div>
<div class="ttc" id="structdw_1_1core_1_1Content_html_a41c29111b049db05a8de25b2e1ca4bd5"><div class="ttname"><a href="structdw_1_1core_1_1Content.html#a41c29111b049db05a8de25b2e1ca4bd5">dw::core::Content::Type</a></div><div class="ttdeci">Type</div><div class="ttdef"><b>Definition:</b> types.hh:199</div></div>
<div class="ttc" id="classdw_1_1SimpleContainer_html_a21c648f0e97a66a3a13eec9f9c6058f9"><div class="ttname"><a href="classdw_1_1SimpleContainer.html#a21c648f0e97a66a3a13eec9f9c6058f9">dw::SimpleContainer::~SimpleContainer</a></div><div class="ttdeci">~SimpleContainer()</div><div class="ttdef"><b>Definition:</b> dw_simple_container.cc:157</div></div>
<div class="ttc" id="classlout_1_1object_1_1Object_html"><div class="ttname"><a href="classlout_1_1object_1_1Object.html">lout::object::Object</a></div><div class="ttdoc">This is the base class for many other classes, which defines very common virtual methods. </div><div class="ttdef"><b>Definition:</b> object.hh:24</div></div>
<div class="ttc" id="classdw_1_1SimpleContainer_1_1SimpleContainerIterator_html"><div class="ttname"><a href="classdw_1_1SimpleContainer_1_1SimpleContainerIterator.html">dw::SimpleContainer::SimpleContainerIterator</a></div><div class="ttdef"><b>Definition:</b> dw_simple_container.hh:14</div></div>
<div class="ttc" id="classdw_1_1SimpleContainer_1_1SimpleContainerIterator_html_aea00f0708fef2efb23ca1a82e90c4cc9"><div class="ttname"><a href="classdw_1_1SimpleContainer_1_1SimpleContainerIterator.html#aea00f0708fef2efb23ca1a82e90c4cc9">dw::SimpleContainer::SimpleContainerIterator::getAllocation</a></div><div class="ttdeci">void getAllocation(int start, int end, core::Allocation *allocation)</div><div class="ttdoc">Return the shape, which a part of the item, the iterator points on, allocates. </div><div class="ttdef"><b>Definition:</b> dw_simple_container.cc:141</div></div>
<div class="ttc" id="classdw_1_1SimpleContainer_1_1SimpleContainerIterator_html_a6f4475a7fd8f45991c0fe01384d651f4"><div class="ttname"><a href="classdw_1_1SimpleContainer_1_1SimpleContainerIterator.html#a6f4475a7fd8f45991c0fe01384d651f4">dw::SimpleContainer::SimpleContainerIterator::clone</a></div><div class="ttdeci">lout::object::Object * clone()</div><div class="ttdoc">Return an exact copy of the object. </div><div class="ttdef"><b>Definition:</b> dw_simple_container.cc:41</div></div>
<div class="ttc" id="classlout_1_1object_1_1Comparable_html"><div class="ttname"><a href="classlout_1_1object_1_1Comparable.html">lout::object::Comparable</a></div><div class="ttdoc">Instances of a sub class of may be compared (less, greater). </div><div class="ttdef"><b>Definition:</b> object.hh:41</div></div>
<div class="ttc" id="classdw_1_1SimpleContainer_html_a2a6bcb2bb91b6f32238ad39dbfb6933e"><div class="ttname"><a href="classdw_1_1SimpleContainer.html#a2a6bcb2bb91b6f32238ad39dbfb6933e">dw::SimpleContainer::sizeAllocateImpl</a></div><div class="ttdeci">void sizeAllocateImpl(core::Allocation *allocation)</div><div class="ttdoc">See Sizes of Dillo Widgets. </div><div class="ttdef"><b>Definition:</b> dw_simple_container.cc:197</div></div>
<div class="ttc" id="classdw_1_1core_1_1Iterator_html"><div class="ttname"><a href="classdw_1_1core_1_1Iterator.html">dw::core::Iterator</a></div><div class="ttdoc">Iterators are used to iterate through the contents of a widget. </div><div class="ttdef"><b>Definition:</b> iterator.hh:19</div></div>
<div class="ttc" id="classdw_1_1SimpleContainer_html_a2f383be326097240095c54e2a9dc0766"><div class="ttname"><a href="classdw_1_1SimpleContainer.html#a2f383be326097240095c54e2a9dc0766">dw::SimpleContainer::removeChild</a></div><div class="ttdeci">void removeChild(Widget *child)</div><div class="ttdef"><b>Definition:</b> dw_simple_container.cc:225</div></div>
<div class="ttc" id="classdw_1_1SimpleContainer_1_1SimpleContainerIterator_html_a508d07a2ac81de3bb08fd8b0b7cd1bc7"><div class="ttname"><a href="classdw_1_1SimpleContainer_1_1SimpleContainerIterator.html#a508d07a2ac81de3bb08fd8b0b7cd1bc7">dw::SimpleContainer::SimpleContainerIterator::prev</a></div><div class="ttdeci">bool prev()</div><div class="ttdoc">Move iterator backward and store content it. </div><div class="ttdef"><b>Definition:</b> dw_simple_container.cc:99</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="structdw_1_1core_1_1Allocation_html"><div class="ttname"><a href="structdw_1_1core_1_1Allocation.html">dw::core::Allocation</a></div><div class="ttdoc">Represents the allocation, i.e. actual position and size of a dw::core::Widget. </div><div class="ttdef"><b>Definition:</b> types.hh:163</div></div>
<div class="ttc" id="classdw_1_1SimpleContainer_html_aeafdddb2ee1ada4b830a210ada3ff0d2"><div class="ttname"><a href="classdw_1_1SimpleContainer.html#aeafdddb2ee1ada4b830a210ada3ff0d2">dw::SimpleContainer::SimpleContainer</a></div><div class="ttdeci">SimpleContainer()</div><div class="ttdef"><b>Definition:</b> dw_simple_container.cc:151</div></div>
<div class="ttc" id="classdw_1_1SimpleContainer_1_1SimpleContainerIterator_html_ace679ad9b8d619c990901250e4888b2f"><div class="ttname"><a href="classdw_1_1SimpleContainer_1_1SimpleContainerIterator.html#ace679ad9b8d619c990901250e4888b2f">dw::SimpleContainer::SimpleContainerIterator::index</a></div><div class="ttdeci">int index()</div><div class="ttdef"><b>Definition:</b> dw_simple_container.cc:50</div></div>
<div class="ttc" id="classdw_1_1core_1_1Widget_html"><div class="ttname"><a href="classdw_1_1core_1_1Widget.html">dw::core::Widget</a></div><div class="ttdoc">The base class of all dillo widgets. </div><div class="ttdef"><b>Definition:</b> widget.hh:23</div></div>
<div class="ttc" id="classdw_1_1SimpleContainer_1_1SimpleContainerIterator_html_a5a1608055ac6c769d8d46e0f36e7977c"><div class="ttname"><a href="classdw_1_1SimpleContainer_1_1SimpleContainerIterator.html#a5a1608055ac6c769d8d46e0f36e7977c">dw::SimpleContainer::SimpleContainerIterator::unhighlight</a></div><div class="ttdeci">void unhighlight(int direction, core::HighlightLayer layer)</div><div class="ttdoc">Shrink highlighted region to no longer contain the current content. </div><div class="ttdef"><b>Definition:</b> dw_simple_container.cc:134</div></div>
<div class="ttc" id="classdw_1_1core_1_1DrawingContext_html"><div class="ttname"><a href="classdw_1_1core_1_1DrawingContext.html">dw::core::DrawingContext</a></div><div class="ttdoc">Set at the top when drawing. </div><div class="ttdef"><b>Definition:</b> types.hh:294</div></div>
<div class="ttc" id="classdw_1_1SimpleContainer_1_1SimpleContainerIterator_html_a69ee1189e404ca298577091281d78e7c"><div class="ttname"><a href="classdw_1_1SimpleContainer_1_1SimpleContainerIterator.html#a69ee1189e404ca298577091281d78e7c">dw::SimpleContainer::SimpleContainerIterator::highlight</a></div><div class="ttdeci">void highlight(int start, int end, core::HighlightLayer layer)</div><div class="ttdoc">Extend highlighted region to contain part of the current content. </div><div class="ttdef"><b>Definition:</b> dw_simple_container.cc:127</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_1core_1_1Widget_html_a2212fc4b9b2b0e26c7345f1b4adb7d28"><div class="ttname"><a href="classdw_1_1core_1_1Widget.html#a2212fc4b9b2b0e26c7345f1b4adb7d28">dw::core::Widget::allocation</a></div><div class="ttdeci">Allocation allocation</div><div class="ttdoc">The current allocation: size and position, always relative to the canvas. </div><div class="ttdef"><b>Definition:</b> widget.hh:183</div></div>
<div class="ttc" id="classdw_1_1SimpleContainer_html"><div class="ttname"><a href="classdw_1_1SimpleContainer.html">dw::SimpleContainer</a></div><div class="ttdef"><b>Definition:</b> dw_simple_container.hh:11</div></div>
<div class="ttc" id="namespacedw_1_1core_html_a8e1256872000334f5da5704f3b21c1df"><div class="ttname"><a href="namespacedw_1_1core.html#a8e1256872000334f5da5704f3b21c1df">dw::core::HighlightLayer</a></div><div class="ttdeci">HighlightLayer</div><div class="ttdef"><b>Definition:</b> types.hh:42</div></div>
<div class="ttc" id="classdw_1_1SimpleContainer_html_ad7e5627abdbf7975e73c7b818c6e761b"><div class="ttname"><a href="classdw_1_1SimpleContainer.html#ad7e5627abdbf7975e73c7b818c6e761b">dw::SimpleContainer::draw</a></div><div class="ttdeci">void draw(core::View *view, core::Rectangle *area, core::DrawingContext *context)</div><div class="ttdef"><b>Definition:</b> dw_simple_container.cc:211</div></div>
<div class="ttc" id="classdw_1_1SimpleContainer_html_a9ed718289588337fbd890900904160a5"><div class="ttname"><a href="classdw_1_1SimpleContainer.html#a9ed718289588337fbd890900904160a5">dw::SimpleContainer::CLASS_ID</a></div><div class="ttdeci">static int CLASS_ID</div><div class="ttdef"><b>Definition:</b> dw_simple_container.hh:42</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_1core_1_1View_html"><div class="ttname"><a href="classdw_1_1core_1_1View.html">dw::core::View</a></div><div class="ttdoc">An interface to encapsulate platform dependent drawing. </div><div class="ttdef"><b>Definition:</b> view.hh:16</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_1SimpleContainer_html_a9551f38ea65561581a9e898437123a7a"><div class="ttname"><a href="classdw_1_1SimpleContainer.html#a9551f38ea65561581a9e898437123a7a">dw::SimpleContainer::child</a></div><div class="ttdeci">Widget * child</div><div class="ttdef"><b>Definition:</b> dw_simple_container.hh:34</div></div>
<div class="ttc" id="classdw_1_1SimpleContainer_1_1SimpleContainerIterator_html_aa1cc0f348d0c8234a69a0f5ac1f6043b"><div class="ttname"><a href="classdw_1_1SimpleContainer_1_1SimpleContainerIterator.html#aa1cc0f348d0c8234a69a0f5ac1f6043b">dw::SimpleContainer::SimpleContainerIterator::SimpleContainerIterator</a></div><div class="ttdeci">SimpleContainerIterator(SimpleContainer *simpleContainer, core::Content::Type mask, bool atEnd)</div><div class="ttdef"><b>Definition:</b> dw_simple_container.cc:35</div></div>
<div class="ttc" id="classdw_1_1SimpleContainer_html_ab4f4a3b0b16a75f635e7db6a576a2ab2"><div class="ttname"><a href="classdw_1_1SimpleContainer.html#ab4f4a3b0b16a75f635e7db6a576a2ab2">dw::SimpleContainer::getExtremesSimpl</a></div><div class="ttdeci">void getExtremesSimpl(core::Extremes *extremes)</div><div class="ttdoc">Simple variant, to be implemented by widgets with extremes not depending on positions. </div><div class="ttdef"><b>Definition:</b> dw_simple_container.cc:179</div></div>
<div class="ttc" id="classdw_1_1SimpleContainer_1_1SimpleContainerIterator_html_a6d9c70684e962db283719f3df46ffc6f"><div class="ttname"><a href="classdw_1_1SimpleContainer_1_1SimpleContainerIterator.html#a6d9c70684e962db283719f3df46ffc6f">dw::SimpleContainer::SimpleContainerIterator::compareTo</a></div><div class="ttdeci">int compareTo(lout::object::Comparable *other)</div><div class="ttdoc">Compare two objects, this and other. </div><div class="ttdef"><b>Definition:</b> dw_simple_container.cc:66</div></div>
<div class="ttc" id="classdw_1_1core_1_1Iterator_html_aea8c1cae56061660c38a1e1fe43502c5"><div class="ttname"><a href="classdw_1_1core_1_1Iterator.html#aea8c1cae56061660c38a1e1fe43502c5">dw::core::Iterator::mask</a></div><div class="ttdeci">Content::Type mask</div><div class="ttdef"><b>Definition:</b> iterator.hh:30</div></div>
<div class="ttc" id="classdw_1_1SimpleContainer_html_ae46b457e7729d4a5d666ece4010eaa74"><div class="ttname"><a href="classdw_1_1SimpleContainer.html#ae46b457e7729d4a5d666ece4010eaa74">dw::SimpleContainer::sizeRequestSimpl</a></div><div class="ttdeci">void sizeRequestSimpl(core::Requisition *requisition)</div><div class="ttdoc">Simple variant, to be implemented by widgets with sizes not depending on positions. </div><div class="ttdef"><b>Definition:</b> dw_simple_container.cc:163</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>
|