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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>Ipelib: IpeBitmapFinder Class Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.1 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li id="current"><a href="annotated.html"><span>Classes</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul></div>
<h1>IpeBitmapFinder Class Reference<br>
<small>
[<a class="el" href="group__high.html">Ipe Management</a>]</small>
</h1><!-- doxytag: class="IpeBitmapFinder" --><!-- doxytag: inherits="IpeVisitor" -->A visitor that recursively scans objects and collects all bitmaps.
<a href="#_details">More...</a>
<p>
Inherits <a class="el" href="class_ipe_visitor.html">IpeVisitor</a>.
<p>
<a href="class_ipe_bitmap_finder-members.html">List of all members.</a><h2>Public Member Functions</h2>
<ul>
<li><a class="anchor" name="c36d3dac612e17aa1b1b4067407fe01a"></a><!-- doxytag: member="IpeBitmapFinder::ScanPage" ref="c36d3dac612e17aa1b1b4067407fe01a" args="(const IpePage *page)" -->
void <b>ScanPage</b> (const <a class="el" href="class_ipe_page.html">IpePage</a> *page)
<li>virtual void <a class="el" href="class_ipe_bitmap_finder.html#1032b8b558e438b382368e77add69fe9">VisitGroup</a> (const <a class="el" href="class_ipe_group.html">IpeGroup</a> *obj)
<li>virtual void <a class="el" href="class_ipe_bitmap_finder.html#ade55fe70468bbd0febd4e51eb1db309">VisitImage</a> (const <a class="el" href="class_ipe_image.html">IpeImage</a> *obj)
<li>virtual void <a class="el" href="class_ipe_bitmap_finder.html#b27be9a10bac638f4f94e9f88de5c085">VisitReference</a> (const <a class="el" href="class_ipe_reference.html">IpeReference</a> *obj)
</ul>
<h2>Public Attributes</h2>
<ul>
<li><a class="anchor" name="1614df6ea7d210f2d701d8cb63b5bcf5"></a><!-- doxytag: member="IpeBitmapFinder::iBitmaps" ref="1614df6ea7d210f2d701d8cb63b5bcf5" args="" -->
std::vector< <a class="el" href="class_ipe_bitmap.html">IpeBitmap</a> > <b>iBitmaps</b>
</ul>
<hr><a name="_details"></a><h2>Detailed Description</h2>
A visitor that recursively scans objects and collects all bitmaps.
<p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="1032b8b558e438b382368e77add69fe9"></a><!-- doxytag: member="IpeBitmapFinder::VisitGroup" ref="1032b8b558e438b382368e77add69fe9" args="(const IpeGroup *obj)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void IpeBitmapFinder::VisitGroup </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="class_ipe_group.html">IpeGroup</a> * </td>
<td class="paramname"> <em>obj</em> </td>
<td> ) </td>
<td width="100%"><code> [virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Called on an <a class="el" href="class_ipe_group.html">IpeGroup</a> object.
<p>
<p>
Reimplemented from <a class="el" href="class_ipe_visitor.html#5128e655a77c1f3b47246ad097cf7374">IpeVisitor</a>.
</div>
</div><p>
<a class="anchor" name="ade55fe70468bbd0febd4e51eb1db309"></a><!-- doxytag: member="IpeBitmapFinder::VisitImage" ref="ade55fe70468bbd0febd4e51eb1db309" args="(const IpeImage *obj)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void IpeBitmapFinder::VisitImage </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="class_ipe_image.html">IpeImage</a> * </td>
<td class="paramname"> <em>obj</em> </td>
<td> ) </td>
<td width="100%"><code> [virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Called on an <a class="el" href="class_ipe_image.html">IpeImage</a> object.
<p>
<p>
Reimplemented from <a class="el" href="class_ipe_visitor.html#f7c300bc50ebc17c8ec02e8f48d71551">IpeVisitor</a>.
</div>
</div><p>
<a class="anchor" name="b27be9a10bac638f4f94e9f88de5c085"></a><!-- doxytag: member="IpeBitmapFinder::VisitReference" ref="b27be9a10bac638f4f94e9f88de5c085" args="(const IpeReference *obj)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void IpeBitmapFinder::VisitReference </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="class_ipe_reference.html">IpeReference</a> * </td>
<td class="paramname"> <em>obj</em> </td>
<td> ) </td>
<td width="100%"><code> [virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Called on an <a class="el" href="class_ipe_reference.html">IpeReference</a> object.
<p>
<p>
Reimplemented from <a class="el" href="class_ipe_visitor.html#756f58a9956d9ac36c3c1ac20c0c020a">IpeVisitor</a>.
</div>
</div><p>
<hr>The documentation for this class was generated from the following files:<ul>
<li>ipeutils.h<li>ipeutils.cpp</ul>
<hr>
</body></html>
|