summaryrefslogtreecommitdiff
path: root/old/dw/html/core_8hh_source.html
blob: 5d15d2e8da48be6ff9c5791fce4795470d68535c (plain)
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
<!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/core.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&#160;Page</span></a></li>
      <li><a href="pages.html"><span>Related&#160;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&#160;List</span></a></li>
      <li><a href="globals.html"><span>File&#160;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">core.hh</div>  </div>
</div><!--header-->
<div class="contents">
<a href="core_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>&#160;<span class="preprocessor">#ifndef __DW_CORE_HH__</span></div>
<div class="line"><a name="l00002"></a><span class="lineno">    2</span>&#160;<span class="preprocessor">#define __DW_CORE_HH__</span></div>
<div class="line"><a name="l00003"></a><span class="lineno">    3</span>&#160;</div>
<div class="line"><a name="l00004"></a><span class="lineno"><a class="line" href="core_8hh.html#a343751ea315048bd50fce75188ce02c9">    4</a></span>&#160;<span class="preprocessor">#define __INCLUDED_FROM_DW_CORE_HH__</span></div>
<div class="line"><a name="l00005"></a><span class="lineno">    5</span>&#160;</div>
<div class="line"><a name="l00013"></a><span class="lineno">   13</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespacedw.html">dw</a> {</div>
<div class="line"><a name="l00014"></a><span class="lineno">   14</span>&#160;</div>
<div class="line"><a name="l00016"></a><span class="lineno"><a class="line" href="namespacedw.html#aa5266599b1b838b4223a89ad62a39e05a0c94fec78ba5bab3a840ebd604b053ae">   16</a></span>&#160;<span class="keyword">enum</span> { <a class="code" href="namespacedw.html#aa5266599b1b838b4223a89ad62a39e05a0c94fec78ba5bab3a840ebd604b053ae">IMPL_POS</a> = <span class="keyword">false</span> };</div>
<div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;</div>
<div class="line"><a name="l00023"></a><span class="lineno"><a class="line" href="namespacedw_1_1core.html">   23</a></span>&#160;<span class="keyword">namespace </span>core {</div>
<div class="line"><a name="l00024"></a><span class="lineno">   24</span>&#160;</div>
<div class="line"><a name="l00025"></a><span class="lineno"><a class="line" href="namespacedw_1_1core.html#aadedde327523bff3d51f29a0951e9541">   25</a></span>&#160;<span class="keyword">typedef</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span> <a class="code" href="namespacedw_1_1core.html#aadedde327523bff3d51f29a0951e9541">byte</a>;</div>
<div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;</div>
<div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;<span class="keyword">class </span><a class="code" href="classdw_1_1core_1_1Layout.html">Layout</a>;</div>
<div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;<span class="keyword">class </span><a class="code" href="classdw_1_1core_1_1View.html">View</a>;</div>
<div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;<span class="keyword">class </span><a class="code" href="classdw_1_1core_1_1Widget.html">Widget</a>;</div>
<div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;<span class="keyword">class </span><a class="code" href="classdw_1_1core_1_1Iterator.html">Iterator</a>;</div>
<div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;<span class="keyword">class </span><a class="code" href="classdw_1_1core_1_1StackingContextMgr.html">StackingContextMgr</a>;</div>
<div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;</div>
<div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;<span class="comment">// Nothing yet to free.</span></div>
<div class="line"><a name="l00034"></a><span class="lineno"><a class="line" href="namespacedw_1_1core.html#afa9563d7d7fa0e7470ff34ef111918f8">   34</a></span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> <a class="code" href="namespacedw_1_1core.html#afa9563d7d7fa0e7470ff34ef111918f8">freeall</a> () { }</div>
<div class="line"><a name="l00035"></a><span class="lineno">   35</span>&#160;</div>
<div class="line"><a name="l00036"></a><span class="lineno"><a class="line" href="namespacedw_1_1core_1_1ui.html">   36</a></span>&#160;<span class="keyword">namespace </span>ui {</div>
<div class="line"><a name="l00037"></a><span class="lineno">   37</span>&#160;</div>
<div class="line"><a name="l00038"></a><span class="lineno">   38</span>&#160;<span class="keyword">class </span><a class="code" href="classdw_1_1core_1_1ui_1_1ResourceFactory.html">ResourceFactory</a>;</div>
<div class="line"><a name="l00039"></a><span class="lineno">   39</span>&#160;</div>
<div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160;} <span class="comment">// namespace ui</span></div>
<div class="line"><a name="l00041"></a><span class="lineno">   41</span>&#160;} <span class="comment">// namespace core</span></div>
<div class="line"><a name="l00042"></a><span class="lineno">   42</span>&#160;} <span class="comment">// namespace dw</span></div>
<div class="line"><a name="l00043"></a><span class="lineno">   43</span>&#160;</div>
<div class="line"><a name="l00044"></a><span class="lineno">   44</span>&#160;<span class="preprocessor">#include &quot;../lout/object.hh&quot;</span></div>
<div class="line"><a name="l00045"></a><span class="lineno">   45</span>&#160;<span class="preprocessor">#include &quot;../lout/container.hh&quot;</span></div>
<div class="line"><a name="l00046"></a><span class="lineno">   46</span>&#160;<span class="preprocessor">#include &quot;../lout/signal.hh&quot;</span></div>
<div class="line"><a name="l00047"></a><span class="lineno">   47</span>&#160;</div>
<div class="line"><a name="l00048"></a><span class="lineno">   48</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="tools_8hh.html">tools.hh</a>&quot;</span></div>
<div class="line"><a name="l00049"></a><span class="lineno">   49</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="types_8hh.html">types.hh</a>&quot;</span></div>
<div class="line"><a name="l00050"></a><span class="lineno">   50</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="events_8hh.html">events.hh</a>&quot;</span></div>
<div class="line"><a name="l00051"></a><span class="lineno">   51</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="imgbuf_8hh.html">imgbuf.hh</a>&quot;</span></div>
<div class="line"><a name="l00052"></a><span class="lineno">   52</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="imgrenderer_8hh.html">imgrenderer.hh</a>&quot;</span></div>
<div class="line"><a name="l00053"></a><span class="lineno">   53</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="style_8hh.html">style.hh</a>&quot;</span></div>
<div class="line"><a name="l00054"></a><span class="lineno">   54</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="view_8hh.html">view.hh</a>&quot;</span></div>
<div class="line"><a name="l00055"></a><span class="lineno">   55</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="platform_8hh.html">platform.hh</a>&quot;</span></div>
<div class="line"><a name="l00056"></a><span class="lineno">   56</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="iterator_8hh.html">iterator.hh</a>&quot;</span></div>
<div class="line"><a name="l00057"></a><span class="lineno">   57</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="findtext_8hh.html">findtext.hh</a>&quot;</span></div>
<div class="line"><a name="l00058"></a><span class="lineno">   58</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="selection_8hh.html">selection.hh</a>&quot;</span></div>
<div class="line"><a name="l00059"></a><span class="lineno">   59</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="layout_8hh.html">layout.hh</a>&quot;</span></div>
<div class="line"><a name="l00060"></a><span class="lineno">   60</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="widget_8hh.html">widget.hh</a>&quot;</span></div>
<div class="line"><a name="l00061"></a><span class="lineno">   61</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="stackingcontextmgr_8hh.html">stackingcontextmgr.hh</a>&quot;</span></div>
<div class="line"><a name="l00062"></a><span class="lineno">   62</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="ui_8hh.html">ui.hh</a>&quot;</span></div>
<div class="line"><a name="l00063"></a><span class="lineno">   63</span>&#160;</div>
<div class="line"><a name="l00064"></a><span class="lineno">   64</span>&#160;<span class="preprocessor">#undef __INCLUDED_FROM_DW_CORE_HH__</span></div>
<div class="line"><a name="l00065"></a><span class="lineno">   65</span>&#160;</div>
<div class="line"><a name="l00066"></a><span class="lineno">   66</span>&#160;<span class="preprocessor">#endif // __DW_CORE_HH__</span></div>
<div class="ttc" id="imgrenderer_8hh_html"><div class="ttname"><a href="imgrenderer_8hh.html">imgrenderer.hh</a></div></div>
<div class="ttc" id="widget_8hh_html"><div class="ttname"><a href="widget_8hh.html">widget.hh</a></div></div>
<div class="ttc" id="classdw_1_1core_1_1ui_1_1ResourceFactory_html"><div class="ttname"><a href="classdw_1_1core_1_1ui_1_1ResourceFactory.html">dw::core::ui::ResourceFactory</a></div><div class="ttdoc">A factory for the common resource. </div><div class="ttdef"><b>Definition:</b> ui.hh:580</div></div>
<div class="ttc" id="stackingcontextmgr_8hh_html"><div class="ttname"><a href="stackingcontextmgr_8hh.html">stackingcontextmgr.hh</a></div></div>
<div class="ttc" id="classdw_1_1core_1_1Layout_html"><div class="ttname"><a href="classdw_1_1core_1_1Layout.html">dw::core::Layout</a></div><div class="ttdoc">The central class for managing and drawing a widget tree. </div><div class="ttdef"><b>Definition:</b> layout.hh:16</div></div>
<div class="ttc" id="ui_8hh_html"><div class="ttname"><a href="ui_8hh.html">ui.hh</a></div></div>
<div class="ttc" id="classdw_1_1core_1_1StackingContextMgr_html"><div class="ttname"><a href="classdw_1_1core_1_1StackingContextMgr.html">dw::core::StackingContextMgr</a></div><div class="ttdoc">See Handling stacking contexts. </div><div class="ttdef"><b>Definition:</b> stackingcontextmgr.hh:19</div></div>
<div class="ttc" id="layout_8hh_html"><div class="ttname"><a href="layout_8hh.html">layout.hh</a></div></div>
<div class="ttc" id="imgbuf_8hh_html"><div class="ttname"><a href="imgbuf_8hh.html">imgbuf.hh</a></div></div>
<div class="ttc" id="classdw_1_1core_1_1Iterator_html"><div class="ttname"><a href="classdw_1_1core_1_1Iterator.html">dw::core::Iterator</a></div><div class="ttdoc">Iterators are used to iterate through the contents of a widget. </div><div class="ttdef"><b>Definition:</b> iterator.hh:19</div></div>
<div class="ttc" id="namespacedw_1_1core_html_afa9563d7d7fa0e7470ff34ef111918f8"><div class="ttname"><a href="namespacedw_1_1core.html#afa9563d7d7fa0e7470ff34ef111918f8">dw::core::freeall</a></div><div class="ttdeci">void freeall()</div><div class="ttdef"><b>Definition:</b> core.hh:34</div></div>
<div class="ttc" id="namespacedw_1_1core_html_aadedde327523bff3d51f29a0951e9541"><div class="ttname"><a href="namespacedw_1_1core.html#aadedde327523bff3d51f29a0951e9541">dw::core::byte</a></div><div class="ttdeci">unsigned char byte</div><div class="ttdef"><b>Definition:</b> core.hh:25</div></div>
<div class="ttc" id="view_8hh_html"><div class="ttname"><a href="view_8hh.html">view.hh</a></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="iterator_8hh_html"><div class="ttname"><a href="iterator_8hh.html">iterator.hh</a></div></div>
<div class="ttc" id="findtext_8hh_html"><div class="ttname"><a href="findtext_8hh.html">findtext.hh</a></div></div>
<div class="ttc" id="platform_8hh_html"><div class="ttname"><a href="platform_8hh.html">platform.hh</a></div></div>
<div class="ttc" id="namespacedw_html_aa5266599b1b838b4223a89ad62a39e05a0c94fec78ba5bab3a840ebd604b053ae"><div class="ttname"><a href="namespacedw.html#aa5266599b1b838b4223a89ad62a39e05a0c94fec78ba5bab3a840ebd604b053ae">dw::IMPL_POS</a></div><div class="ttdef"><b>Definition:</b> core.hh:16</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="types_8hh_html"><div class="ttname"><a href="types_8hh.html">types.hh</a></div></div>
<div class="ttc" id="selection_8hh_html"><div class="ttname"><a href="selection_8hh.html">selection.hh</a></div></div>
<div class="ttc" id="tools_8hh_html"><div class="ttname"><a href="tools_8hh.html">tools.hh</a></div></div>
<div class="ttc" id="events_8hh_html"><div class="ttname"><a href="events_8hh.html">events.hh</a></div></div>
<div class="ttc" id="style_8hh_html"><div class="ttname"><a href="style_8hh.html">style.hh</a></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 &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.8
</small></address>
</body>
</html>