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
|
<!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.9.1"/>
<title>cairomm: Deprecated List</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 style="padding-left: 0.5em;">
<div id="projectname">cairomm
 <span id="projectnumber">1.0</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.9.1 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li class="current"><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><a href="examples.html"><span>Examples</span></a></li>
</ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">Deprecated List </div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><dl class="reflist">
<dt><a class="anchor" id="_deprecated000005"></a>Member <a class="el" href="classCairo_1_1Context.html#a0c7acaaf16d4740cd7fee2298bf2b5c4">Cairo::Context::device_to_user</a> (double& x, double& y)</dt>
<dd>Use the const version. </dd>
<dt><a class="anchor" id="_deprecated000006"></a>Member <a class="el" href="classCairo_1_1Context.html#a2f396567b0504d1421abb5f7ed38cd97">Cairo::Context::device_to_user_distance</a> (double& dx, double& dy)</dt>
<dd>Use the const version. </dd>
<dt><a class="anchor" id="_deprecated000001"></a>Member <a class="el" href="classCairo_1_1Context.html#aaa0b483d3f36facb1c9f2aa7f0a0ac13">Cairo::Context::set_dash</a> (std::valarray< double >& dashes, double offset)</dt>
<dd>Instead use the version that takes a const dashes parameter. </dd>
<dt><a class="anchor" id="_deprecated000002"></a>Member <a class="el" href="classCairo_1_1Context.html#ade74abb6db86a97ff3800e431e27ba45">Cairo::Context::set_dash</a> (std::vector< double >& dashes, double offset)</dt>
<dd>Instead use the version that takes a const dashes parameter. </dd>
<dt><a class="anchor" id="_deprecated000003"></a>Member <a class="el" href="classCairo_1_1Context.html#aa9cc3eeb14b515b184be6a401c0993a4">Cairo::Context::user_to_device</a> (double& x, double& y)</dt>
<dd>Use the const version. </dd>
<dt><a class="anchor" id="_deprecated000004"></a>Member <a class="el" href="classCairo_1_1Context.html#ab0daccfeaa8b173b26473e79271f7e88">Cairo::Context::user_to_device_distance</a> (double& dx, double& dy)</dt>
<dd>Use the const version. </dd>
<dt><a class="anchor" id="_deprecated000007"></a>Member <a class="el" href="namespaceCairo.html#a23e1a9a5be49d16cf3871e841e8ab522ae959d2d48f5b0f2110762d15eadf6ba9">Cairo::FONT_TYPE_ATSUI</a> </dt>
<dd>Use FONT_TYPE_QUARTZ instead. </dd>
<dt><a class="anchor" id="_deprecated000014"></a>Member <a class="el" href="classCairo_1_1ImageSurface.html#a43a9cf2aaaa8b2ef91da00bb244c7098">Cairo::ImageSurface::create_from_png</a> (cairo_read_func_t read_func, void* closure)</dt>
<dd>Use create_from_png_stream instead </dd>
<dt><a class="anchor" id="_deprecated000015"></a>Member <a class="el" href="classCairo_1_1PdfSurface.html#aa9fc3e58c824a3fe4428b556f6938382">Cairo::PdfSurface::create</a> (cairo_write_func_t write_func, void* closure, double width_in_points, double height_in_points)</dt>
<dd>use <a class="el" href="classCairo_1_1PdfSurface.html#aa8537c400b7b212550dd4091099a8b2a" title="Creates a PdfSurface with a specified dimensions that will be written to the given write function ins...">PdfSurface::create_for_stream()</a> instead </dd>
<dt><a class="anchor" id="_deprecated000016"></a>Member <a class="el" href="classCairo_1_1PsSurface.html#a108e885033a7a6c2697f7a94b40bb113">Cairo::PsSurface::create</a> (cairo_write_func_t write_func, void* closure, double width_in_points, double height_in_points)</dt>
<dd>use <a class="el" href="classCairo_1_1PsSurface.html#aaa633e9ca0c424eae66d63826684f4d4" title="Creates a PsSurface with a specified dimensions that will be written to the given write function inst...">PsSurface::create_for_stream()</a> instead </dd>
<dt><a class="anchor" id="_deprecated000010"></a>Member <a class="el" href="classCairo_1_1ScaledFont.html#aa64969e519ce44fba35f2061594e6f81">Cairo::ScaledFont::extents</a> (FontExtents& extents) const </dt>
<dd>Use <a class="el" href="classCairo_1_1ScaledFont.html#abd99255e4eb802e9350143ec81a197af" title="Gets the metrics for a ScaledFont. ">get_extents()</a> instead <dl class="section since"><dt>Since</dt><dd>1.2 </dd></dl>
</dd>
<dt><a class="anchor" id="_deprecated000012"></a>Member <a class="el" href="classCairo_1_1ScaledFont.html#a859bbee5886b15e1d8ab599dabab9833">Cairo::ScaledFont::glyph_extents</a> (const std::vector< Glyph >& glyphs, TextExtents& extents)</dt>
<dd>Use <a class="el" href="classCairo_1_1ScaledFont.html#aabfe38c6ca3e1c575b85aa7094e8601d" title="Gets the extents for an array of glyphs. ">get_glyph_extents()</a> instead <dl class="section since"><dt>Since</dt><dd>1.2 </dd></dl>
</dd>
<dt><a class="anchor" id="_deprecated000011"></a>Member <a class="el" href="classCairo_1_1ScaledFont.html#a396afc516d53234a04e81693a75b0203">Cairo::ScaledFont::text_extents</a> (const <a class="elRef" doxygen="libstdc++.tag:http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/" href="http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/a01681.html#ga32db3d9898c44d3b3a578b560f7758cc">std::string</a>& utf8, TextExtents& extents) const </dt>
<dd>Use <a class="el" href="classCairo_1_1ScaledFont.html#a757a8effcae445a5c46bf4501424abae" title="Gets the extents for a string of text. ">get_text_extents()</a> instead <dl class="section since"><dt>Since</dt><dd>1.2 </dd></dl>
</dd>
<dt><a class="anchor" id="_deprecated000013"></a>Member <a class="el" href="classCairo_1_1Surface.html#a83763b7906a666b095ce376271455457">Cairo::Surface::write_to_png</a> (cairo_write_func_t write_func, void* closure)</dt>
<dd>Use write_to_png_stream instead </dd>
<dt><a class="anchor" id="_deprecated000009"></a>Member <a class="el" href="classCairo_1_1SurfacePattern.html#a45055101fc89432f9ce1438878a6d0c8">Cairo::SurfacePattern::get_extend</a> () const </dt>
<dd>Use <a class="el" href="classCairo_1_1Pattern.html#aa115faded8acf11fa0460a9dae9efc81" title="Sets the mode to be used for drawing outside the area of a pattern. ">Pattern::set_extend()</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000008"></a>Member <a class="el" href="classCairo_1_1SurfacePattern.html#a8b238004a061f34425ee61a2ba494632">Cairo::SurfacePattern::set_extend</a> (Extend extend)</dt>
<dd>Use <a class="el" href="classCairo_1_1Pattern.html#aa115faded8acf11fa0460a9dae9efc81" title="Sets the mode to be used for drawing outside the area of a pattern. ">Pattern::set_extend()</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000017"></a>Member <a class="el" href="classCairo_1_1SvgSurface.html#a88fc030bd0b9ffa7f3455fcdf383ea16">Cairo::SvgSurface::create</a> (cairo_write_func_t write_func, void* closure, double width_in_points, double height_in_points)</dt>
<dd>Use <a class="el" href="classCairo_1_1SvgSurface.html#a3cc1ca3b8191ab2366b20fea664c2ce9" title="Creates a SvgSurface with a specified dimensions that will be written to the given write function ins...">SvgSurface::create_for_stream()</a> instead </dd>
<dt><a class="anchor" id="_deprecated000018"></a>Member <a class="el" href="classCairo_1_1Win32Surface.html#abd2b5f85390a34531a0c40e6e6c692d8">Cairo::Win32Surface::create</a> (Format format, int width, int height)</dt>
<dd>use <a class="el" href="classCairo_1_1Win32Surface.html#a78cfec22533db4a28356dedf7a82163e" title="Creates a device-independent-bitmap surface not associated with any particular existing surface or de...">create_with_dib()</a> </dd>
</dl>
</div></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Nov 15 2016 12:52:11 for cairomm by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.9.1
</small></address>
</body>
</html>
|