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
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
|
<!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/types.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">types.hh</div> </div>
</div><!--header-->
<div class="contents">
<a href="types_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_TYPES_HH__</span></div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="preprocessor">#define __DW_TYPES_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">#ifndef __INCLUDED_FROM_DW_CORE_HH__</span></div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="preprocessor"># error Do not include this file directly, use "core.hh" instead.</span></div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span> </div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="keyword">namespace </span><a class="code" href="namespacedw.html">dw</a> {</div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="keyword">namespace </span>core {</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">namespace </span>style {</div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span>  <span class="keyword">class </span>Style;</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> </div>
<div class="line"><a name="l00015"></a><span class="lineno"><a class="line" href="namespacedw_1_1core.html#adcc37c8d91f2adaaa594858f052aa1bf"> 15</a></span> <span class="keyword">enum</span> <a class="code" href="namespacedw_1_1core.html#adcc37c8d91f2adaaa594858f052aa1bf">HPosition</a></div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span> {</div>
<div class="line"><a name="l00017"></a><span class="lineno"><a class="line" href="namespacedw_1_1core.html#adcc37c8d91f2adaaa594858f052aa1bfa3157a48ad8c6b27ece5906a88ab15b11"> 17</a></span>  <a class="code" href="namespacedw_1_1core.html#adcc37c8d91f2adaaa594858f052aa1bfa3157a48ad8c6b27ece5906a88ab15b11">HPOS_LEFT</a>,</div>
<div class="line"><a name="l00018"></a><span class="lineno"><a class="line" href="namespacedw_1_1core.html#adcc37c8d91f2adaaa594858f052aa1bfa07c4798e53d3e7e3cdb6d5cbaa6a3f16"> 18</a></span>  <a class="code" href="namespacedw_1_1core.html#adcc37c8d91f2adaaa594858f052aa1bfa07c4798e53d3e7e3cdb6d5cbaa6a3f16">HPOS_CENTER</a>,</div>
<div class="line"><a name="l00019"></a><span class="lineno"><a class="line" href="namespacedw_1_1core.html#adcc37c8d91f2adaaa594858f052aa1bfacbed6fa23f528ebc0e349e3048b6e2ae"> 19</a></span>  <a class="code" href="namespacedw_1_1core.html#adcc37c8d91f2adaaa594858f052aa1bfacbed6fa23f528ebc0e349e3048b6e2ae">HPOS_RIGHT</a>,</div>
<div class="line"><a name="l00020"></a><span class="lineno"><a class="line" href="namespacedw_1_1core.html#adcc37c8d91f2adaaa594858f052aa1bfa2eee145d3e5950fc01bb99e71e7ecd30"> 20</a></span>  <a class="code" href="namespacedw_1_1core.html#adcc37c8d91f2adaaa594858f052aa1bfa2eee145d3e5950fc01bb99e71e7ecd30">HPOS_INTO_VIEW</a>, <span class="comment">/* scroll only, until the content in question comes</span></div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="comment"> * into view */</span></div>
<div class="line"><a name="l00022"></a><span class="lineno"><a class="line" href="namespacedw_1_1core.html#adcc37c8d91f2adaaa594858f052aa1bfa54c2a386a976da4a03e6c39581444699"> 22</a></span>  <a class="code" href="namespacedw_1_1core.html#adcc37c8d91f2adaaa594858f052aa1bfa54c2a386a976da4a03e6c39581444699">HPOS_NO_CHANGE</a></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> </div>
<div class="line"><a name="l00025"></a><span class="lineno"><a class="line" href="namespacedw_1_1core.html#ac4eb3a2c80b4b3ce37c6908623efa2ab"> 25</a></span> <span class="keyword">enum</span> <a class="code" href="namespacedw_1_1core.html#ac4eb3a2c80b4b3ce37c6908623efa2ab">VPosition</a></div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span> {</div>
<div class="line"><a name="l00027"></a><span class="lineno"><a class="line" href="namespacedw_1_1core.html#ac4eb3a2c80b4b3ce37c6908623efa2aba715512b385667f413a9e6c1663907992"> 27</a></span>  <a class="code" href="namespacedw_1_1core.html#ac4eb3a2c80b4b3ce37c6908623efa2aba715512b385667f413a9e6c1663907992">VPOS_TOP</a>,</div>
<div class="line"><a name="l00028"></a><span class="lineno"><a class="line" href="namespacedw_1_1core.html#ac4eb3a2c80b4b3ce37c6908623efa2abab05150d7e787270ee51ef138c8b997f5"> 28</a></span>  <a class="code" href="namespacedw_1_1core.html#ac4eb3a2c80b4b3ce37c6908623efa2abab05150d7e787270ee51ef138c8b997f5">VPOS_CENTER</a>,</div>
<div class="line"><a name="l00029"></a><span class="lineno"><a class="line" href="namespacedw_1_1core.html#ac4eb3a2c80b4b3ce37c6908623efa2abae6c2182ed950c1ee4a8a800c45471579"> 29</a></span>  <a class="code" href="namespacedw_1_1core.html#ac4eb3a2c80b4b3ce37c6908623efa2abae6c2182ed950c1ee4a8a800c45471579">VPOS_BOTTOM</a>,</div>
<div class="line"><a name="l00030"></a><span class="lineno"><a class="line" href="namespacedw_1_1core.html#ac4eb3a2c80b4b3ce37c6908623efa2aba956eade32fd49965003daa2a7be04625"> 30</a></span>  <a class="code" href="namespacedw_1_1core.html#ac4eb3a2c80b4b3ce37c6908623efa2aba956eade32fd49965003daa2a7be04625">VPOS_INTO_VIEW</a>, <span class="comment">/* scroll only, until the content in question comes</span></div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span> <span class="comment"> * into view */</span></div>
<div class="line"><a name="l00032"></a><span class="lineno"><a class="line" href="namespacedw_1_1core.html#ac4eb3a2c80b4b3ce37c6908623efa2abacd06d042b1254601b6b9e8ae82365db9"> 32</a></span>  <a class="code" href="namespacedw_1_1core.html#ac4eb3a2c80b4b3ce37c6908623efa2abacd06d042b1254601b6b9e8ae82365db9">VPOS_NO_CHANGE</a></div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span> };</div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span> </div>
<div class="line"><a name="l00035"></a><span class="lineno"><a class="line" href="namespacedw_1_1core.html#aeb016b265a629c8efa3520a96e4c9d81"> 35</a></span> <span class="keyword">enum</span> <a class="code" href="namespacedw_1_1core.html#aeb016b265a629c8efa3520a96e4c9d81">ScrollCommand</a> {<a class="code" href="namespacedw_1_1core.html#aeb016b265a629c8efa3520a96e4c9d81ac59cc5dbe81ffef76a8ca4a6487386f3">SCREEN_UP_CMD</a>, <a class="code" href="namespacedw_1_1core.html#aeb016b265a629c8efa3520a96e4c9d81aa46dda860864a41b79c628fa6dbc8122">SCREEN_DOWN_CMD</a>, <a class="code" href="namespacedw_1_1core.html#aeb016b265a629c8efa3520a96e4c9d81a92ad745ee544fd2e3bad83e9fdbbf7b4">SCREEN_LEFT_CMD</a>,</div>
<div class="line"><a name="l00036"></a><span class="lineno"><a class="line" href="namespacedw_1_1core.html#aeb016b265a629c8efa3520a96e4c9d81ad1a68b768d46eab373d1be022175fff4"> 36</a></span>  <a class="code" href="namespacedw_1_1core.html#aeb016b265a629c8efa3520a96e4c9d81ad1a68b768d46eab373d1be022175fff4">SCREEN_RIGHT_CMD</a>, <a class="code" href="namespacedw_1_1core.html#aeb016b265a629c8efa3520a96e4c9d81a0b55b40fbdde130f6da5ffd52671f452">LINE_UP_CMD</a>, <a class="code" href="namespacedw_1_1core.html#aeb016b265a629c8efa3520a96e4c9d81abd0cd44ac5dfb00939519bdbf5aafaec">LINE_DOWN_CMD</a>,</div>
<div class="line"><a name="l00037"></a><span class="lineno"><a class="line" href="namespacedw_1_1core.html#aeb016b265a629c8efa3520a96e4c9d81ad256483bb11ce63f126e992d56fc3fad"> 37</a></span>  <a class="code" href="namespacedw_1_1core.html#aeb016b265a629c8efa3520a96e4c9d81a9c42a3ba3a7642a3a6b8375dbb271112">LEFT_CMD</a>, <a class="code" href="namespacedw_1_1core.html#aeb016b265a629c8efa3520a96e4c9d81a44a0aac38e0bfa53b259d3620d9cf332">RIGHT_CMD</a>, <a class="code" href="namespacedw_1_1core.html#aeb016b265a629c8efa3520a96e4c9d81ad256483bb11ce63f126e992d56fc3fad">TOP_CMD</a>, <a class="code" href="namespacedw_1_1core.html#aeb016b265a629c8efa3520a96e4c9d81a0db5f46f5d091ad364c7102a8c1a4b5e">BOTTOM_CMD</a>};</div>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span> </div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span> <span class="comment">/*</span></div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span> <span class="comment"> * Different "layers" may be highlighted in a widget.</span></div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span> <span class="comment"> */</span></div>
<div class="line"><a name="l00042"></a><span class="lineno"><a class="line" href="namespacedw_1_1core.html#a8e1256872000334f5da5704f3b21c1df"> 42</a></span> <span class="keyword">enum</span> <a class="code" href="namespacedw_1_1core.html#a8e1256872000334f5da5704f3b21c1df">HighlightLayer</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"><a class="line" href="namespacedw_1_1core.html#a8e1256872000334f5da5704f3b21c1dfabec18f26aba901af5925163999251d88"> 44</a></span>  <a class="code" href="namespacedw_1_1core.html#a8e1256872000334f5da5704f3b21c1dfabec18f26aba901af5925163999251d88">HIGHLIGHT_SELECTION</a>,</div>
<div class="line"><a name="l00045"></a><span class="lineno"><a class="line" href="namespacedw_1_1core.html#a8e1256872000334f5da5704f3b21c1dfaed633b900bb6c70dbde46d382a391dbc"> 45</a></span>  <a class="code" href="namespacedw_1_1core.html#a8e1256872000334f5da5704f3b21c1dfaed633b900bb6c70dbde46d382a391dbc">HIGHLIGHT_FINDTEXT</a>,</div>
<div class="line"><a name="l00046"></a><span class="lineno"><a class="line" href="namespacedw_1_1core.html#a8e1256872000334f5da5704f3b21c1dfa36017f7232a94d88237f1fa847e3ab2c"> 46</a></span>  <a class="code" href="namespacedw_1_1core.html#a8e1256872000334f5da5704f3b21c1dfa36017f7232a94d88237f1fa847e3ab2c">HIGHLIGHT_NUM_LAYERS</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"><a class="line" href="structdw_1_1core_1_1Point.html"> 49</a></span> <span class="keyword">struct </span><a class="code" href="structdw_1_1core_1_1Point.html">Point</a></div>
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span> {</div>
<div class="line"><a name="l00051"></a><span class="lineno"><a class="line" href="structdw_1_1core_1_1Point.html#a8f7014d5f0a07ad8b01ceb7b1853d4ba"> 51</a></span>  <span class="keywordtype">int</span> <a class="code" href="structdw_1_1core_1_1Point.html#a8f7014d5f0a07ad8b01ceb7b1853d4ba">x</a>;</div>
<div class="line"><a name="l00052"></a><span class="lineno"><a class="line" href="structdw_1_1core_1_1Point.html#a8c2b5da09fafe2bf3db4bd82cb94232a"> 52</a></span>  <span class="keywordtype">int</span> <a class="code" href="structdw_1_1core_1_1Point.html#a8c2b5da09fafe2bf3db4bd82cb94232a">y</a>;</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="l00058"></a><span class="lineno"><a class="line" href="classdw_1_1core_1_1Shape.html"> 58</a></span> <span class="keyword">class </span><a class="code" href="classdw_1_1core_1_1Shape.html">Shape</a>: <span class="keyword">public</span> <a class="code" href="classlout_1_1object_1_1Object.html">lout::object::Object</a></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">virtual</span> <span class="keywordtype">bool</span> <a class="code" href="classdw_1_1core_1_1Shape.html#a280dba0298ec271bc3f0905bd8809b46">isPointWithin</a> (<span class="keywordtype">int</span> x, <span class="keywordtype">int</span> y) = 0;</div>
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>  <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classdw_1_1core_1_1Shape.html#af326631256e6aefe0a86fbce8f49217b">draw</a> (<a class="code" href="classdw_1_1core_1_1View.html">core::View</a> *view, <a class="code" href="classdw_1_1core_1_1style_1_1Style.html">core::style::Style</a> *style, <span class="keywordtype">int</span> x,</div>
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>  <span class="keywordtype">int</span> y) = 0;</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> </div>
<div class="line"><a name="l00069"></a><span class="lineno"><a class="line" href="classdw_1_1core_1_1Rectangle.html"> 69</a></span> <span class="keyword">class </span><a class="code" href="classdw_1_1core_1_1Rectangle.html">Rectangle</a>: <span class="keyword">public</span> <a class="code" href="classdw_1_1core_1_1Shape.html">Shape</a></div>
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span> {</div>
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span> <span class="keyword">public</span>:</div>
<div class="line"><a name="l00072"></a><span class="lineno"><a class="line" href="classdw_1_1core_1_1Rectangle.html#ae625fa4bd33e00f61a8502f9947c90b2"> 72</a></span>  <span class="keywordtype">int</span> <a class="code" href="classdw_1_1core_1_1Rectangle.html#ae625fa4bd33e00f61a8502f9947c90b2">x</a>;</div>
<div class="line"><a name="l00073"></a><span class="lineno"><a class="line" href="classdw_1_1core_1_1Rectangle.html#a74a3b465c9248d61317c89f477535eb8"> 73</a></span>  <span class="keywordtype">int</span> <a class="code" href="classdw_1_1core_1_1Rectangle.html#a74a3b465c9248d61317c89f477535eb8">y</a>;</div>
<div class="line"><a name="l00074"></a><span class="lineno"><a class="line" href="classdw_1_1core_1_1Rectangle.html#a830e684aa11e7debc5a1c39a61e70c74"> 74</a></span>  <span class="keywordtype">int</span> <a class="code" href="classdw_1_1core_1_1Rectangle.html#a830e684aa11e7debc5a1c39a61e70c74">width</a>;</div>
<div class="line"><a name="l00075"></a><span class="lineno"><a class="line" href="classdw_1_1core_1_1Rectangle.html#aefe44831a25fdb7426fd1f859f9ee159"> 75</a></span>  <span class="keywordtype">int</span> <a class="code" href="classdw_1_1core_1_1Rectangle.html#aefe44831a25fdb7426fd1f859f9ee159">height</a>;</div>
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span> </div>
<div class="line"><a name="l00077"></a><span class="lineno"><a class="line" href="classdw_1_1core_1_1Rectangle.html#a5a31f80659c93ba2ca956ae8d841e9da"> 77</a></span>  <span class="keyword">inline</span> <a class="code" href="classdw_1_1core_1_1Rectangle.html#a5a31f80659c93ba2ca956ae8d841e9da">Rectangle</a> () { }</div>
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>  <a class="code" href="classdw_1_1core_1_1Rectangle.html#a5a31f80659c93ba2ca956ae8d841e9da">Rectangle</a> (<span class="keywordtype">int</span> x, <span class="keywordtype">int</span> y, <span class="keywordtype">int</span> width, <span class="keywordtype">int</span> height);</div>
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span> </div>
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>  <span class="keywordtype">void</span> <a class="code" href="classdw_1_1core_1_1Rectangle.html#a499c5b7e4acaf3afa2cee3d71b2152df">draw</a> (<a class="code" href="classdw_1_1core_1_1View.html">core::View</a> *view, <a class="code" href="classdw_1_1core_1_1style_1_1Style.html">core::style::Style</a> *style, <span class="keywordtype">int</span> x, <span class="keywordtype">int</span> y);</div>
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span>  <span class="keywordtype">bool</span> <a class="code" href="classdw_1_1core_1_1Rectangle.html#ab4255fa5e7e0f7f47b763f3802c4df84">intersectsWith</a> (<a class="code" href="classdw_1_1core_1_1Rectangle.html">Rectangle</a> *otherRect, <a class="code" href="classdw_1_1core_1_1Rectangle.html">Rectangle</a> *dest);</div>
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span>  <span class="keywordtype">bool</span> <a class="code" href="classdw_1_1core_1_1Rectangle.html#abc484d858e669a52d0222bbd89d82410">isSubsetOf</a> (<a class="code" href="classdw_1_1core_1_1Rectangle.html">Rectangle</a> *otherRect);</div>
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>  <span class="keywordtype">bool</span> <a class="code" href="classdw_1_1core_1_1Rectangle.html#a44ed1e32ec6a79cb7586e8290f174d71">isPointWithin</a> (<span class="keywordtype">int</span> x, <span class="keywordtype">int</span> y);</div>
<div class="line"><a name="l00084"></a><span class="lineno"><a class="line" href="classdw_1_1core_1_1Rectangle.html#adf001bc7b26ca84ab12fab01798823ee"> 84</a></span>  <span class="keywordtype">bool</span> <a class="code" href="classdw_1_1core_1_1Rectangle.html#adf001bc7b26ca84ab12fab01798823ee">isEmpty</a> () { <span class="keywordflow">return</span> width <= 0 || height <= 0; };</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="l00090"></a><span class="lineno"><a class="line" href="classdw_1_1core_1_1Circle.html"> 90</a></span> <span class="keyword">class </span><a class="code" href="classdw_1_1core_1_1Circle.html">Circle</a>: <span class="keyword">public</span> <a class="code" href="classdw_1_1core_1_1Shape.html">Shape</a></div>
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span> {</div>
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span> <span class="keyword">public</span>:</div>
<div class="line"><a name="l00093"></a><span class="lineno"><a class="line" href="classdw_1_1core_1_1Circle.html#a5c9b8490daac1b32440ec094c00f970e"> 93</a></span>  <span class="keywordtype">int</span> <a class="code" href="classdw_1_1core_1_1Circle.html#ae0016c811d46c560891cc677a1dd9202">x</a>, <a class="code" href="classdw_1_1core_1_1Circle.html#a5c9b8490daac1b32440ec094c00f970e">y</a>, <a class="code" href="classdw_1_1core_1_1Circle.html#a8eadfebd4487b59ad426a0932d80d0f4">radius</a>;</div>
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span> </div>
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span>  <a class="code" href="classdw_1_1core_1_1Circle.html#a1fb010d4fa94051bb7984a8657cca6a9">Circle</a> (<span class="keywordtype">int</span> x, <span class="keywordtype">int</span> y, <span class="keywordtype">int</span> radius);</div>
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span> </div>
<div class="line"><a name="l00097"></a><span class="lineno"> 97</span>  <span class="keywordtype">void</span> <a class="code" href="classdw_1_1core_1_1Circle.html#a0ab7f3c97baab2a60b253d0796496e2b">draw</a> (<a class="code" href="classdw_1_1core_1_1View.html">core::View</a> *view, <a class="code" href="classdw_1_1core_1_1style_1_1Style.html">core::style::Style</a> *style, <span class="keywordtype">int</span> x, <span class="keywordtype">int</span> y);</div>
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span>  <span class="keywordtype">bool</span> <a class="code" href="classdw_1_1core_1_1Circle.html#a85f28ff1e722c5ce1fc55aa66d4b8edd">isPointWithin</a> (<span class="keywordtype">int</span> x, <span class="keywordtype">int</span> y);</div>
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span> };</div>
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span> </div>
<div class="line"><a name="l00104"></a><span class="lineno"><a class="line" href="classdw_1_1core_1_1Polygon.html"> 104</a></span> <span class="keyword">class </span><a class="code" href="classdw_1_1core_1_1Polygon.html">Polygon</a>: <span class="keyword">public</span> <a class="code" href="classdw_1_1core_1_1Shape.html">Shape</a></div>
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span> {</div>
<div class="line"><a name="l00106"></a><span class="lineno"> 106</span> <span class="keyword">private</span>:</div>
<div class="line"><a name="l00107"></a><span class="lineno"><a class="line" href="classdw_1_1core_1_1Polygon.html#a9d40d8f91df8f30eaa833d220ade8305"> 107</a></span>  <a class="code" href="classlout_1_1misc_1_1SimpleVector.html">lout::misc::SimpleVector<Point></a> *<a class="code" href="classdw_1_1core_1_1Polygon.html#a9d40d8f91df8f30eaa833d220ade8305">points</a>;</div>
<div class="line"><a name="l00108"></a><span class="lineno"><a class="line" href="classdw_1_1core_1_1Polygon.html#a045bdc5a2738016d0c9927be8c3f4cc9"> 108</a></span>  <span class="keywordtype">int</span> <a class="code" href="classdw_1_1core_1_1Polygon.html#a73856154e2235be95f77db6d3689e6e3">minx</a>, <a class="code" href="classdw_1_1core_1_1Polygon.html#a045bdc5a2738016d0c9927be8c3f4cc9">miny</a>, <a class="code" href="classdw_1_1core_1_1Polygon.html#a53aa0054067a8abd425a1348badf542a">maxx</a>, <a class="code" href="classdw_1_1core_1_1Polygon.html#a36a0e621f231fa77b80c9116268f9d14">maxy</a>;</div>
<div class="line"><a name="l00109"></a><span class="lineno"> 109</span> </div>
<div class="line"><a name="l00115"></a><span class="lineno"><a class="line" href="classdw_1_1core_1_1Polygon.html#a07c38711e0c41f20e78608c3d85632ea"> 115</a></span>  <span class="keyword">inline</span> <span class="keywordtype">int</span> <a class="code" href="classdw_1_1core_1_1Polygon.html#a07c38711e0c41f20e78608c3d85632ea">zOfVectorProduct</a>(<span class="keywordtype">int</span> x1, <span class="keywordtype">int</span> y1, <span class="keywordtype">int</span> x2, <span class="keywordtype">int</span> y2) {</div>
<div class="line"><a name="l00116"></a><span class="lineno"> 116</span>  <span class="keywordflow">return</span> x1 * y2 - x2 * y1;</div>
<div class="line"><a name="l00117"></a><span class="lineno"> 117</span>  }</div>
<div class="line"><a name="l00118"></a><span class="lineno"> 118</span> </div>
<div class="line"><a name="l00119"></a><span class="lineno"> 119</span>  <span class="keywordtype">bool</span> <a class="code" href="classdw_1_1core_1_1Polygon.html#a86774a2b49c90a5551eafb306b8cd144">linesCross0</a>(<span class="keywordtype">int</span> ax1, <span class="keywordtype">int</span> ay1, <span class="keywordtype">int</span> ax2, <span class="keywordtype">int</span> ay2,</div>
<div class="line"><a name="l00120"></a><span class="lineno"> 120</span>  <span class="keywordtype">int</span> bx1, <span class="keywordtype">int</span> by1, <span class="keywordtype">int</span> bx2, <span class="keywordtype">int</span> by2);</div>
<div class="line"><a name="l00121"></a><span class="lineno"> 121</span>  <span class="keywordtype">bool</span> <a class="code" href="classdw_1_1core_1_1Polygon.html#a40446d97cded71e82fadec4eeaeb5736">linesCross</a>(<span class="keywordtype">int</span> ax1, <span class="keywordtype">int</span> ay1, <span class="keywordtype">int</span> ax2, <span class="keywordtype">int</span> ay2,</div>
<div class="line"><a name="l00122"></a><span class="lineno"> 122</span>  <span class="keywordtype">int</span> bx1, <span class="keywordtype">int</span> by1, <span class="keywordtype">int</span> bx2, <span class="keywordtype">int</span> by2);</div>
<div class="line"><a name="l00123"></a><span class="lineno"> 123</span> </div>
<div class="line"><a name="l00124"></a><span class="lineno"> 124</span> <span class="keyword">public</span>:</div>
<div class="line"><a name="l00125"></a><span class="lineno"> 125</span>  <a class="code" href="classdw_1_1core_1_1Polygon.html#aed185a79075d0b7b784285480beb9645">Polygon</a> ();</div>
<div class="line"><a name="l00126"></a><span class="lineno"> 126</span>  <a class="code" href="classdw_1_1core_1_1Polygon.html#ad3f19b2bc96cfe5112b8693b7dd7436e">~Polygon</a> ();</div>
<div class="line"><a name="l00127"></a><span class="lineno"> 127</span> </div>
<div class="line"><a name="l00128"></a><span class="lineno"> 128</span>  <span class="keywordtype">void</span> <a class="code" href="classdw_1_1core_1_1Polygon.html#afd2a8b86552f564ce1315649222b9d1f">draw</a> (<a class="code" href="classdw_1_1core_1_1View.html">core::View</a> *view, <a class="code" href="classdw_1_1core_1_1style_1_1Style.html">core::style::Style</a> *style, <span class="keywordtype">int</span> x, <span class="keywordtype">int</span> y);</div>
<div class="line"><a name="l00129"></a><span class="lineno"> 129</span>  <span class="keywordtype">void</span> <a class="code" href="classdw_1_1core_1_1Polygon.html#a4794f8fccdb2ce45a0cd56843761db35">addPoint</a> (<span class="keywordtype">int</span> x, <span class="keywordtype">int</span> y);</div>
<div class="line"><a name="l00130"></a><span class="lineno"> 130</span>  <span class="keywordtype">bool</span> <a class="code" href="classdw_1_1core_1_1Polygon.html#a25776459ba96fc2cd2517c4d49e82001">isPointWithin</a> (<span class="keywordtype">int</span> x, <span class="keywordtype">int</span> y);</div>
<div class="line"><a name="l00131"></a><span class="lineno"> 131</span> };</div>
<div class="line"><a name="l00132"></a><span class="lineno"> 132</span> </div>
<div class="line"><a name="l00140"></a><span class="lineno"><a class="line" href="classdw_1_1core_1_1Region.html"> 140</a></span> <span class="keyword">class </span><a class="code" href="classdw_1_1core_1_1Region.html">Region</a></div>
<div class="line"><a name="l00141"></a><span class="lineno"> 141</span> {</div>
<div class="line"><a name="l00142"></a><span class="lineno"> 142</span> <span class="keyword">private</span>:</div>
<div class="line"><a name="l00143"></a><span class="lineno"><a class="line" href="classdw_1_1core_1_1Region.html#a5a327255e5d6dfac429025c5019670e7"> 143</a></span>  <a class="code" href="classlout_1_1container_1_1typed_1_1List.html">lout::container::typed::List <Rectangle></a> *<a class="code" href="classdw_1_1core_1_1Region.html#a5a327255e5d6dfac429025c5019670e7">rectangleList</a>;</div>
<div class="line"><a name="l00144"></a><span class="lineno"> 144</span> </div>
<div class="line"><a name="l00145"></a><span class="lineno"> 145</span> <span class="keyword">public</span>:</div>
<div class="line"><a name="l00146"></a><span class="lineno"> 146</span>  <a class="code" href="classdw_1_1core_1_1Region.html#a11ec262fe94158c292216325734efac9">Region</a> ();</div>
<div class="line"><a name="l00147"></a><span class="lineno"> 147</span>  <a class="code" href="classdw_1_1core_1_1Region.html#a951fcac359e80abfbb06c2ee55b93069">~Region</a> ();</div>
<div class="line"><a name="l00148"></a><span class="lineno"> 148</span> </div>
<div class="line"><a name="l00149"></a><span class="lineno"><a class="line" href="classdw_1_1core_1_1Region.html#ad898f9472fa3684fc9dac76ab0274a28"> 149</a></span>  <span class="keywordtype">void</span> <a class="code" href="classdw_1_1core_1_1Region.html#ad898f9472fa3684fc9dac76ab0274a28">clear</a> () { rectangleList-><a class="code" href="classlout_1_1container_1_1typed_1_1List.html#a939ca272f84f01dea8523b38e502a8f4">clear</a> (); };</div>
<div class="line"><a name="l00150"></a><span class="lineno"> 150</span> </div>
<div class="line"><a name="l00151"></a><span class="lineno"> 151</span>  <span class="keywordtype">void</span> <a class="code" href="classdw_1_1core_1_1Region.html#a5b87d6d1940266516ccc6b9bfdc9a403">addRectangle</a> (<a class="code" href="classdw_1_1core_1_1Rectangle.html">Rectangle</a> *r);</div>
<div class="line"><a name="l00152"></a><span class="lineno"> 152</span> </div>
<div class="line"><a name="l00153"></a><span class="lineno"><a class="line" href="classdw_1_1core_1_1Region.html#abf89a043ebf3eddf3fb50fa16c842219"> 153</a></span>  <a class="code" href="classlout_1_1container_1_1typed_1_1Iterator.html">lout::container::typed::Iterator <Rectangle></a> <a class="code" href="classdw_1_1core_1_1Region.html#abf89a043ebf3eddf3fb50fa16c842219">rectangles</a> ()</div>
<div class="line"><a name="l00154"></a><span class="lineno"> 154</span>  {</div>
<div class="line"><a name="l00155"></a><span class="lineno"> 155</span>  <span class="keywordflow">return</span> rectangleList-><a class="code" href="singletonlout_1_1container_1_1typed_1_1Collection.html#aa9635b588825b30fe849bea49adae77d">iterator</a> ();</div>
<div class="line"><a name="l00156"></a><span class="lineno"> 156</span>  };</div>
<div class="line"><a name="l00157"></a><span class="lineno"> 157</span> };</div>
<div class="line"><a name="l00158"></a><span class="lineno"> 158</span> </div>
<div class="line"><a name="l00163"></a><span class="lineno"><a class="line" href="structdw_1_1core_1_1Allocation.html"> 163</a></span> <span class="keyword">struct </span><a class="code" href="structdw_1_1core_1_1Allocation.html">Allocation</a></div>
<div class="line"><a name="l00164"></a><span class="lineno"> 164</span> {</div>
<div class="line"><a name="l00165"></a><span class="lineno"><a class="line" href="structdw_1_1core_1_1Allocation.html#ad2b91302ac192522882a8e1e1e7c2866"> 165</a></span>  <span class="keywordtype">int</span> <a class="code" href="structdw_1_1core_1_1Allocation.html#ad2b91302ac192522882a8e1e1e7c2866">x</a>;</div>
<div class="line"><a name="l00166"></a><span class="lineno"><a class="line" href="structdw_1_1core_1_1Allocation.html#a1f6b8c6bd3b5d3cd72a65c638c062a98"> 166</a></span>  <span class="keywordtype">int</span> <a class="code" href="structdw_1_1core_1_1Allocation.html#a1f6b8c6bd3b5d3cd72a65c638c062a98">y</a>;</div>
<div class="line"><a name="l00167"></a><span class="lineno"><a class="line" href="structdw_1_1core_1_1Allocation.html#a04f260254a44347e497b3e8ab8a7bd4d"> 167</a></span>  <span class="keywordtype">int</span> <a class="code" href="structdw_1_1core_1_1Allocation.html#a04f260254a44347e497b3e8ab8a7bd4d">width</a>;</div>
<div class="line"><a name="l00168"></a><span class="lineno"><a class="line" href="structdw_1_1core_1_1Allocation.html#a5b0264e0d382c4dc2bbe36af5e000526"> 168</a></span>  <span class="keywordtype">int</span> <a class="code" href="structdw_1_1core_1_1Allocation.html#a5b0264e0d382c4dc2bbe36af5e000526">ascent</a>;</div>
<div class="line"><a name="l00169"></a><span class="lineno"><a class="line" href="structdw_1_1core_1_1Allocation.html#a72b2823c3874bdae95d9629beffde732"> 169</a></span>  <span class="keywordtype">int</span> <a class="code" href="structdw_1_1core_1_1Allocation.html#a72b2823c3874bdae95d9629beffde732">descent</a>;</div>
<div class="line"><a name="l00170"></a><span class="lineno"> 170</span> };</div>
<div class="line"><a name="l00171"></a><span class="lineno"> 171</span> </div>
<div class="line"><a name="l00172"></a><span class="lineno"><a class="line" href="structdw_1_1core_1_1Requisition.html"> 172</a></span> <span class="keyword">struct </span><a class="code" href="structdw_1_1core_1_1Requisition.html">Requisition</a></div>
<div class="line"><a name="l00173"></a><span class="lineno"> 173</span> {</div>
<div class="line"><a name="l00174"></a><span class="lineno"><a class="line" href="structdw_1_1core_1_1Requisition.html#ae7679b7938c08d836c398edd9823667a"> 174</a></span>  <span class="keywordtype">int</span> <a class="code" href="structdw_1_1core_1_1Requisition.html#ae7679b7938c08d836c398edd9823667a">width</a>;</div>
<div class="line"><a name="l00175"></a><span class="lineno"><a class="line" href="structdw_1_1core_1_1Requisition.html#a883b8e875b47c30e61fa47b2b0501ed8"> 175</a></span>  <span class="keywordtype">int</span> <a class="code" href="structdw_1_1core_1_1Requisition.html#a883b8e875b47c30e61fa47b2b0501ed8">ascent</a>;</div>
<div class="line"><a name="l00176"></a><span class="lineno"><a class="line" href="structdw_1_1core_1_1Requisition.html#a8471d49d1dddd6ece5b59d638f692ad1"> 176</a></span>  <span class="keywordtype">int</span> <a class="code" href="structdw_1_1core_1_1Requisition.html#a8471d49d1dddd6ece5b59d638f692ad1">descent</a>;</div>
<div class="line"><a name="l00177"></a><span class="lineno"> 177</span> };</div>
<div class="line"><a name="l00178"></a><span class="lineno"> 178</span> </div>
<div class="line"><a name="l00179"></a><span class="lineno"><a class="line" href="structdw_1_1core_1_1Extremes.html"> 179</a></span> <span class="keyword">struct </span><a class="code" href="structdw_1_1core_1_1Extremes.html">Extremes</a></div>
<div class="line"><a name="l00180"></a><span class="lineno"> 180</span> {</div>
<div class="line"><a name="l00181"></a><span class="lineno"><a class="line" href="structdw_1_1core_1_1Extremes.html#a743de2619d9d62cefb8e2bb0f3a19fb1"> 181</a></span>  <span class="keywordtype">int</span> <a class="code" href="structdw_1_1core_1_1Extremes.html#a743de2619d9d62cefb8e2bb0f3a19fb1">minWidth</a>;</div>
<div class="line"><a name="l00182"></a><span class="lineno"><a class="line" href="structdw_1_1core_1_1Extremes.html#a20d74184e64b17eae4e2a8901539543c"> 182</a></span>  <span class="keywordtype">int</span> <a class="code" href="structdw_1_1core_1_1Extremes.html#a20d74184e64b17eae4e2a8901539543c">maxWidth</a>;</div>
<div class="line"><a name="l00183"></a><span class="lineno"><a class="line" href="structdw_1_1core_1_1Extremes.html#a2c513c4504d52a97af035e1f094d648b"> 183</a></span>  <span class="keywordtype">int</span> <a class="code" href="structdw_1_1core_1_1Extremes.html#a2c513c4504d52a97af035e1f094d648b">minWidthIntrinsic</a>;</div>
<div class="line"><a name="l00184"></a><span class="lineno"><a class="line" href="structdw_1_1core_1_1Extremes.html#a572ea67b8c9f5ff3c6b72e730f552401"> 184</a></span>  <span class="keywordtype">int</span> <a class="code" href="structdw_1_1core_1_1Extremes.html#a572ea67b8c9f5ff3c6b72e730f552401">maxWidthIntrinsic</a>;</div>
<div class="line"><a name="l00185"></a><span class="lineno"><a class="line" href="structdw_1_1core_1_1Extremes.html#aed8913a17ee5e36affb57f3fb320c973"> 185</a></span>  <span class="keywordtype">int</span> <a class="code" href="structdw_1_1core_1_1Extremes.html#aed8913a17ee5e36affb57f3fb320c973">adjustmentWidth</a>;</div>
<div class="line"><a name="l00186"></a><span class="lineno"> 186</span> };</div>
<div class="line"><a name="l00187"></a><span class="lineno"> 187</span> </div>
<div class="line"><a name="l00188"></a><span class="lineno"><a class="line" href="classdw_1_1core_1_1WidgetReference.html"> 188</a></span> <span class="keyword">class </span><a class="code" href="classdw_1_1core_1_1WidgetReference.html">WidgetReference</a>: <span class="keyword">public</span> <a class="code" href="classlout_1_1object_1_1Object.html">lout::object::Object</a></div>
<div class="line"><a name="l00189"></a><span class="lineno"> 189</span> {</div>
<div class="line"><a name="l00190"></a><span class="lineno"> 190</span> <span class="keyword">public</span>:</div>
<div class="line"><a name="l00191"></a><span class="lineno"><a class="line" href="classdw_1_1core_1_1WidgetReference.html#a6dcf1c3d3275ced711164304e95ab845"> 191</a></span>  <a class="code" href="classdw_1_1core_1_1Widget.html">Widget</a> *<a class="code" href="classdw_1_1core_1_1WidgetReference.html#a6dcf1c3d3275ced711164304e95ab845">widget</a>;</div>
<div class="line"><a name="l00192"></a><span class="lineno"><a class="line" href="classdw_1_1core_1_1WidgetReference.html#a284b137c9d1f819f05ea48bdc7a49e1a"> 192</a></span>  <span class="keywordtype">int</span> <a class="code" href="classdw_1_1core_1_1WidgetReference.html#a284b137c9d1f819f05ea48bdc7a49e1a">parentRef</a>;</div>
<div class="line"><a name="l00193"></a><span class="lineno"> 193</span> </div>
<div class="line"><a name="l00194"></a><span class="lineno"><a class="line" href="classdw_1_1core_1_1WidgetReference.html#aeb7717cbe385b27c7d9146a5f4673fde"> 194</a></span>  <a class="code" href="classdw_1_1core_1_1WidgetReference.html#aeb7717cbe385b27c7d9146a5f4673fde">WidgetReference</a> (<a class="code" href="classdw_1_1core_1_1Widget.html">Widget</a> *widget) { parentRef = -1; this->widget = <a class="code" href="classdw_1_1core_1_1WidgetReference.html#a6dcf1c3d3275ced711164304e95ab845">widget</a>; }</div>
<div class="line"><a name="l00195"></a><span class="lineno"> 195</span> };</div>
<div class="line"><a name="l00196"></a><span class="lineno"> 196</span> </div>
<div class="line"><a name="l00197"></a><span class="lineno"><a class="line" href="structdw_1_1core_1_1Content.html"> 197</a></span> <span class="keyword">struct </span><a class="code" href="structdw_1_1core_1_1Content.html">Content</a></div>
<div class="line"><a name="l00198"></a><span class="lineno"> 198</span> {</div>
<div class="line"><a name="l00199"></a><span class="lineno"><a class="line" href="structdw_1_1core_1_1Content.html#a41c29111b049db05a8de25b2e1ca4bd5"> 199</a></span>  <span class="keyword">enum</span> <a class="code" href="structdw_1_1core_1_1Content.html#a41c29111b049db05a8de25b2e1ca4bd5">Type</a> {</div>
<div class="line"><a name="l00200"></a><span class="lineno"><a class="line" href="structdw_1_1core_1_1Content.html#a41c29111b049db05a8de25b2e1ca4bd5ab81c14fe6d6ba55d996a051307fdbdf4"> 200</a></span>  <a class="code" href="structdw_1_1core_1_1Content.html#a41c29111b049db05a8de25b2e1ca4bd5ab81c14fe6d6ba55d996a051307fdbdf4">START</a> = 1 << 0,</div>
<div class="line"><a name="l00201"></a><span class="lineno"><a class="line" href="structdw_1_1core_1_1Content.html#a41c29111b049db05a8de25b2e1ca4bd5a7514f6d00a8a95b9df5623e0e71240d6"> 201</a></span>  <a class="code" href="structdw_1_1core_1_1Content.html#a41c29111b049db05a8de25b2e1ca4bd5a7514f6d00a8a95b9df5623e0e71240d6">END</a> = 1 << 1,</div>
<div class="line"><a name="l00202"></a><span class="lineno"><a class="line" href="structdw_1_1core_1_1Content.html#a41c29111b049db05a8de25b2e1ca4bd5ab09dfe6b754bb928d2c7dfdfc5b15e25"> 202</a></span>  <a class="code" href="structdw_1_1core_1_1Content.html#a41c29111b049db05a8de25b2e1ca4bd5ab09dfe6b754bb928d2c7dfdfc5b15e25">TEXT</a> = 1 << 2,</div>
<div class="line"><a name="l00203"></a><span class="lineno"> 203</span> </div>
<div class="line"><a name="l00207"></a><span class="lineno"><a class="line" href="structdw_1_1core_1_1Content.html#a41c29111b049db05a8de25b2e1ca4bd5a7e1923bd8e88b36e3d08bd1107aa11ed"> 207</a></span>  <a class="code" href="structdw_1_1core_1_1Content.html#a41c29111b049db05a8de25b2e1ca4bd5a7e1923bd8e88b36e3d08bd1107aa11ed">WIDGET_IN_FLOW</a> = 1 << 3,</div>
<div class="line"><a name="l00208"></a><span class="lineno"> 208</span> </div>
<div class="line"><a name="l00212"></a><span class="lineno"><a class="line" href="structdw_1_1core_1_1Content.html#a41c29111b049db05a8de25b2e1ca4bd5a9b3fac13d3f8c955fc2bb9fa143fe3d9"> 212</a></span>  <a class="code" href="structdw_1_1core_1_1Content.html#a41c29111b049db05a8de25b2e1ca4bd5a9b3fac13d3f8c955fc2bb9fa143fe3d9">WIDGET_OOF_CONT</a> = 1 << 4,</div>
<div class="line"><a name="l00213"></a><span class="lineno"> 213</span> </div>
<div class="line"><a name="l00217"></a><span class="lineno"><a class="line" href="structdw_1_1core_1_1Content.html#a41c29111b049db05a8de25b2e1ca4bd5a4c8a19a7c367471bad79ceab8c7c685e"> 217</a></span>  <a class="code" href="structdw_1_1core_1_1Content.html#a41c29111b049db05a8de25b2e1ca4bd5a4c8a19a7c367471bad79ceab8c7c685e">WIDGET_OOF_REF</a> = 1 << 5,</div>
<div class="line"><a name="l00218"></a><span class="lineno"><a class="line" href="structdw_1_1core_1_1Content.html#a41c29111b049db05a8de25b2e1ca4bd5ac265431892ee39615e075a70f71f182f"> 218</a></span>  <a class="code" href="structdw_1_1core_1_1Content.html#a41c29111b049db05a8de25b2e1ca4bd5ac265431892ee39615e075a70f71f182f">BREAK</a> = 1 << 6,</div>
<div class="line"><a name="l00219"></a><span class="lineno"> 219</span> </div>
<div class="line"><a name="l00222"></a><span class="lineno"><a class="line" href="structdw_1_1core_1_1Content.html#a41c29111b049db05a8de25b2e1ca4bd5a686835034cc38dc342aba3d1777d7002"> 222</a></span>  <a class="code" href="structdw_1_1core_1_1Content.html#a41c29111b049db05a8de25b2e1ca4bd5a686835034cc38dc342aba3d1777d7002">INVALID</a> = 1 << 7,</div>
<div class="line"><a name="l00223"></a><span class="lineno"> 223</span> </div>
<div class="line"><a name="l00224"></a><span class="lineno"><a class="line" href="structdw_1_1core_1_1Content.html#a41c29111b049db05a8de25b2e1ca4bd5aa6ad7417c4d5bbe9e45e7380d74ce8fc"> 224</a></span>  <a class="code" href="structdw_1_1core_1_1Content.html#a41c29111b049db05a8de25b2e1ca4bd5aa6ad7417c4d5bbe9e45e7380d74ce8fc">ALL</a> = 0xff,</div>
<div class="line"><a name="l00225"></a><span class="lineno"><a class="line" href="structdw_1_1core_1_1Content.html#a41c29111b049db05a8de25b2e1ca4bd5a5af03da88f28cb43fbe1bae50e69c95f"> 225</a></span>  <a class="code" href="structdw_1_1core_1_1Content.html#a41c29111b049db05a8de25b2e1ca4bd5a5af03da88f28cb43fbe1bae50e69c95f">REAL_CONTENT</a> = 0xff ^ (<a class="code" href="structdw_1_1core_1_1Content.html#a41c29111b049db05a8de25b2e1ca4bd5ab81c14fe6d6ba55d996a051307fdbdf4">START</a> | <a class="code" href="structdw_1_1core_1_1Content.html#a41c29111b049db05a8de25b2e1ca4bd5a7514f6d00a8a95b9df5623e0e71240d6">END</a>),</div>
<div class="line"><a name="l00226"></a><span class="lineno"><a class="line" href="structdw_1_1core_1_1Content.html#a41c29111b049db05a8de25b2e1ca4bd5a51092ee23f5c19901c163da034816895"> 226</a></span>  <a class="code" href="structdw_1_1core_1_1Content.html#a41c29111b049db05a8de25b2e1ca4bd5a51092ee23f5c19901c163da034816895">SELECTION_CONTENT</a> = <a class="code" href="structdw_1_1core_1_1Content.html#a41c29111b049db05a8de25b2e1ca4bd5ab09dfe6b754bb928d2c7dfdfc5b15e25">TEXT</a> | <a class="code" href="structdw_1_1core_1_1Content.html#a41c29111b049db05a8de25b2e1ca4bd5ac265431892ee39615e075a70f71f182f">BREAK</a>, <span class="comment">// WIDGET_* must be set additionally</span></div>
<div class="line"><a name="l00227"></a><span class="lineno"><a class="line" href="structdw_1_1core_1_1Content.html#a41c29111b049db05a8de25b2e1ca4bd5a2fce657eef68267bde11dc09b7e8a7af"> 227</a></span>  <a class="code" href="structdw_1_1core_1_1Content.html#a41c29111b049db05a8de25b2e1ca4bd5a2fce657eef68267bde11dc09b7e8a7af">ANY_WIDGET</a> = <a class="code" href="structdw_1_1core_1_1Content.html#a41c29111b049db05a8de25b2e1ca4bd5a7e1923bd8e88b36e3d08bd1107aa11ed">WIDGET_IN_FLOW</a> | <a class="code" href="structdw_1_1core_1_1Content.html#a41c29111b049db05a8de25b2e1ca4bd5a9b3fac13d3f8c955fc2bb9fa143fe3d9">WIDGET_OOF_CONT</a> | <a class="code" href="structdw_1_1core_1_1Content.html#a41c29111b049db05a8de25b2e1ca4bd5a4c8a19a7c367471bad79ceab8c7c685e">WIDGET_OOF_REF</a>,</div>
<div class="line"><a name="l00228"></a><span class="lineno"> 228</span>  };</div>
<div class="line"><a name="l00229"></a><span class="lineno"> 229</span> </div>
<div class="line"><a name="l00230"></a><span class="lineno"> 230</span>  <span class="comment">/* Content is embedded in struct Word therefore we</span></div>
<div class="line"><a name="l00231"></a><span class="lineno"> 231</span> <span class="comment"> * try to be space efficient.</span></div>
<div class="line"><a name="l00232"></a><span class="lineno"> 232</span> <span class="comment"> */</span></div>
<div class="line"><a name="l00233"></a><span class="lineno"><a class="line" href="structdw_1_1core_1_1Content.html#aa971ad509ca33d74ea808f3254446cff"> 233</a></span>  <span class="keywordtype">short</span> <a class="code" href="structdw_1_1core_1_1Content.html#aa971ad509ca33d74ea808f3254446cff">type</a>;</div>
<div class="line"><a name="l00234"></a><span class="lineno"><a class="line" href="structdw_1_1core_1_1Content.html#ab0cf1d1f26dd1213adbb61f21b8f0e19"> 234</a></span>  <span class="keywordtype">bool</span> <a class="code" href="structdw_1_1core_1_1Content.html#ab0cf1d1f26dd1213adbb61f21b8f0e19">space</a>;</div>
<div class="line"><a name="l00235"></a><span class="lineno"> 235</span>  <span class="keyword">union </span>{</div>
<div class="line"><a name="l00236"></a><span class="lineno"><a class="line" href="structdw_1_1core_1_1Content.html#a70a6629fc3794f835cb51eb54f37044b"> 236</a></span>  <span class="keyword">const</span> <span class="keywordtype">char</span> *<a class="code" href="structdw_1_1core_1_1Content.html#a70a6629fc3794f835cb51eb54f37044b">text</a>;</div>
<div class="line"><a name="l00237"></a><span class="lineno"><a class="line" href="structdw_1_1core_1_1Content.html#a7f320517dc2386978728b38c3eb14eae"> 237</a></span>  <a class="code" href="classdw_1_1core_1_1Widget.html">Widget</a> *<a class="code" href="structdw_1_1core_1_1Content.html#a7f320517dc2386978728b38c3eb14eae">widget</a>;</div>
<div class="line"><a name="l00238"></a><span class="lineno"><a class="line" href="structdw_1_1core_1_1Content.html#ae812905766efbf8460924d88c6f4b03e"> 238</a></span>  <a class="code" href="classdw_1_1core_1_1WidgetReference.html">WidgetReference</a> *<a class="code" href="structdw_1_1core_1_1Content.html#ae812905766efbf8460924d88c6f4b03e">widgetReference</a>;</div>
<div class="line"><a name="l00239"></a><span class="lineno"><a class="line" href="structdw_1_1core_1_1Content.html#ac2f9c17a7c1d615cbebb8247c0e98ecb"> 239</a></span>  <span class="keywordtype">int</span> <a class="code" href="structdw_1_1core_1_1Content.html#ac2f9c17a7c1d615cbebb8247c0e98ecb">breakSpace</a>;</div>
<div class="line"><a name="l00240"></a><span class="lineno"> 240</span>  };</div>
<div class="line"><a name="l00241"></a><span class="lineno"> 241</span> </div>
<div class="line"><a name="l00242"></a><span class="lineno"> 242</span>  <span class="keyword">static</span> <a class="code" href="structdw_1_1core_1_1Content.html#a41c29111b049db05a8de25b2e1ca4bd5">Content::Type</a> <a class="code" href="structdw_1_1core_1_1Content.html#abbab51b731e7557338f6c0a9a91ee844">maskForSelection</a> (<span class="keywordtype">bool</span> followReferences);</div>
<div class="line"><a name="l00243"></a><span class="lineno"> 243</span> </div>
<div class="line"><a name="l00244"></a><span class="lineno"> 244</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="structdw_1_1core_1_1Content.html#ada388e96115df5b7579a071f9502d482">intoStringBuffer</a>(<a class="code" href="structdw_1_1core_1_1Content.html">Content</a> *content, <a class="code" href="classlout_1_1misc_1_1StringBuffer.html">lout::misc::StringBuffer</a> *sb);</div>
<div class="line"><a name="l00245"></a><span class="lineno"> 245</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="structdw_1_1core_1_1Content.html#ac78739f85e2461cbbed5c14554a5d100">maskIntoStringBuffer</a>(<a class="code" href="structdw_1_1core_1_1Content.html#a41c29111b049db05a8de25b2e1ca4bd5">Type</a> mask, <a class="code" href="classlout_1_1misc_1_1StringBuffer.html">lout::misc::StringBuffer</a> *sb);</div>
<div class="line"><a name="l00246"></a><span class="lineno"> 246</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="structdw_1_1core_1_1Content.html#a2fbee34969100bd21f34814c073b9358">print</a> (<a class="code" href="structdw_1_1core_1_1Content.html">Content</a> *content);</div>
<div class="line"><a name="l00247"></a><span class="lineno"> 247</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="structdw_1_1core_1_1Content.html#aef4c05453737431577ac0dc9e9d61471">printMask</a> (<a class="code" href="structdw_1_1core_1_1Content.html#a41c29111b049db05a8de25b2e1ca4bd5">Type</a> mask);</div>
<div class="line"><a name="l00248"></a><span class="lineno"> 248</span> </div>
<div class="line"><a name="l00249"></a><span class="lineno"><a class="line" href="structdw_1_1core_1_1Content.html#a9a8073cb12f1ae9f3d58be4b62fa6c3e"> 249</a></span>  <span class="keyword">inline</span> <a class="code" href="classdw_1_1core_1_1Widget.html">Widget</a> *<a class="code" href="structdw_1_1core_1_1Content.html#a9a8073cb12f1ae9f3d58be4b62fa6c3e">getWidget</a> () {</div>
<div class="line"><a name="l00250"></a><span class="lineno"> 250</span>  assert (type & <a class="code" href="structdw_1_1core_1_1Content.html#a41c29111b049db05a8de25b2e1ca4bd5a2fce657eef68267bde11dc09b7e8a7af">ANY_WIDGET</a>);</div>
<div class="line"><a name="l00251"></a><span class="lineno"> 251</span>  <span class="keywordflow">return</span> type == <a class="code" href="structdw_1_1core_1_1Content.html#a41c29111b049db05a8de25b2e1ca4bd5a4c8a19a7c367471bad79ceab8c7c685e">WIDGET_OOF_REF</a> ? <a class="code" href="structdw_1_1core_1_1Content.html#ae812905766efbf8460924d88c6f4b03e">widgetReference</a>-><a class="code" href="classdw_1_1core_1_1WidgetReference.html#a6dcf1c3d3275ced711164304e95ab845">widget</a> : <a class="code" href="structdw_1_1core_1_1Content.html#a7f320517dc2386978728b38c3eb14eae">widget</a>;</div>
<div class="line"><a name="l00252"></a><span class="lineno"> 252</span>  }</div>
<div class="line"><a name="l00253"></a><span class="lineno"> 253</span> };</div>
<div class="line"><a name="l00254"></a><span class="lineno"> 254</span> </div>
<div class="line"><a name="l00261"></a><span class="lineno"><a class="line" href="classdw_1_1core_1_1StackingProcessingContext.html"> 261</a></span> <span class="keyword">class </span><a class="code" href="classdw_1_1core_1_1StackingProcessingContext.html">StackingProcessingContext</a></div>
<div class="line"><a name="l00262"></a><span class="lineno"> 262</span> {</div>
<div class="line"><a name="l00263"></a><span class="lineno"> 263</span> <span class="keyword">private</span>:</div>
<div class="line"><a name="l00264"></a><span class="lineno"> 264</span>  <a class="code" href="classlout_1_1container_1_1typed_1_1HashSet.html">lout::container::typed::HashSet<lout::object::TypedPointer<Widget></a> ></div>
<div class="line"><a name="l00265"></a><span class="lineno"><a class="line" href="classdw_1_1core_1_1StackingProcessingContext.html#a8efec4546857ebdd9ab179aebb6363be"> 265</a></span>  *<a class="code" href="classdw_1_1core_1_1StackingProcessingContext.html#a8efec4546857ebdd9ab179aebb6363be">widgetsProcessedAsInterruption</a>;</div>
<div class="line"><a name="l00266"></a><span class="lineno"> 266</span> </div>
<div class="line"><a name="l00267"></a><span class="lineno"> 267</span> <span class="keyword">public</span>:</div>
<div class="line"><a name="l00268"></a><span class="lineno"><a class="line" href="classdw_1_1core_1_1StackingProcessingContext.html#aa2f7c625fbdd8d6f99e2fd551ae47583"> 268</a></span>  <span class="keyword">inline</span> <a class="code" href="classdw_1_1core_1_1StackingProcessingContext.html#aa2f7c625fbdd8d6f99e2fd551ae47583">StackingProcessingContext</a> () {</div>
<div class="line"><a name="l00269"></a><span class="lineno"> 269</span>  widgetsProcessedAsInterruption =</div>
<div class="line"><a name="l00270"></a><span class="lineno"> 270</span>  <span class="keyword">new</span> <a class="code" href="classlout_1_1container_1_1typed_1_1HashSet.html">lout::container::typed::HashSet</a><<a class="code" href="classlout_1_1object_1_1TypedPointer.html">lout::object::</a></div>
<div class="line"><a name="l00271"></a><span class="lineno"> 271</span> <a class="code" href="classlout_1_1object_1_1TypedPointer.html"> TypedPointer<Widget></a> > (<span class="keyword">true</span>);</div>
<div class="line"><a name="l00272"></a><span class="lineno"> 272</span>  }</div>
<div class="line"><a name="l00273"></a><span class="lineno"> 273</span>  </div>
<div class="line"><a name="l00274"></a><span class="lineno"><a class="line" href="classdw_1_1core_1_1StackingProcessingContext.html#add98e7956e053f95ebf9a080f3a7fb2e"> 274</a></span>  <span class="keyword">inline</span> <a class="code" href="classdw_1_1core_1_1StackingProcessingContext.html#add98e7956e053f95ebf9a080f3a7fb2e">~StackingProcessingContext</a> ()</div>
<div class="line"><a name="l00275"></a><span class="lineno"> 275</span>  { <span class="keyword">delete</span> widgetsProcessedAsInterruption; }</div>
<div class="line"><a name="l00276"></a><span class="lineno"> 276</span> </div>
<div class="line"><a name="l00277"></a><span class="lineno"><a class="line" href="classdw_1_1core_1_1StackingProcessingContext.html#a31b97b3978b7465361c3f6559b343c97"> 277</a></span>  <span class="keyword">inline</span> <span class="keywordtype">bool</span> <a class="code" href="classdw_1_1core_1_1StackingProcessingContext.html#a31b97b3978b7465361c3f6559b343c97">hasWidgetBeenProcessedAsInterruption</a> (<a class="code" href="classdw_1_1core_1_1Widget.html">Widget</a> *<a class="code" href="structdw_1_1core_1_1Content.html#a7f320517dc2386978728b38c3eb14eae">widget</a>) {</div>
<div class="line"><a name="l00278"></a><span class="lineno"> 278</span>  <a class="code" href="classlout_1_1object_1_1TypedPointer.html">lout::object::TypedPointer<Widget></a> key (widget);</div>
<div class="line"><a name="l00279"></a><span class="lineno"> 279</span>  <span class="keywordflow">return</span> widgetsProcessedAsInterruption->contains (&key);</div>
<div class="line"><a name="l00280"></a><span class="lineno"> 280</span>  }</div>
<div class="line"><a name="l00281"></a><span class="lineno"> 281</span> </div>
<div class="line"><a name="l00282"></a><span class="lineno"><a class="line" href="classdw_1_1core_1_1StackingProcessingContext.html#aa712d6baf1341015ff41a0d5e528e3b7"> 282</a></span>  <span class="keyword">inline</span> <span class="keywordtype">void</span> <a class="code" href="classdw_1_1core_1_1StackingProcessingContext.html#aa712d6baf1341015ff41a0d5e528e3b7">addWidgetProcessedAsInterruption</a> (<a class="code" href="classdw_1_1core_1_1Widget.html">Widget</a> *<a class="code" href="structdw_1_1core_1_1Content.html#a7f320517dc2386978728b38c3eb14eae">widget</a>) {</div>
<div class="line"><a name="l00283"></a><span class="lineno"> 283</span>  <a class="code" href="classlout_1_1object_1_1TypedPointer.html">lout::object::TypedPointer<Widget></a> *key =</div>
<div class="line"><a name="l00284"></a><span class="lineno"> 284</span>  <span class="keyword">new</span> <a class="code" href="classlout_1_1object_1_1TypedPointer.html">lout::object::TypedPointer<Widget></a> (<a class="code" href="structdw_1_1core_1_1Content.html#a7f320517dc2386978728b38c3eb14eae">widget</a>);</div>
<div class="line"><a name="l00285"></a><span class="lineno"> 285</span>  <span class="keywordflow">return</span> widgetsProcessedAsInterruption->put (key);</div>
<div class="line"><a name="l00286"></a><span class="lineno"> 286</span>  }</div>
<div class="line"><a name="l00287"></a><span class="lineno"> 287</span> };</div>
<div class="line"><a name="l00288"></a><span class="lineno"> 288</span> </div>
<div class="line"><a name="l00294"></a><span class="lineno"><a class="line" href="classdw_1_1core_1_1DrawingContext.html"> 294</a></span> <span class="keyword">class </span><a class="code" href="classdw_1_1core_1_1DrawingContext.html">DrawingContext</a>: <span class="keyword">public</span> <a class="code" href="classdw_1_1core_1_1StackingProcessingContext.html">StackingProcessingContext</a></div>
<div class="line"><a name="l00295"></a><span class="lineno"> 295</span> {</div>
<div class="line"><a name="l00296"></a><span class="lineno"> 296</span> <span class="keyword">private</span>:</div>
<div class="line"><a name="l00297"></a><span class="lineno"><a class="line" href="classdw_1_1core_1_1DrawingContext.html#a5f102ebdb67d85cf0370ae924fca836b"> 297</a></span>  <a class="code" href="classdw_1_1core_1_1Rectangle.html">Rectangle</a> <a class="code" href="classdw_1_1core_1_1DrawingContext.html#a5f102ebdb67d85cf0370ae924fca836b">toplevelArea</a>;</div>
<div class="line"><a name="l00298"></a><span class="lineno"> 298</span> </div>
<div class="line"><a name="l00299"></a><span class="lineno"> 299</span> <span class="keyword">public</span>:</div>
<div class="line"><a name="l00300"></a><span class="lineno"><a class="line" href="classdw_1_1core_1_1DrawingContext.html#aab41a58f644427dd9f74524c6dc0e213"> 300</a></span>  <span class="keyword">inline</span> <a class="code" href="classdw_1_1core_1_1DrawingContext.html#aab41a58f644427dd9f74524c6dc0e213">DrawingContext</a> (<a class="code" href="classdw_1_1core_1_1Rectangle.html">Rectangle</a> *toplevelArea) {</div>
<div class="line"><a name="l00301"></a><span class="lineno"> 301</span>  this->toplevelArea = *toplevelArea;</div>
<div class="line"><a name="l00302"></a><span class="lineno"> 302</span>  }</div>
<div class="line"><a name="l00303"></a><span class="lineno"> 303</span>  </div>
<div class="line"><a name="l00304"></a><span class="lineno"><a class="line" href="classdw_1_1core_1_1DrawingContext.html#a290ae2431e7edf6dacb1daf021cea72f"> 304</a></span>  <span class="keyword">inline</span> <a class="code" href="classdw_1_1core_1_1Rectangle.html">Rectangle</a> *<a class="code" href="classdw_1_1core_1_1DrawingContext.html#a290ae2431e7edf6dacb1daf021cea72f">getToplevelArea</a> () { <span class="keywordflow">return</span> &toplevelArea; }</div>
<div class="line"><a name="l00305"></a><span class="lineno"> 305</span> };</div>
<div class="line"><a name="l00306"></a><span class="lineno"> 306</span> </div>
<div class="line"><a name="l00312"></a><span class="lineno"><a class="line" href="classdw_1_1core_1_1GettingWidgetAtPointContext.html"> 312</a></span> <span class="keyword">class </span><a class="code" href="classdw_1_1core_1_1GettingWidgetAtPointContext.html">GettingWidgetAtPointContext</a>: <span class="keyword">public</span> <a class="code" href="classdw_1_1core_1_1StackingProcessingContext.html">StackingProcessingContext</a></div>
<div class="line"><a name="l00313"></a><span class="lineno"> 313</span> {</div>
<div class="line"><a name="l00314"></a><span class="lineno"> 314</span> };</div>
<div class="line"><a name="l00315"></a><span class="lineno"> 315</span> </div>
<div class="line"><a name="l00316"></a><span class="lineno"> 316</span> } <span class="comment">// namespace core</span></div>
<div class="line"><a name="l00317"></a><span class="lineno"> 317</span> } <span class="comment">// namespace dw</span></div>
<div class="line"><a name="l00318"></a><span class="lineno"> 318</span> </div>
<div class="line"><a name="l00319"></a><span class="lineno"> 319</span> <span class="preprocessor">#endif // __DW_TYPES_HH__</span></div>
<div class="ttc" id="classdw_1_1core_1_1StackingProcessingContext_html"><div class="ttname"><a href="classdw_1_1core_1_1StackingProcessingContext.html">dw::core::StackingProcessingContext</a></div><div class="ttdoc">Base class for dw::core::DrawingContext and dw::core::GettingWidgetAtPointContext. </div><div class="ttdef"><b>Definition:</b> types.hh:261</div></div>
<div class="ttc" id="structdw_1_1core_1_1Allocation_html_ad2b91302ac192522882a8e1e1e7c2866"><div class="ttname"><a href="structdw_1_1core_1_1Allocation.html#ad2b91302ac192522882a8e1e1e7c2866">dw::core::Allocation::x</a></div><div class="ttdeci">int x</div><div class="ttdef"><b>Definition:</b> types.hh:165</div></div>
<div class="ttc" id="structdw_1_1core_1_1Content_html_ada388e96115df5b7579a071f9502d482"><div class="ttname"><a href="structdw_1_1core_1_1Content.html#ada388e96115df5b7579a071f9502d482">dw::core::Content::intoStringBuffer</a></div><div class="ttdeci">static void intoStringBuffer(Content *content, lout::misc::StringBuffer *sb)</div><div class="ttdef"><b>Definition:</b> types.cc:279</div></div>
<div class="ttc" id="namespacedw_1_1core_html_aeb016b265a629c8efa3520a96e4c9d81a0b55b40fbdde130f6da5ffd52671f452"><div class="ttname"><a href="namespacedw_1_1core.html#aeb016b265a629c8efa3520a96e4c9d81a0b55b40fbdde130f6da5ffd52671f452">dw::core::LINE_UP_CMD</a></div><div class="ttdef"><b>Definition:</b> types.hh:36</div></div>
<div class="ttc" id="namespacedw_1_1core_html_adcc37c8d91f2adaaa594858f052aa1bfa07c4798e53d3e7e3cdb6d5cbaa6a3f16"><div class="ttname"><a href="namespacedw_1_1core.html#adcc37c8d91f2adaaa594858f052aa1bfa07c4798e53d3e7e3cdb6d5cbaa6a3f16">dw::core::HPOS_CENTER</a></div><div class="ttdef"><b>Definition:</b> types.hh:18</div></div>
<div class="ttc" id="structdw_1_1core_1_1Content_html_a70a6629fc3794f835cb51eb54f37044b"><div class="ttname"><a href="structdw_1_1core_1_1Content.html#a70a6629fc3794f835cb51eb54f37044b">dw::core::Content::text</a></div><div class="ttdeci">const char * text</div><div class="ttdef"><b>Definition:</b> types.hh:236</div></div>
<div class="ttc" id="structdw_1_1core_1_1Content_html_aa971ad509ca33d74ea808f3254446cff"><div class="ttname"><a href="structdw_1_1core_1_1Content.html#aa971ad509ca33d74ea808f3254446cff">dw::core::Content::type</a></div><div class="ttdeci">short type</div><div class="ttdef"><b>Definition:</b> types.hh:233</div></div>
<div class="ttc" id="namespacedw_1_1core_html_ac4eb3a2c80b4b3ce37c6908623efa2abacd06d042b1254601b6b9e8ae82365db9"><div class="ttname"><a href="namespacedw_1_1core.html#ac4eb3a2c80b4b3ce37c6908623efa2abacd06d042b1254601b6b9e8ae82365db9">dw::core::VPOS_NO_CHANGE</a></div><div class="ttdef"><b>Definition:</b> types.hh:32</div></div>
<div class="ttc" id="classdw_1_1core_1_1WidgetReference_html_a284b137c9d1f819f05ea48bdc7a49e1a"><div class="ttname"><a href="classdw_1_1core_1_1WidgetReference.html#a284b137c9d1f819f05ea48bdc7a49e1a">dw::core::WidgetReference::parentRef</a></div><div class="ttdeci">int parentRef</div><div class="ttdef"><b>Definition:</b> types.hh:192</div></div>
<div class="ttc" id="namespacedw_1_1core_html_adcc37c8d91f2adaaa594858f052aa1bfa2eee145d3e5950fc01bb99e71e7ecd30"><div class="ttname"><a href="namespacedw_1_1core.html#adcc37c8d91f2adaaa594858f052aa1bfa2eee145d3e5950fc01bb99e71e7ecd30">dw::core::HPOS_INTO_VIEW</a></div><div class="ttdef"><b>Definition:</b> types.hh:20</div></div>
<div class="ttc" id="structdw_1_1core_1_1Content_html_ac78739f85e2461cbbed5c14554a5d100"><div class="ttname"><a href="structdw_1_1core_1_1Content.html#ac78739f85e2461cbbed5c14554a5d100">dw::core::Content::maskIntoStringBuffer</a></div><div class="ttdeci">static void maskIntoStringBuffer(Type mask, lout::misc::StringBuffer *sb)</div><div class="ttdef"><b>Definition:</b> types.cc:327</div></div>
<div class="ttc" id="classdw_1_1core_1_1Rectangle_html_a499c5b7e4acaf3afa2cee3d71b2152df"><div class="ttname"><a href="classdw_1_1core_1_1Rectangle.html#a499c5b7e4acaf3afa2cee3d71b2152df">dw::core::Rectangle::draw</a></div><div class="ttdeci">void draw(core::View *view, core::style::Style *style, int x, int y)</div><div class="ttdef"><b>Definition:</b> types.cc:41</div></div>
<div class="ttc" id="classdw_1_1core_1_1GettingWidgetAtPointContext_html"><div class="ttname"><a href="classdw_1_1core_1_1GettingWidgetAtPointContext.html">dw::core::GettingWidgetAtPointContext</a></div><div class="ttdoc">Set at the top when getting the widget at the point. </div><div class="ttdef"><b>Definition:</b> types.hh:312</div></div>
<div class="ttc" id="structdw_1_1core_1_1Content_html_a41c29111b049db05a8de25b2e1ca4bd5aa6ad7417c4d5bbe9e45e7380d74ce8fc"><div class="ttname"><a href="structdw_1_1core_1_1Content.html#a41c29111b049db05a8de25b2e1ca4bd5aa6ad7417c4d5bbe9e45e7380d74ce8fc">dw::core::Content::ALL</a></div><div class="ttdef"><b>Definition:</b> types.hh:224</div></div>
<div class="ttc" id="classlout_1_1misc_1_1StringBuffer_html"><div class="ttname"><a href="classlout_1_1misc_1_1StringBuffer.html">lout::misc::StringBuffer</a></div><div class="ttdoc">A class for fast concatenation of a large number of strings. </div><div class="ttdef"><b>Definition:</b> misc.hh:565</div></div>
<div class="ttc" id="classdw_1_1core_1_1Shape_html"><div class="ttname"><a href="classdw_1_1core_1_1Shape.html">dw::core::Shape</a></div><div class="ttdoc">Abstract interface for different shapes. </div><div class="ttdef"><b>Definition:</b> types.hh:58</div></div>
<div class="ttc" id="classdw_1_1core_1_1Polygon_html_ad3f19b2bc96cfe5112b8693b7dd7436e"><div class="ttname"><a href="classdw_1_1core_1_1Polygon.html#ad3f19b2bc96cfe5112b8693b7dd7436e">dw::core::Polygon::~Polygon</a></div><div class="ttdeci">~Polygon()</div><div class="ttdef"><b>Definition:</b> types.cc:131</div></div>
<div class="ttc" id="classdw_1_1core_1_1Polygon_html_a07c38711e0c41f20e78608c3d85632ea"><div class="ttname"><a href="classdw_1_1core_1_1Polygon.html#a07c38711e0c41f20e78608c3d85632ea">dw::core::Polygon::zOfVectorProduct</a></div><div class="ttdeci">int zOfVectorProduct(int x1, int y1, int x2, int y2)</div><div class="ttdoc">Return the z-coordinate of the vector product of two vectors, whose z-coordinate is 0 (so that x and ...</div><div class="ttdef"><b>Definition:</b> types.hh:115</div></div>
<div class="ttc" id="classdw_1_1core_1_1Circle_html_a5c9b8490daac1b32440ec094c00f970e"><div class="ttname"><a href="classdw_1_1core_1_1Circle.html#a5c9b8490daac1b32440ec094c00f970e">dw::core::Circle::y</a></div><div class="ttdeci">int y</div><div class="ttdef"><b>Definition:</b> types.hh:93</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="structdw_1_1core_1_1Content_html_abbab51b731e7557338f6c0a9a91ee844"><div class="ttname"><a href="structdw_1_1core_1_1Content.html#abbab51b731e7557338f6c0a9a91ee844">dw::core::Content::maskForSelection</a></div><div class="ttdeci">static Content::Type maskForSelection(bool followReferences)</div><div class="ttdef"><b>Definition:</b> types.cc:271</div></div>
<div class="ttc" id="namespacedw_1_1core_html_ac4eb3a2c80b4b3ce37c6908623efa2abab05150d7e787270ee51ef138c8b997f5"><div class="ttname"><a href="namespacedw_1_1core.html#ac4eb3a2c80b4b3ce37c6908623efa2abab05150d7e787270ee51ef138c8b997f5">dw::core::VPOS_CENTER</a></div><div class="ttdef"><b>Definition:</b> types.hh:28</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_1core_1_1StackingProcessingContext_html_aa712d6baf1341015ff41a0d5e528e3b7"><div class="ttname"><a href="classdw_1_1core_1_1StackingProcessingContext.html#aa712d6baf1341015ff41a0d5e528e3b7">dw::core::StackingProcessingContext::addWidgetProcessedAsInterruption</a></div><div class="ttdeci">void addWidgetProcessedAsInterruption(Widget *widget)</div><div class="ttdef"><b>Definition:</b> types.hh:282</div></div>
<div class="ttc" id="structdw_1_1core_1_1Content_html_ae812905766efbf8460924d88c6f4b03e"><div class="ttname"><a href="structdw_1_1core_1_1Content.html#ae812905766efbf8460924d88c6f4b03e">dw::core::Content::widgetReference</a></div><div class="ttdeci">WidgetReference * widgetReference</div><div class="ttdef"><b>Definition:</b> types.hh:238</div></div>
<div class="ttc" id="classdw_1_1core_1_1Polygon_html_a36a0e621f231fa77b80c9116268f9d14"><div class="ttname"><a href="classdw_1_1core_1_1Polygon.html#a36a0e621f231fa77b80c9116268f9d14">dw::core::Polygon::maxy</a></div><div class="ttdeci">int maxy</div><div class="ttdef"><b>Definition:</b> types.hh:108</div></div>
<div class="ttc" id="classdw_1_1core_1_1Polygon_html"><div class="ttname"><a href="classdw_1_1core_1_1Polygon.html">dw::core::Polygon</a></div><div class="ttdoc">dw::core::Shape implemtation for polygons. </div><div class="ttdef"><b>Definition:</b> types.hh:104</div></div>
<div class="ttc" id="structdw_1_1core_1_1Extremes_html_a743de2619d9d62cefb8e2bb0f3a19fb1"><div class="ttname"><a href="structdw_1_1core_1_1Extremes.html#a743de2619d9d62cefb8e2bb0f3a19fb1">dw::core::Extremes::minWidth</a></div><div class="ttdeci">int minWidth</div><div class="ttdef"><b>Definition:</b> types.hh:181</div></div>
<div class="ttc" id="structdw_1_1core_1_1Content_html_a41c29111b049db05a8de25b2e1ca4bd5a4c8a19a7c367471bad79ceab8c7c685e"><div class="ttname"><a href="structdw_1_1core_1_1Content.html#a41c29111b049db05a8de25b2e1ca4bd5a4c8a19a7c367471bad79ceab8c7c685e">dw::core::Content::WIDGET_OOF_REF</a></div><div class="ttdoc">reference to a widget out of flow (OOF); this widget (containing this content) is only the generator ...</div><div class="ttdef"><b>Definition:</b> types.hh:217</div></div>
<div class="ttc" id="classdw_1_1core_1_1Polygon_html_a9d40d8f91df8f30eaa833d220ade8305"><div class="ttname"><a href="classdw_1_1core_1_1Polygon.html#a9d40d8f91df8f30eaa833d220ade8305">dw::core::Polygon::points</a></div><div class="ttdeci">lout::misc::SimpleVector< Point > * points</div><div class="ttdef"><b>Definition:</b> types.hh:107</div></div>
<div class="ttc" id="namespacedw_1_1core_html_ac4eb3a2c80b4b3ce37c6908623efa2aba715512b385667f413a9e6c1663907992"><div class="ttname"><a href="namespacedw_1_1core.html#ac4eb3a2c80b4b3ce37c6908623efa2aba715512b385667f413a9e6c1663907992">dw::core::VPOS_TOP</a></div><div class="ttdef"><b>Definition:</b> types.hh:27</div></div>
<div class="ttc" id="structdw_1_1core_1_1Extremes_html_a20d74184e64b17eae4e2a8901539543c"><div class="ttname"><a href="structdw_1_1core_1_1Extremes.html#a20d74184e64b17eae4e2a8901539543c">dw::core::Extremes::maxWidth</a></div><div class="ttdeci">int maxWidth</div><div class="ttdef"><b>Definition:</b> types.hh:182</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_1core_1_1Shape_html_a280dba0298ec271bc3f0905bd8809b46"><div class="ttname"><a href="classdw_1_1core_1_1Shape.html#a280dba0298ec271bc3f0905bd8809b46">dw::core::Shape::isPointWithin</a></div><div class="ttdeci">virtual bool isPointWithin(int x, int y)=0</div></div>
<div class="ttc" id="structdw_1_1core_1_1Point_html_a8c2b5da09fafe2bf3db4bd82cb94232a"><div class="ttname"><a href="structdw_1_1core_1_1Point.html#a8c2b5da09fafe2bf3db4bd82cb94232a">dw::core::Point::y</a></div><div class="ttdeci">int y</div><div class="ttdef"><b>Definition:</b> types.hh:52</div></div>
<div class="ttc" id="classdw_1_1core_1_1Rectangle_html_ae625fa4bd33e00f61a8502f9947c90b2"><div class="ttname"><a href="classdw_1_1core_1_1Rectangle.html#ae625fa4bd33e00f61a8502f9947c90b2">dw::core::Rectangle::x</a></div><div class="ttdeci">int x</div><div class="ttdef"><b>Definition:</b> types.hh:72</div></div>
<div class="ttc" id="namespacedw_1_1core_html_a8e1256872000334f5da5704f3b21c1dfaed633b900bb6c70dbde46d382a391dbc"><div class="ttname"><a href="namespacedw_1_1core.html#a8e1256872000334f5da5704f3b21c1dfaed633b900bb6c70dbde46d382a391dbc">dw::core::HIGHLIGHT_FINDTEXT</a></div><div class="ttdef"><b>Definition:</b> types.hh:45</div></div>
<div class="ttc" id="classdw_1_1core_1_1Polygon_html_a40446d97cded71e82fadec4eeaeb5736"><div class="ttname"><a href="classdw_1_1core_1_1Polygon.html#a40446d97cded71e82fadec4eeaeb5736">dw::core::Polygon::linesCross</a></div><div class="ttdeci">bool linesCross(int ax1, int ay1, int ax2, int ay2, int bx1, int by1, int bx2, int by2)</div><div class="ttdoc">Return, whether the line, limited by (ax1, ay1) and (ax2, ay2), crosses the line, limited by (bx1...</div><div class="ttdef"><b>Definition:</b> types.cc:189</div></div>
<div class="ttc" id="classdw_1_1core_1_1Circle_html"><div class="ttname"><a href="classdw_1_1core_1_1Circle.html">dw::core::Circle</a></div><div class="ttdoc">dw::core::Shape implemtation for simple circles. </div><div class="ttdef"><b>Definition:</b> types.hh:90</div></div>
<div class="ttc" id="structdw_1_1core_1_1Content_html_ab0cf1d1f26dd1213adbb61f21b8f0e19"><div class="ttname"><a href="structdw_1_1core_1_1Content.html#ab0cf1d1f26dd1213adbb61f21b8f0e19">dw::core::Content::space</a></div><div class="ttdeci">bool space</div><div class="ttdef"><b>Definition:</b> types.hh:234</div></div>
<div class="ttc" id="classdw_1_1core_1_1Circle_html_ae0016c811d46c560891cc677a1dd9202"><div class="ttname"><a href="classdw_1_1core_1_1Circle.html#ae0016c811d46c560891cc677a1dd9202">dw::core::Circle::x</a></div><div class="ttdeci">int x</div><div class="ttdef"><b>Definition:</b> types.hh:93</div></div>
<div class="ttc" id="namespacedw_1_1core_html_adcc37c8d91f2adaaa594858f052aa1bfa54c2a386a976da4a03e6c39581444699"><div class="ttname"><a href="namespacedw_1_1core.html#adcc37c8d91f2adaaa594858f052aa1bfa54c2a386a976da4a03e6c39581444699">dw::core::HPOS_NO_CHANGE</a></div><div class="ttdef"><b>Definition:</b> types.hh:22</div></div>
<div class="ttc" id="singletonlout_1_1container_1_1typed_1_1Collection_html_aa9635b588825b30fe849bea49adae77d"><div class="ttname"><a href="singletonlout_1_1container_1_1typed_1_1Collection.html#aa9635b588825b30fe849bea49adae77d">lout::container::typed::Collection::iterator</a></div><div class="ttdeci">Iterator< T > iterator()</div><div class="ttdef"><b>Definition:</b> container.hh:416</div></div>
<div class="ttc" id="structdw_1_1core_1_1Extremes_html_a2c513c4504d52a97af035e1f094d648b"><div class="ttname"><a href="structdw_1_1core_1_1Extremes.html#a2c513c4504d52a97af035e1f094d648b">dw::core::Extremes::minWidthIntrinsic</a></div><div class="ttdeci">int minWidthIntrinsic</div><div class="ttdef"><b>Definition:</b> types.hh:183</div></div>
<div class="ttc" id="structdw_1_1core_1_1Content_html_a41c29111b049db05a8de25b2e1ca4bd5a7514f6d00a8a95b9df5623e0e71240d6"><div class="ttname"><a href="structdw_1_1core_1_1Content.html#a41c29111b049db05a8de25b2e1ca4bd5a7514f6d00a8a95b9df5623e0e71240d6">dw::core::Content::END</a></div><div class="ttdef"><b>Definition:</b> types.hh:201</div></div>
<div class="ttc" id="structdw_1_1core_1_1Content_html_a41c29111b049db05a8de25b2e1ca4bd5a7e1923bd8e88b36e3d08bd1107aa11ed"><div class="ttname"><a href="structdw_1_1core_1_1Content.html#a41c29111b049db05a8de25b2e1ca4bd5a7e1923bd8e88b36e3d08bd1107aa11ed">dw::core::Content::WIDGET_IN_FLOW</a></div><div class="ttdoc">widget in normal flow, so that this widget (containing this content) is both container (parent) and g...</div><div class="ttdef"><b>Definition:</b> types.hh:207</div></div>
<div class="ttc" id="classdw_1_1core_1_1Rectangle_html_ab4255fa5e7e0f7f47b763f3802c4df84"><div class="ttname"><a href="classdw_1_1core_1_1Rectangle.html#ab4255fa5e7e0f7f47b763f3802c4df84">dw::core::Rectangle::intersectsWith</a></div><div class="ttdeci">bool intersectsWith(Rectangle *otherRect, Rectangle *dest)</div><div class="ttdef"><b>Definition:</b> types.cc:53</div></div>
<div class="ttc" id="structdw_1_1core_1_1Content_html_a41c29111b049db05a8de25b2e1ca4bd5a9b3fac13d3f8c955fc2bb9fa143fe3d9"><div class="ttname"><a href="structdw_1_1core_1_1Content.html#a41c29111b049db05a8de25b2e1ca4bd5a9b3fac13d3f8c955fc2bb9fa143fe3d9">dw::core::Content::WIDGET_OOF_CONT</a></div><div class="ttdoc">widget out of flow (OOF); this widget (containing this content) is only the container (parent)...</div><div class="ttdef"><b>Definition:</b> types.hh:212</div></div>
<div class="ttc" id="namespacedw_1_1core_html_aeb016b265a629c8efa3520a96e4c9d81a44a0aac38e0bfa53b259d3620d9cf332"><div class="ttname"><a href="namespacedw_1_1core.html#aeb016b265a629c8efa3520a96e4c9d81a44a0aac38e0bfa53b259d3620d9cf332">dw::core::RIGHT_CMD</a></div><div class="ttdef"><b>Definition:</b> types.hh:37</div></div>
<div class="ttc" id="namespacedw_1_1core_html_aeb016b265a629c8efa3520a96e4c9d81abd0cd44ac5dfb00939519bdbf5aafaec"><div class="ttname"><a href="namespacedw_1_1core.html#aeb016b265a629c8efa3520a96e4c9d81abd0cd44ac5dfb00939519bdbf5aafaec">dw::core::LINE_DOWN_CMD</a></div><div class="ttdef"><b>Definition:</b> types.hh:36</div></div>
<div class="ttc" id="classdw_1_1core_1_1StackingProcessingContext_html_aa2f7c625fbdd8d6f99e2fd551ae47583"><div class="ttname"><a href="classdw_1_1core_1_1StackingProcessingContext.html#aa2f7c625fbdd8d6f99e2fd551ae47583">dw::core::StackingProcessingContext::StackingProcessingContext</a></div><div class="ttdeci">StackingProcessingContext()</div><div class="ttdef"><b>Definition:</b> types.hh:268</div></div>
<div class="ttc" id="namespacedw_1_1core_html_aeb016b265a629c8efa3520a96e4c9d81ad1a68b768d46eab373d1be022175fff4"><div class="ttname"><a href="namespacedw_1_1core.html#aeb016b265a629c8efa3520a96e4c9d81ad1a68b768d46eab373d1be022175fff4">dw::core::SCREEN_RIGHT_CMD</a></div><div class="ttdef"><b>Definition:</b> types.hh:36</div></div>
<div class="ttc" id="structdw_1_1core_1_1Content_html_a41c29111b049db05a8de25b2e1ca4bd5a686835034cc38dc342aba3d1777d7002"><div class="ttname"><a href="structdw_1_1core_1_1Content.html#a41c29111b049db05a8de25b2e1ca4bd5a686835034cc38dc342aba3d1777d7002">dw::core::Content::INVALID</a></div><div class="ttdoc">can be used internally, but should never be exposed, e. g. by iterators </div><div class="ttdef"><b>Definition:</b> types.hh:222</div></div>
<div class="ttc" id="classdw_1_1core_1_1WidgetReference_html_a6dcf1c3d3275ced711164304e95ab845"><div class="ttname"><a href="classdw_1_1core_1_1WidgetReference.html#a6dcf1c3d3275ced711164304e95ab845">dw::core::WidgetReference::widget</a></div><div class="ttdeci">Widget * widget</div><div class="ttdef"><b>Definition:</b> types.hh:191</div></div>
<div class="ttc" id="classdw_1_1core_1_1DrawingContext_html_aab41a58f644427dd9f74524c6dc0e213"><div class="ttname"><a href="classdw_1_1core_1_1DrawingContext.html#aab41a58f644427dd9f74524c6dc0e213">dw::core::DrawingContext::DrawingContext</a></div><div class="ttdeci">DrawingContext(Rectangle *toplevelArea)</div><div class="ttdef"><b>Definition:</b> types.hh:300</div></div>
<div class="ttc" id="structdw_1_1core_1_1Content_html_a41c29111b049db05a8de25b2e1ca4bd5ac265431892ee39615e075a70f71f182f"><div class="ttname"><a href="structdw_1_1core_1_1Content.html#a41c29111b049db05a8de25b2e1ca4bd5ac265431892ee39615e075a70f71f182f">dw::core::Content::BREAK</a></div><div class="ttdef"><b>Definition:</b> types.hh:218</div></div>
<div class="ttc" id="structdw_1_1core_1_1Requisition_html_ae7679b7938c08d836c398edd9823667a"><div class="ttname"><a href="structdw_1_1core_1_1Requisition.html#ae7679b7938c08d836c398edd9823667a">dw::core::Requisition::width</a></div><div class="ttdeci">int width</div><div class="ttdef"><b>Definition:</b> types.hh:174</div></div>
<div class="ttc" id="classlout_1_1container_1_1typed_1_1HashSet_html"><div class="ttname"><a href="classlout_1_1container_1_1typed_1_1HashSet.html">lout::container::typed::HashSet</a></div><div class="ttdoc">Typed version of container::untyped::HashSet. </div><div class="ttdef"><b>Definition:</b> container.hh:492</div></div>
<div class="ttc" id="classdw_1_1core_1_1Rectangle_html_adf001bc7b26ca84ab12fab01798823ee"><div class="ttname"><a href="classdw_1_1core_1_1Rectangle.html#adf001bc7b26ca84ab12fab01798823ee">dw::core::Rectangle::isEmpty</a></div><div class="ttdeci">bool isEmpty()</div><div class="ttdef"><b>Definition:</b> types.hh:84</div></div>
<div class="ttc" id="structdw_1_1core_1_1Extremes_html_aed8913a17ee5e36affb57f3fb320c973"><div class="ttname"><a href="structdw_1_1core_1_1Extremes.html#aed8913a17ee5e36affb57f3fb320c973">dw::core::Extremes::adjustmentWidth</a></div><div class="ttdeci">int adjustmentWidth</div><div class="ttdef"><b>Definition:</b> types.hh:185</div></div>
<div class="ttc" id="classdw_1_1core_1_1style_1_1Style_html"><div class="ttname"><a href="classdw_1_1core_1_1style_1_1Style.html">dw::core::style::Style</a></div><div class="ttdef"><b>Definition:</b> style.hh:613</div></div>
<div class="ttc" id="classdw_1_1core_1_1Shape_html_af326631256e6aefe0a86fbce8f49217b"><div class="ttname"><a href="classdw_1_1core_1_1Shape.html#af326631256e6aefe0a86fbce8f49217b">dw::core::Shape::draw</a></div><div class="ttdeci">virtual void draw(core::View *view, core::style::Style *style, int x, int y)=0</div></div>
<div class="ttc" id="structdw_1_1core_1_1Allocation_html_a04f260254a44347e497b3e8ab8a7bd4d"><div class="ttname"><a href="structdw_1_1core_1_1Allocation.html#a04f260254a44347e497b3e8ab8a7bd4d">dw::core::Allocation::width</a></div><div class="ttdeci">int width</div><div class="ttdef"><b>Definition:</b> types.hh:167</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_1Content_html_a41c29111b049db05a8de25b2e1ca4bd5a2fce657eef68267bde11dc09b7e8a7af"><div class="ttname"><a href="structdw_1_1core_1_1Content.html#a41c29111b049db05a8de25b2e1ca4bd5a2fce657eef68267bde11dc09b7e8a7af">dw::core::Content::ANY_WIDGET</a></div><div class="ttdef"><b>Definition:</b> types.hh:227</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="namespacedw_1_1core_html_adcc37c8d91f2adaaa594858f052aa1bf"><div class="ttname"><a href="namespacedw_1_1core.html#adcc37c8d91f2adaaa594858f052aa1bf">dw::core::HPosition</a></div><div class="ttdeci">HPosition</div><div class="ttdef"><b>Definition:</b> types.hh:15</div></div>
<div class="ttc" id="structdw_1_1core_1_1Content_html_a2fbee34969100bd21f34814c073b9358"><div class="ttname"><a href="structdw_1_1core_1_1Content.html#a2fbee34969100bd21f34814c073b9358">dw::core::Content::print</a></div><div class="ttdeci">static void print(Content *content)</div><div class="ttdef"><b>Definition:</b> types.cc:344</div></div>
<div class="ttc" id="structdw_1_1core_1_1Content_html_a41c29111b049db05a8de25b2e1ca4bd5a5af03da88f28cb43fbe1bae50e69c95f"><div class="ttname"><a href="structdw_1_1core_1_1Content.html#a41c29111b049db05a8de25b2e1ca4bd5a5af03da88f28cb43fbe1bae50e69c95f">dw::core::Content::REAL_CONTENT</a></div><div class="ttdef"><b>Definition:</b> types.hh:225</div></div>
<div class="ttc" id="classdw_1_1core_1_1Region_html"><div class="ttname"><a href="classdw_1_1core_1_1Region.html">dw::core::Region</a></div><div class="ttdef"><b>Definition:</b> types.hh:140</div></div>
<div class="ttc" id="namespacedw_1_1core_html_ac4eb3a2c80b4b3ce37c6908623efa2ab"><div class="ttname"><a href="namespacedw_1_1core.html#ac4eb3a2c80b4b3ce37c6908623efa2ab">dw::core::VPosition</a></div><div class="ttdeci">VPosition</div><div class="ttdef"><b>Definition:</b> types.hh:25</div></div>
<div class="ttc" id="structdw_1_1core_1_1Point_html_a8f7014d5f0a07ad8b01ceb7b1853d4ba"><div class="ttname"><a href="structdw_1_1core_1_1Point.html#a8f7014d5f0a07ad8b01ceb7b1853d4ba">dw::core::Point::x</a></div><div class="ttdeci">int x</div><div class="ttdef"><b>Definition:</b> types.hh:51</div></div>
<div class="ttc" id="classdw_1_1core_1_1DrawingContext_html_a5f102ebdb67d85cf0370ae924fca836b"><div class="ttname"><a href="classdw_1_1core_1_1DrawingContext.html#a5f102ebdb67d85cf0370ae924fca836b">dw::core::DrawingContext::toplevelArea</a></div><div class="ttdeci">Rectangle toplevelArea</div><div class="ttdef"><b>Definition:</b> types.hh:297</div></div>
<div class="ttc" id="classdw_1_1core_1_1Rectangle_html_abc484d858e669a52d0222bbd89d82410"><div class="ttname"><a href="classdw_1_1core_1_1Rectangle.html#abc484d858e669a52d0222bbd89d82410">dw::core::Rectangle::isSubsetOf</a></div><div class="ttdeci">bool isSubsetOf(Rectangle *otherRect)</div><div class="ttdef"><b>Definition:</b> types.cc:78</div></div>
<div class="ttc" id="classdw_1_1core_1_1Circle_html_a0ab7f3c97baab2a60b253d0796496e2b"><div class="ttname"><a href="classdw_1_1core_1_1Circle.html#a0ab7f3c97baab2a60b253d0796496e2b">dw::core::Circle::draw</a></div><div class="ttdeci">void draw(core::View *view, core::style::Style *style, int x, int y)</div><div class="ttdef"><b>Definition:</b> types.cc:106</div></div>
<div class="ttc" id="classdw_1_1core_1_1Polygon_html_a73856154e2235be95f77db6d3689e6e3"><div class="ttname"><a href="classdw_1_1core_1_1Polygon.html#a73856154e2235be95f77db6d3689e6e3">dw::core::Polygon::minx</a></div><div class="ttdeci">int minx</div><div class="ttdef"><b>Definition:</b> types.hh:108</div></div>
<div class="ttc" id="classdw_1_1core_1_1Polygon_html_aed185a79075d0b7b784285480beb9645"><div class="ttname"><a href="classdw_1_1core_1_1Polygon.html#aed185a79075d0b7b784285480beb9645">dw::core::Polygon::Polygon</a></div><div class="ttdeci">Polygon()</div><div class="ttdef"><b>Definition:</b> types.cc:124</div></div>
<div class="ttc" id="classdw_1_1core_1_1DrawingContext_html_a290ae2431e7edf6dacb1daf021cea72f"><div class="ttname"><a href="classdw_1_1core_1_1DrawingContext.html#a290ae2431e7edf6dacb1daf021cea72f">dw::core::DrawingContext::getToplevelArea</a></div><div class="ttdeci">Rectangle * getToplevelArea()</div><div class="ttdef"><b>Definition:</b> types.hh:304</div></div>
<div class="ttc" id="classdw_1_1core_1_1Region_html_abf89a043ebf3eddf3fb50fa16c842219"><div class="ttname"><a href="classdw_1_1core_1_1Region.html#abf89a043ebf3eddf3fb50fa16c842219">dw::core::Region::rectangles</a></div><div class="ttdeci">lout::container::typed::Iterator< Rectangle > rectangles()</div><div class="ttdef"><b>Definition:</b> types.hh:153</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_1core_1_1Rectangle_html_a44ed1e32ec6a79cb7586e8290f174d71"><div class="ttname"><a href="classdw_1_1core_1_1Rectangle.html#a44ed1e32ec6a79cb7586e8290f174d71">dw::core::Rectangle::isPointWithin</a></div><div class="ttdeci">bool isPointWithin(int x, int y)</div><div class="ttdef"><b>Definition:</b> types.cc:87</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_1core_1_1Circle_html_a85f28ff1e722c5ce1fc55aa66d4b8edd"><div class="ttname"><a href="classdw_1_1core_1_1Circle.html#a85f28ff1e722c5ce1fc55aa66d4b8edd">dw::core::Circle::isPointWithin</a></div><div class="ttdeci">bool isPointWithin(int x, int y)</div><div class="ttdef"><b>Definition:</b> types.cc:115</div></div>
<div class="ttc" id="classlout_1_1misc_1_1SimpleVector_html"><div class="ttname"><a href="classlout_1_1misc_1_1SimpleVector.html">lout::misc::SimpleVector</a></div><div class="ttdoc">Simple (simpler than container::untyped::Vector and container::typed::Vector) template based vector...</div><div class="ttdef"><b>Definition:</b> misc.hh:93</div></div>
<div class="ttc" id="classdw_1_1core_1_1Polygon_html_a86774a2b49c90a5551eafb306b8cd144"><div class="ttname"><a href="classdw_1_1core_1_1Polygon.html#a86774a2b49c90a5551eafb306b8cd144">dw::core::Polygon::linesCross0</a></div><div class="ttdeci">bool linesCross0(int ax1, int ay1, int ax2, int ay2, int bx1, int by1, int bx2, int by2)</div><div class="ttdoc">Return, whether the line, limited by (ax1, ay1) and (ax2, ay2), crosses the unlimited line...</div><div class="ttdef"><b>Definition:</b> types.cc:173</div></div>
<div class="ttc" id="structdw_1_1core_1_1Content_html_a41c29111b049db05a8de25b2e1ca4bd5a51092ee23f5c19901c163da034816895"><div class="ttname"><a href="structdw_1_1core_1_1Content.html#a41c29111b049db05a8de25b2e1ca4bd5a51092ee23f5c19901c163da034816895">dw::core::Content::SELECTION_CONTENT</a></div><div class="ttdef"><b>Definition:</b> types.hh:226</div></div>
<div class="ttc" id="namespacedw_1_1core_html_aeb016b265a629c8efa3520a96e4c9d81aa46dda860864a41b79c628fa6dbc8122"><div class="ttname"><a href="namespacedw_1_1core.html#aeb016b265a629c8efa3520a96e4c9d81aa46dda860864a41b79c628fa6dbc8122">dw::core::SCREEN_DOWN_CMD</a></div><div class="ttdef"><b>Definition:</b> types.hh:35</div></div>
<div class="ttc" id="structdw_1_1core_1_1Content_html"><div class="ttname"><a href="structdw_1_1core_1_1Content.html">dw::core::Content</a></div><div class="ttdef"><b>Definition:</b> types.hh:197</div></div>
<div class="ttc" id="structdw_1_1core_1_1Content_html_a9a8073cb12f1ae9f3d58be4b62fa6c3e"><div class="ttname"><a href="structdw_1_1core_1_1Content.html#a9a8073cb12f1ae9f3d58be4b62fa6c3e">dw::core::Content::getWidget</a></div><div class="ttdeci">Widget * getWidget()</div><div class="ttdef"><b>Definition:</b> types.hh:249</div></div>
<div class="ttc" id="classdw_1_1core_1_1WidgetReference_html_aeb7717cbe385b27c7d9146a5f4673fde"><div class="ttname"><a href="classdw_1_1core_1_1WidgetReference.html#aeb7717cbe385b27c7d9146a5f4673fde">dw::core::WidgetReference::WidgetReference</a></div><div class="ttdeci">WidgetReference(Widget *widget)</div><div class="ttdef"><b>Definition:</b> types.hh:194</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="classdw_1_1core_1_1Circle_html_a8eadfebd4487b59ad426a0932d80d0f4"><div class="ttname"><a href="classdw_1_1core_1_1Circle.html#a8eadfebd4487b59ad426a0932d80d0f4">dw::core::Circle::radius</a></div><div class="ttdeci">int radius</div><div class="ttdef"><b>Definition:</b> types.hh:93</div></div>
<div class="ttc" id="classdw_1_1core_1_1StackingProcessingContext_html_a8efec4546857ebdd9ab179aebb6363be"><div class="ttname"><a href="classdw_1_1core_1_1StackingProcessingContext.html#a8efec4546857ebdd9ab179aebb6363be">dw::core::StackingProcessingContext::widgetsProcessedAsInterruption</a></div><div class="ttdeci">lout::container::typed::HashSet< lout::object::TypedPointer< Widget > > * widgetsProcessedAsInterruption</div><div class="ttdef"><b>Definition:</b> types.hh:265</div></div>
<div class="ttc" id="structdw_1_1core_1_1Content_html_a41c29111b049db05a8de25b2e1ca4bd5ab81c14fe6d6ba55d996a051307fdbdf4"><div class="ttname"><a href="structdw_1_1core_1_1Content.html#a41c29111b049db05a8de25b2e1ca4bd5ab81c14fe6d6ba55d996a051307fdbdf4">dw::core::Content::START</a></div><div class="ttdef"><b>Definition:</b> types.hh:200</div></div>
<div class="ttc" id="structdw_1_1core_1_1Allocation_html_a5b0264e0d382c4dc2bbe36af5e000526"><div class="ttname"><a href="structdw_1_1core_1_1Allocation.html#a5b0264e0d382c4dc2bbe36af5e000526">dw::core::Allocation::ascent</a></div><div class="ttdeci">int ascent</div><div class="ttdef"><b>Definition:</b> types.hh:168</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="structdw_1_1core_1_1Content_html_aef4c05453737431577ac0dc9e9d61471"><div class="ttname"><a href="structdw_1_1core_1_1Content.html#aef4c05453737431577ac0dc9e9d61471">dw::core::Content::printMask</a></div><div class="ttdeci">static void printMask(Type mask)</div><div class="ttdef"><b>Definition:</b> types.cc:351</div></div>
<div class="ttc" id="classdw_1_1core_1_1Rectangle_html_aefe44831a25fdb7426fd1f859f9ee159"><div class="ttname"><a href="classdw_1_1core_1_1Rectangle.html#aefe44831a25fdb7426fd1f859f9ee159">dw::core::Rectangle::height</a></div><div class="ttdeci">int height</div><div class="ttdef"><b>Definition:</b> types.hh:75</div></div>
<div class="ttc" id="namespacedw_1_1core_html_a8e1256872000334f5da5704f3b21c1dfabec18f26aba901af5925163999251d88"><div class="ttname"><a href="namespacedw_1_1core.html#a8e1256872000334f5da5704f3b21c1dfabec18f26aba901af5925163999251d88">dw::core::HIGHLIGHT_SELECTION</a></div><div class="ttdef"><b>Definition:</b> types.hh:44</div></div>
<div class="ttc" id="structdw_1_1core_1_1Extremes_html_a572ea67b8c9f5ff3c6b72e730f552401"><div class="ttname"><a href="structdw_1_1core_1_1Extremes.html#a572ea67b8c9f5ff3c6b72e730f552401">dw::core::Extremes::maxWidthIntrinsic</a></div><div class="ttdeci">int maxWidthIntrinsic</div><div class="ttdef"><b>Definition:</b> types.hh:184</div></div>
<div class="ttc" id="namespacedw_1_1core_html_aeb016b265a629c8efa3520a96e4c9d81a92ad745ee544fd2e3bad83e9fdbbf7b4"><div class="ttname"><a href="namespacedw_1_1core.html#aeb016b265a629c8efa3520a96e4c9d81a92ad745ee544fd2e3bad83e9fdbbf7b4">dw::core::SCREEN_LEFT_CMD</a></div><div class="ttdef"><b>Definition:</b> types.hh:35</div></div>
<div class="ttc" id="classdw_1_1core_1_1Polygon_html_afd2a8b86552f564ce1315649222b9d1f"><div class="ttname"><a href="classdw_1_1core_1_1Polygon.html#afd2a8b86552f564ce1315649222b9d1f">dw::core::Polygon::draw</a></div><div class="ttdeci">void draw(core::View *view, core::style::Style *style, int x, int y)</div><div class="ttdef"><b>Definition:</b> types.cc:139</div></div>
<div class="ttc" id="structdw_1_1core_1_1Content_html_ac2f9c17a7c1d615cbebb8247c0e98ecb"><div class="ttname"><a href="structdw_1_1core_1_1Content.html#ac2f9c17a7c1d615cbebb8247c0e98ecb">dw::core::Content::breakSpace</a></div><div class="ttdeci">int breakSpace</div><div class="ttdef"><b>Definition:</b> types.hh:239</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="namespacedw_1_1core_html_aeb016b265a629c8efa3520a96e4c9d81ad256483bb11ce63f126e992d56fc3fad"><div class="ttname"><a href="namespacedw_1_1core.html#aeb016b265a629c8efa3520a96e4c9d81ad256483bb11ce63f126e992d56fc3fad">dw::core::TOP_CMD</a></div><div class="ttdef"><b>Definition:</b> types.hh:37</div></div>
<div class="ttc" id="classdw_1_1core_1_1Polygon_html_a4794f8fccdb2ce45a0cd56843761db35"><div class="ttname"><a href="classdw_1_1core_1_1Polygon.html#a4794f8fccdb2ce45a0cd56843761db35">dw::core::Polygon::addPoint</a></div><div class="ttdeci">void addPoint(int x, int y)</div><div class="ttdef"><b>Definition:</b> types.cc:156</div></div>
<div class="ttc" id="classdw_1_1core_1_1StackingProcessingContext_html_a31b97b3978b7465361c3f6559b343c97"><div class="ttname"><a href="classdw_1_1core_1_1StackingProcessingContext.html#a31b97b3978b7465361c3f6559b343c97">dw::core::StackingProcessingContext::hasWidgetBeenProcessedAsInterruption</a></div><div class="ttdeci">bool hasWidgetBeenProcessedAsInterruption(Widget *widget)</div><div class="ttdef"><b>Definition:</b> types.hh:277</div></div>
<div class="ttc" id="namespacedw_1_1core_html_adcc37c8d91f2adaaa594858f052aa1bfa3157a48ad8c6b27ece5906a88ab15b11"><div class="ttname"><a href="namespacedw_1_1core.html#adcc37c8d91f2adaaa594858f052aa1bfa3157a48ad8c6b27ece5906a88ab15b11">dw::core::HPOS_LEFT</a></div><div class="ttdef"><b>Definition:</b> types.hh:17</div></div>
<div class="ttc" id="namespacedw_1_1core_html_aeb016b265a629c8efa3520a96e4c9d81ac59cc5dbe81ffef76a8ca4a6487386f3"><div class="ttname"><a href="namespacedw_1_1core.html#aeb016b265a629c8efa3520a96e4c9d81ac59cc5dbe81ffef76a8ca4a6487386f3">dw::core::SCREEN_UP_CMD</a></div><div class="ttdef"><b>Definition:</b> types.hh:35</div></div>
<div class="ttc" id="namespacedw_1_1core_html_a8e1256872000334f5da5704f3b21c1dfa36017f7232a94d88237f1fa847e3ab2c"><div class="ttname"><a href="namespacedw_1_1core.html#a8e1256872000334f5da5704f3b21c1dfa36017f7232a94d88237f1fa847e3ab2c">dw::core::HIGHLIGHT_NUM_LAYERS</a></div><div class="ttdef"><b>Definition:</b> types.hh:46</div></div>
<div class="ttc" id="structdw_1_1core_1_1Requisition_html_a8471d49d1dddd6ece5b59d638f692ad1"><div class="ttname"><a href="structdw_1_1core_1_1Requisition.html#a8471d49d1dddd6ece5b59d638f692ad1">dw::core::Requisition::descent</a></div><div class="ttdeci">int descent</div><div class="ttdef"><b>Definition:</b> types.hh:176</div></div>
<div class="ttc" id="namespacedw_1_1core_html_ac4eb3a2c80b4b3ce37c6908623efa2abae6c2182ed950c1ee4a8a800c45471579"><div class="ttname"><a href="namespacedw_1_1core.html#ac4eb3a2c80b4b3ce37c6908623efa2abae6c2182ed950c1ee4a8a800c45471579">dw::core::VPOS_BOTTOM</a></div><div class="ttdef"><b>Definition:</b> types.hh:29</div></div>
<div class="ttc" id="classdw_1_1core_1_1Rectangle_html_a830e684aa11e7debc5a1c39a61e70c74"><div class="ttname"><a href="classdw_1_1core_1_1Rectangle.html#a830e684aa11e7debc5a1c39a61e70c74">dw::core::Rectangle::width</a></div><div class="ttdeci">int width</div><div class="ttdef"><b>Definition:</b> types.hh:74</div></div>
<div class="ttc" id="classdw_1_1core_1_1Region_html_ad898f9472fa3684fc9dac76ab0274a28"><div class="ttname"><a href="classdw_1_1core_1_1Region.html#ad898f9472fa3684fc9dac76ab0274a28">dw::core::Region::clear</a></div><div class="ttdeci">void clear()</div><div class="ttdef"><b>Definition:</b> types.hh:149</div></div>
<div class="ttc" id="namespacedw_1_1core_html_aeb016b265a629c8efa3520a96e4c9d81a0db5f46f5d091ad364c7102a8c1a4b5e"><div class="ttname"><a href="namespacedw_1_1core.html#aeb016b265a629c8efa3520a96e4c9d81a0db5f46f5d091ad364c7102a8c1a4b5e">dw::core::BOTTOM_CMD</a></div><div class="ttdef"><b>Definition:</b> types.hh:37</div></div>
<div class="ttc" id="classlout_1_1container_1_1typed_1_1Iterator_html"><div class="ttname"><a href="classlout_1_1container_1_1typed_1_1Iterator.html">lout::container::typed::Iterator</a></div><div class="ttdoc">Typed version of container::untyped::Iterator. </div><div class="ttdef"><b>Definition:</b> container.hh:373</div></div>
<div class="ttc" id="structdw_1_1core_1_1Point_html"><div class="ttname"><a href="structdw_1_1core_1_1Point.html">dw::core::Point</a></div><div class="ttdef"><b>Definition:</b> types.hh:49</div></div>
<div class="ttc" id="structdw_1_1core_1_1Content_html_a7f320517dc2386978728b38c3eb14eae"><div class="ttname"><a href="structdw_1_1core_1_1Content.html#a7f320517dc2386978728b38c3eb14eae">dw::core::Content::widget</a></div><div class="ttdeci">Widget * widget</div><div class="ttdef"><b>Definition:</b> types.hh:237</div></div>
<div class="ttc" id="classdw_1_1core_1_1Polygon_html_a53aa0054067a8abd425a1348badf542a"><div class="ttname"><a href="classdw_1_1core_1_1Polygon.html#a53aa0054067a8abd425a1348badf542a">dw::core::Polygon::maxx</a></div><div class="ttdeci">int maxx</div><div class="ttdef"><b>Definition:</b> types.hh:108</div></div>
<div class="ttc" id="structdw_1_1core_1_1Allocation_html_a72b2823c3874bdae95d9629beffde732"><div class="ttname"><a href="structdw_1_1core_1_1Allocation.html#a72b2823c3874bdae95d9629beffde732">dw::core::Allocation::descent</a></div><div class="ttdeci">int descent</div><div class="ttdef"><b>Definition:</b> types.hh:169</div></div>
<div class="ttc" id="namespacedw_1_1core_html_aeb016b265a629c8efa3520a96e4c9d81"><div class="ttname"><a href="namespacedw_1_1core.html#aeb016b265a629c8efa3520a96e4c9d81">dw::core::ScrollCommand</a></div><div class="ttdeci">ScrollCommand</div><div class="ttdef"><b>Definition:</b> types.hh:35</div></div>
<div class="ttc" id="classdw_1_1core_1_1Rectangle_html_a5a31f80659c93ba2ca956ae8d841e9da"><div class="ttname"><a href="classdw_1_1core_1_1Rectangle.html#a5a31f80659c93ba2ca956ae8d841e9da">dw::core::Rectangle::Rectangle</a></div><div class="ttdeci">Rectangle()</div><div class="ttdef"><b>Definition:</b> types.hh:77</div></div>
<div class="ttc" id="classlout_1_1container_1_1typed_1_1List_html_a939ca272f84f01dea8523b38e502a8f4"><div class="ttname"><a href="classlout_1_1container_1_1typed_1_1List.html#a939ca272f84f01dea8523b38e502a8f4">lout::container::typed::List::clear</a></div><div class="ttdeci">void clear()</div><div class="ttdef"><b>Definition:</b> container.hh:469</div></div>
<div class="ttc" id="classdw_1_1core_1_1Region_html_a11ec262fe94158c292216325734efac9"><div class="ttname"><a href="classdw_1_1core_1_1Region.html#a11ec262fe94158c292216325734efac9">dw::core::Region::Region</a></div><div class="ttdeci">Region()</div><div class="ttdef"><b>Definition:</b> types.cc:223</div></div>
<div class="ttc" id="namespacedw_1_1core_html_ac4eb3a2c80b4b3ce37c6908623efa2aba956eade32fd49965003daa2a7be04625"><div class="ttname"><a href="namespacedw_1_1core.html#ac4eb3a2c80b4b3ce37c6908623efa2aba956eade32fd49965003daa2a7be04625">dw::core::VPOS_INTO_VIEW</a></div><div class="ttdef"><b>Definition:</b> types.hh:30</div></div>
<div class="ttc" id="classdw_1_1core_1_1Region_html_a5a327255e5d6dfac429025c5019670e7"><div class="ttname"><a href="classdw_1_1core_1_1Region.html#a5a327255e5d6dfac429025c5019670e7">dw::core::Region::rectangleList</a></div><div class="ttdeci">lout::container::typed::List< Rectangle > * rectangleList</div><div class="ttdef"><b>Definition:</b> types.hh:143</div></div>
<div class="ttc" id="classdw_1_1core_1_1Rectangle_html_a74a3b465c9248d61317c89f477535eb8"><div class="ttname"><a href="classdw_1_1core_1_1Rectangle.html#a74a3b465c9248d61317c89f477535eb8">dw::core::Rectangle::y</a></div><div class="ttdeci">int y</div><div class="ttdef"><b>Definition:</b> types.hh:73</div></div>
<div class="ttc" id="namespacedw_1_1core_html_adcc37c8d91f2adaaa594858f052aa1bfacbed6fa23f528ebc0e349e3048b6e2ae"><div class="ttname"><a href="namespacedw_1_1core.html#adcc37c8d91f2adaaa594858f052aa1bfacbed6fa23f528ebc0e349e3048b6e2ae">dw::core::HPOS_RIGHT</a></div><div class="ttdef"><b>Definition:</b> types.hh:19</div></div>
<div class="ttc" id="classdw_1_1core_1_1Region_html_a951fcac359e80abfbb06c2ee55b93069"><div class="ttname"><a href="classdw_1_1core_1_1Region.html#a951fcac359e80abfbb06c2ee55b93069">dw::core::Region::~Region</a></div><div class="ttdeci">~Region()</div><div class="ttdef"><b>Definition:</b> types.cc:228</div></div>
<div class="ttc" id="classdw_1_1core_1_1Region_html_a5b87d6d1940266516ccc6b9bfdc9a403"><div class="ttname"><a href="classdw_1_1core_1_1Region.html#a5b87d6d1940266516ccc6b9bfdc9a403">dw::core::Region::addRectangle</a></div><div class="ttdeci">void addRectangle(Rectangle *r)</div><div class="ttdoc">Add a rectangle to the region and combine it with existing rectangles if possible. The number of rectangles is forced to be less than 16 by combining excessive rectangles. </div><div class="ttdef"><b>Definition:</b> types.cc:239</div></div>
<div class="ttc" id="classdw_1_1core_1_1WidgetReference_html"><div class="ttname"><a href="classdw_1_1core_1_1WidgetReference.html">dw::core::WidgetReference</a></div><div class="ttdef"><b>Definition:</b> types.hh:188</div></div>
<div class="ttc" id="classlout_1_1container_1_1typed_1_1List_html"><div class="ttname"><a href="classlout_1_1container_1_1typed_1_1List.html">lout::container::typed::List</a></div><div class="ttdoc">Typed version of container::untyped::List. </div><div class="ttdef"><b>Definition:</b> container.hh:463</div></div>
<div class="ttc" id="classdw_1_1core_1_1Polygon_html_a25776459ba96fc2cd2517c4d49e82001"><div class="ttname"><a href="classdw_1_1core_1_1Polygon.html#a25776459ba96fc2cd2517c4d49e82001">dw::core::Polygon::isPointWithin</a></div><div class="ttdeci">bool isPointWithin(int x, int y)</div><div class="ttdef"><b>Definition:</b> types.cc:200</div></div>
<div class="ttc" id="classlout_1_1object_1_1TypedPointer_html"><div class="ttname"><a href="classlout_1_1object_1_1TypedPointer.html">lout::object::TypedPointer</a></div><div class="ttdoc">A typed version of object::Pointer. </div><div class="ttdef"><b>Definition:</b> object.hh:115</div></div>
<div class="ttc" id="classdw_1_1core_1_1StackingProcessingContext_html_add98e7956e053f95ebf9a080f3a7fb2e"><div class="ttname"><a href="classdw_1_1core_1_1StackingProcessingContext.html#add98e7956e053f95ebf9a080f3a7fb2e">dw::core::StackingProcessingContext::~StackingProcessingContext</a></div><div class="ttdeci">~StackingProcessingContext()</div><div class="ttdef"><b>Definition:</b> types.hh:274</div></div>
<div class="ttc" id="structdw_1_1core_1_1Requisition_html_a883b8e875b47c30e61fa47b2b0501ed8"><div class="ttname"><a href="structdw_1_1core_1_1Requisition.html#a883b8e875b47c30e61fa47b2b0501ed8">dw::core::Requisition::ascent</a></div><div class="ttdeci">int ascent</div><div class="ttdef"><b>Definition:</b> types.hh:175</div></div>
<div class="ttc" id="structdw_1_1core_1_1Content_html_a41c29111b049db05a8de25b2e1ca4bd5ab09dfe6b754bb928d2c7dfdfc5b15e25"><div class="ttname"><a href="structdw_1_1core_1_1Content.html#a41c29111b049db05a8de25b2e1ca4bd5ab09dfe6b754bb928d2c7dfdfc5b15e25">dw::core::Content::TEXT</a></div><div class="ttdef"><b>Definition:</b> types.hh:202</div></div>
<div class="ttc" id="namespacedw_1_1core_html_aeb016b265a629c8efa3520a96e4c9d81a9c42a3ba3a7642a3a6b8375dbb271112"><div class="ttname"><a href="namespacedw_1_1core.html#aeb016b265a629c8efa3520a96e4c9d81a9c42a3ba3a7642a3a6b8375dbb271112">dw::core::LEFT_CMD</a></div><div class="ttdef"><b>Definition:</b> types.hh:37</div></div>
<div class="ttc" id="classdw_1_1core_1_1Polygon_html_a045bdc5a2738016d0c9927be8c3f4cc9"><div class="ttname"><a href="classdw_1_1core_1_1Polygon.html#a045bdc5a2738016d0c9927be8c3f4cc9">dw::core::Polygon::miny</a></div><div class="ttdeci">int miny</div><div class="ttdef"><b>Definition:</b> types.hh:108</div></div>
<div class="ttc" id="structdw_1_1core_1_1Allocation_html_a1f6b8c6bd3b5d3cd72a65c638c062a98"><div class="ttname"><a href="structdw_1_1core_1_1Allocation.html#a1f6b8c6bd3b5d3cd72a65c638c062a98">dw::core::Allocation::y</a></div><div class="ttdeci">int y</div><div class="ttdef"><b>Definition:</b> types.hh:166</div></div>
<div class="ttc" id="classdw_1_1core_1_1Circle_html_a1fb010d4fa94051bb7984a8657cca6a9"><div class="ttname"><a href="classdw_1_1core_1_1Circle.html#a1fb010d4fa94051bb7984a8657cca6a9">dw::core::Circle::Circle</a></div><div class="ttdeci">Circle(int x, int y, int radius)</div><div class="ttdef"><b>Definition:</b> types.cc:96</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>
|