diff options
Diffstat (limited to 'old/dw/html/core_8hh_source.html')
-rw-r--r-- | old/dw/html/core_8hh_source.html | 140 |
1 files changed, 140 insertions, 0 deletions
diff --git a/old/dw/html/core_8hh_source.html b/old/dw/html/core_8hh_source.html new file mode 100644 index 0000000..5d15d2e --- /dev/null +++ b/old/dw/html/core_8hh_source.html @@ -0,0 +1,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 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">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> <span class="preprocessor">#ifndef __DW_CORE_HH__</span></div> +<div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="preprocessor">#define __DW_CORE_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"><a class="line" href="core_8hh.html#a343751ea315048bd50fce75188ce02c9"> 4</a></span> <span class="preprocessor">#define __INCLUDED_FROM_DW_CORE_HH__</span></div> +<div class="line"><a name="l00005"></a><span class="lineno"> 5</span> </div> +<div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <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> </div> +<div class="line"><a name="l00016"></a><span class="lineno"><a class="line" href="namespacedw.html#aa5266599b1b838b4223a89ad62a39e05a0c94fec78ba5bab3a840ebd604b053ae"> 16</a></span> <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> </div> +<div class="line"><a name="l00023"></a><span class="lineno"><a class="line" href="namespacedw_1_1core.html"> 23</a></span> <span class="keyword">namespace </span>core {</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#aadedde327523bff3d51f29a0951e9541"> 25</a></span> <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> </div> +<div class="line"><a name="l00027"></a><span class="lineno"> 27</span> <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> <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> <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> <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> <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> </div> +<div class="line"><a name="l00033"></a><span class="lineno"> 33</span> <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> <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> </div> +<div class="line"><a name="l00036"></a><span class="lineno"><a class="line" href="namespacedw_1_1core_1_1ui.html"> 36</a></span> <span class="keyword">namespace </span>ui {</div> +<div class="line"><a name="l00037"></a><span class="lineno"> 37</span> </div> +<div class="line"><a name="l00038"></a><span class="lineno"> 38</span> <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> </div> +<div class="line"><a name="l00040"></a><span class="lineno"> 40</span> } <span class="comment">// namespace ui</span></div> +<div class="line"><a name="l00041"></a><span class="lineno"> 41</span> } <span class="comment">// namespace core</span></div> +<div class="line"><a name="l00042"></a><span class="lineno"> 42</span> } <span class="comment">// namespace dw</span></div> +<div class="line"><a name="l00043"></a><span class="lineno"> 43</span> </div> +<div class="line"><a name="l00044"></a><span class="lineno"> 44</span> <span class="preprocessor">#include "../lout/object.hh"</span></div> +<div class="line"><a name="l00045"></a><span class="lineno"> 45</span> <span class="preprocessor">#include "../lout/container.hh"</span></div> +<div class="line"><a name="l00046"></a><span class="lineno"> 46</span> <span class="preprocessor">#include "../lout/signal.hh"</span></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> <span class="preprocessor">#include "<a class="code" href="tools_8hh.html">tools.hh</a>"</span></div> +<div class="line"><a name="l00049"></a><span class="lineno"> 49</span> <span class="preprocessor">#include "<a class="code" href="types_8hh.html">types.hh</a>"</span></div> +<div class="line"><a name="l00050"></a><span class="lineno"> 50</span> <span class="preprocessor">#include "<a class="code" href="events_8hh.html">events.hh</a>"</span></div> +<div class="line"><a name="l00051"></a><span class="lineno"> 51</span> <span class="preprocessor">#include "<a class="code" href="imgbuf_8hh.html">imgbuf.hh</a>"</span></div> +<div class="line"><a name="l00052"></a><span class="lineno"> 52</span> <span class="preprocessor">#include "<a class="code" href="imgrenderer_8hh.html">imgrenderer.hh</a>"</span></div> +<div class="line"><a name="l00053"></a><span class="lineno"> 53</span> <span class="preprocessor">#include "<a class="code" href="style_8hh.html">style.hh</a>"</span></div> +<div class="line"><a name="l00054"></a><span class="lineno"> 54</span> <span class="preprocessor">#include "<a class="code" href="view_8hh.html">view.hh</a>"</span></div> +<div class="line"><a name="l00055"></a><span class="lineno"> 55</span> <span class="preprocessor">#include "<a class="code" href="platform_8hh.html">platform.hh</a>"</span></div> +<div class="line"><a name="l00056"></a><span class="lineno"> 56</span> <span class="preprocessor">#include "<a class="code" href="iterator_8hh.html">iterator.hh</a>"</span></div> +<div class="line"><a name="l00057"></a><span class="lineno"> 57</span> <span class="preprocessor">#include "<a class="code" href="findtext_8hh.html">findtext.hh</a>"</span></div> +<div class="line"><a name="l00058"></a><span class="lineno"> 58</span> <span class="preprocessor">#include "<a class="code" href="selection_8hh.html">selection.hh</a>"</span></div> +<div class="line"><a name="l00059"></a><span class="lineno"> 59</span> <span class="preprocessor">#include "<a class="code" href="layout_8hh.html">layout.hh</a>"</span></div> +<div class="line"><a name="l00060"></a><span class="lineno"> 60</span> <span class="preprocessor">#include "<a class="code" href="widget_8hh.html">widget.hh</a>"</span></div> +<div class="line"><a name="l00061"></a><span class="lineno"> 61</span> <span class="preprocessor">#include "<a class="code" href="stackingcontextmgr_8hh.html">stackingcontextmgr.hh</a>"</span></div> +<div class="line"><a name="l00062"></a><span class="lineno"> 62</span> <span class="preprocessor">#include "<a class="code" href="ui_8hh.html">ui.hh</a>"</span></div> +<div class="line"><a name="l00063"></a><span class="lineno"> 63</span> </div> +<div class="line"><a name="l00064"></a><span class="lineno"> 64</span> <span class="preprocessor">#undef __INCLUDED_FROM_DW_CORE_HH__</span></div> +<div class="line"><a name="l00065"></a><span class="lineno"> 65</span> </div> +<div class="line"><a name="l00066"></a><span class="lineno"> 66</span> <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  <a href="http://www.doxygen.org/index.html"> +<img class="footer" src="doxygen.png" alt="doxygen"/> +</a> 1.8.8 +</small></address> +</body> +</html> |