mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 05:33:36 +00:00
137 lines
7 KiB
HTML
137 lines
7 KiB
HTML
<!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.13"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<title>ThorVG: 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="search/search.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="search/searchdata.js"></script>
|
|
<script type="text/javascript" src="search/search.js"></script>
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
|
<link href="doxygen-awesome.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="projectlogo"><img alt="Logo" src="small_logo.svg"/></td>
|
|
<td id="projectalign" style="padding-left: 0.5em;">
|
|
<div id="projectname">ThorVG
|
|
 <span id="projectnumber">v0.1</span>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- end header part -->
|
|
<!-- Generated by Doxygen 1.8.13 -->
|
|
<script type="text/javascript">
|
|
var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
|
</script>
|
|
<script type="text/javascript" src="menudata.js"></script>
|
|
<script type="text/javascript" src="menu.js"></script>
|
|
<script type="text/javascript">
|
|
$(function() {
|
|
initMenu('',true,false,'search.php','Search');
|
|
$(document).ready(function() { init_search(); });
|
|
});
|
|
</script>
|
|
<div id="main-nav"></div>
|
|
</div><!-- top -->
|
|
<!-- window showing the filter options -->
|
|
<div id="MSearchSelectWindow"
|
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
|
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
|
</div>
|
|
|
|
<!-- iframe showing the search results (closed by default) -->
|
|
<div id="MSearchResultsWindow">
|
|
<iframe src="javascript:void(0)" frameborder="0"
|
|
name="MSearchResults" id="MSearchResults">
|
|
</iframe>
|
|
</div>
|
|
|
|
<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="#Canvas"/>
|
|
<map name="Canvas" id="Canvas">
|
|
<area shape="rect" id="node1" href="classtvg_1_1Canvas.html" title="An abstract class for drawing graphical elements. " alt="" coords="5,31,72,57"/>
|
|
<area shape="rect" id="node2" href="classtvg_1_1GlCanvas.html" title="A class for the rendering graphic elements with a GL raster engine. " alt="" coords="123,5,203,32"/>
|
|
<area shape="rect" id="node3" href="classtvg_1_1SwCanvas.html" title="A class for the rendering graphical elements with a software raster engine. " alt="" coords="120,56,207,83"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_1.png" border="0" alt="" usemap="#Fill"/>
|
|
<map name="Fill" id="Fill">
|
|
<area shape="rect" id="node1" href="classtvg_1_1Fill.html" title="An abstract class representing the gradient fill of the Shape object. " alt="" coords="5,31,44,57"/>
|
|
<area shape="rect" id="node2" href="classtvg_1_1LinearGradient.html" title="A class representing the linear gradient fill of the Shape object. " alt="" coords="93,5,199,32"/>
|
|
<area shape="rect" id="node3" href="classtvg_1_1RadialGradient.html" title="A class representing the radial gradient fill of the Shape object. " alt="" coords="92,56,200,83"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_2.png" border="0" alt="" usemap="#Fill_1_1ColorStop"/>
|
|
<map name="Fill_1_1ColorStop" id="Fill_1_1ColorStop">
|
|
<area shape="rect" id="node1" href="structtvg_1_1Fill_1_1ColorStop.html" title="A data structure storing the information about the color and its relative position inside the gradien..." alt="" coords="5,5,111,32"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_3.png" border="0" alt="" usemap="#Initializer"/>
|
|
<map name="Initializer" id="Initializer">
|
|
<area shape="rect" id="node1" href="classtvg_1_1Initializer.html" title="A class that enables initialization and termination of the TVG engines. " alt="" coords="5,5,80,32"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_4.png" border="0" alt="" usemap="#Matrix"/>
|
|
<map name="Matrix" id="Matrix">
|
|
<area shape="rect" id="node1" href="structtvg_1_1Matrix.html" title="A data structure representing a three-dimensional matrix. " alt="" coords="5,5,64,32"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_5.png" border="0" alt="" usemap="#Paint"/>
|
|
<map name="Paint" id="Paint">
|
|
<area shape="rect" id="node1" href="classtvg_1_1Paint.html" title="An abstract class for managing graphical elements. " alt="" coords="5,56,57,83"/>
|
|
<area shape="rect" id="node2" href="classtvg_1_1Picture.html" title="A class representing an image read in one of the supported formats: raw, svg, png and etc..." alt="" coords="105,5,168,32"/>
|
|
<area shape="rect" id="node3" href="classtvg_1_1Scene.html" title="A class to composite children paints. " alt="" coords="107,56,166,83"/>
|
|
<area shape="rect" id="node4" href="classtvg_1_1Shape.html" title="A class representing two-dimensional figures and their properties. " alt="" coords="107,107,166,133"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_6.png" border="0" alt="" usemap="#Point"/>
|
|
<map name="Point" id="Point">
|
|
<area shape="rect" id="node1" href="structtvg_1_1Point.html" title="A data structure representing a point in two-dimensional space. " alt="" coords="5,5,57,32"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_7.png" border="0" alt="" usemap="#Tvg__Color__Stop"/>
|
|
<map name="Tvg__Color__Stop" id="Tvg__Color__Stop">
|
|
<area shape="rect" id="node1" href="structTvg__Color__Stop.html" title="A data structure storing the information about the color and its relative position inside the gradien..." alt="" coords="5,5,121,32"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_8.png" border="0" alt="" usemap="#Tvg__Matrix"/>
|
|
<map name="Tvg__Matrix" id="Tvg__Matrix">
|
|
<area shape="rect" id="node1" href="structTvg__Matrix.html" title="A data structure representing a three-dimensional matrix. " alt="" coords="5,5,92,32"/>
|
|
</map>
|
|
</td></tr>
|
|
<tr><td><img src="inherit_graph_9.png" border="0" alt="" usemap="#Tvg__Point"/>
|
|
<map name="Tvg__Point" id="Tvg__Point">
|
|
<area shape="rect" id="node1" href="structTvg__Point.html" title="A data structure representing a point in two-dimensional space. " alt="" coords="5,5,87,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.13
|
|
</small></address>
|
|
</body>
|
|
</html>
|