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
|
<!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: IpeUndoPageEdit 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>IpeUndoPageEdit Class Reference<br>
<small>
[<a class="el" href="group__high.html">Ipe Management</a>]</small>
</h1><!-- doxytag: class="IpeUndoPageEdit" --><!-- doxytag: inherits="IpeUndoItem" -->Undo item for a modification to the current page.
<a href="#_details">More...</a>
<p>
Inherits <a class="el" href="class_ipe_undo_item.html">IpeUndoItem</a>.
<p>
<a href="class_ipe_undo_page_edit-members.html">List of all members.</a><h2>Public Member Functions</h2>
<ul>
<li><a class="el" href="class_ipe_undo_page_edit.html#3f434c801651d48e1f54e10e236872ef">IpeUndoPageEdit</a> (int pno, <a class="el" href="class_ipe_page.html">IpePage</a> *page, <a class="el" href="class_ipe_string.html">IpeString</a> text)
<li><a class="anchor" name="ba26ff0be66ae5baa91506459910f527"></a><!-- doxytag: member="IpeUndoPageEdit::Text" ref="ba26ff0be66ae5baa91506459910f527" args="() const" -->
virtual <a class="el" href="class_ipe_string.html">IpeString</a> <b>Text</b> () const
<li><a class="anchor" name="534dd6ba120980fb2af63b4d23ad3c2e"></a><!-- doxytag: member="IpeUndoPageEdit::Undo" ref="534dd6ba120980fb2af63b4d23ad3c2e" args="(IpeDocument *doc)" -->
virtual int <b>Undo</b> (<a class="el" href="class_ipe_document.html">IpeDocument</a> *doc)
<li><a class="anchor" name="7be02615a5c98590b451a5e24a98e8db"></a><!-- doxytag: member="IpeUndoPageEdit::Redo" ref="7be02615a5c98590b451a5e24a98e8db" args="(IpeDocument *doc)" -->
virtual int <b>Redo</b> (<a class="el" href="class_ipe_document.html">IpeDocument</a> *doc)
</ul>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Undo item for a modification to the current page.
<p>
<hr><h2>Constructor & Destructor Documentation</h2>
<a class="anchor" name="3f434c801651d48e1f54e10e236872ef"></a><!-- doxytag: member="IpeUndoPageEdit::IpeUndoPageEdit" ref="3f434c801651d48e1f54e10e236872ef" args="(int pno, IpePage *page, IpeString text)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">IpeUndoPageEdit::IpeUndoPageEdit </td>
<td>(</td>
<td class="paramtype">int </td>
<td class="paramname"> <em>pno</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="class_ipe_page.html">IpePage</a> * </td>
<td class="paramname"> <em>page</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="class_ipe_string.html">IpeString</a> </td>
<td class="paramname"> <em>text</em></td><td> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Takes ownership of page (a copy of the page before the modification).
<p>
</div>
</div><p>
<hr>The documentation for this class was generated from the following files:<ul>
<li>ipeundo.h<li>ipeundo.cpp</ul>
<hr>
</body></html>
|