/usr/share/doc/libsilly-doc/html/inherits.html is in libsilly-doc 0.1.0-8.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | <!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.11"/>
<title>Simple Image Loading LibrarY: Class Hierarchy</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="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 id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Simple Image Loading LibrarY
 <span id="projectnumber">0.1.0</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.11 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li class="current"><a href="inherits.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">Class Hierarchy</div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock">
<p><a href="hierarchy.html">Go to the textual class hierarchy</a></p>
</div><table border="0" cellspacing="10" cellpadding="0">
<tr><td><img src="inherit_graph_0.png" border="0" alt="" usemap="#DataSource"/>
<map name="DataSource" id="DataSource">
<area shape="rect" id="node1" href="a00002.html" title="This is an abstract class used to provide data to the loader. " alt="" coords="5,31,104,57"/>
<area shape="rect" id="node2" href="a00003.html" title="This class allow the loading of an image directly from a file. " alt="" coords="168,5,287,32"/>
<area shape="rect" id="node3" href="a00010.html" title="Load an image from a memory area. " alt="" coords="152,56,303,83"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_1.png" border="0" alt="" usemap="#Image"/>
<map name="Image" id="Image">
<area shape="rect" id="node1" href="a00004.html" title="Image is the main user class of the library. " alt="" coords="5,5,68,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_2.png" border="0" alt="" usemap="#ImageContext"/>
<map name="ImageContext" id="ImageContext">
<area shape="rect" id="node1" href="a00005.html" title="Store the data needed by an ImageLoader object during the parsing of an image. " alt="" coords="5,56,117,83"/>
<area shape="rect" id="node2" href="a00008.html" title="Image Context for JPG image loader. " alt="" coords="169,5,302,32"/>
<area shape="rect" id="node3" href="a00011.html" title="Image Context for PNG Image Loader. " alt="" coords="165,56,305,83"/>
<area shape="rect" id="node4" href="a00013.html" title="Image Context for Targa image. " alt="" coords="166,107,305,133"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_3.png" border="0" alt="" usemap="#ImageLoader"/>
<map name="ImageLoader" id="ImageLoader">
<area shape="rect" id="node1" href="a00006.html" title="This is an abstract class that define the interface of all image loader. " alt="" coords="5,56,112,83"/>
<area shape="rect" id="node2" href="a00009.html" title="Loader class for JPG Image. " alt="" coords="164,5,291,32"/>
<area shape="rect" id="node3" href="a00012.html" title="Loader for PNG Image. " alt="" coords="160,56,295,83"/>
<area shape="rect" id="node4" href="a00014.html" title="Loader for Targa image. " alt="" coords="161,107,293,133"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_4.png" border="0" alt="" usemap="#ImageLoaderManager"/>
<map name="ImageLoaderManager" id="ImageLoaderManager">
<area shape="rect" id="node1" href="a00007.html" title="Manage the list of all supported ImageLoader. " alt="" coords="5,5,168,32"/>
</map>
</td></tr>
</table>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>
</body>
</html>
|