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
|
<!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: IpeUndoObjectEdit 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>IpeUndoObjectEdit Class Reference<br>
<small>
[<a class="el" href="group__high.html">Ipe Management</a>]</small>
</h1><!-- doxytag: class="IpeUndoObjectEdit" --><!-- doxytag: inherits="IpeUndoItem" -->Undo item for change to a single object.
<a href="#_details">More...</a>
<p>
Inherits <a class="el" href="class_ipe_undo_item.html">IpeUndoItem</a>.
<p>
<a href="class_ipe_undo_object_edit-members.html">List of all members.</a><h2>Public Member Functions</h2>
<ul>
<li><a class="anchor" name="5cb3cc9a76f43dd31e576eba5241eb09"></a><!-- doxytag: member="IpeUndoObjectEdit::IpeUndoObjectEdit" ref="5cb3cc9a76f43dd31e576eba5241eb09" args="(int pno, IpePage::iterator it, IpePage *page, const IpePgObject &obj, IpeString text)" -->
<b>IpeUndoObjectEdit</b> (int pno, IpePage::iterator it, <a class="el" href="class_ipe_page.html">IpePage</a> *page, const <a class="el" href="class_ipe_pg_object.html">IpePgObject</a> &obj, <a class="el" href="class_ipe_string.html">IpeString</a> text)
<li><a class="anchor" name="faba47f6f520e882471302162028d2eb"></a><!-- doxytag: member="IpeUndoObjectEdit::Text" ref="faba47f6f520e882471302162028d2eb" args="() const" -->
virtual <a class="el" href="class_ipe_string.html">IpeString</a> <b>Text</b> () const
<li><a class="anchor" name="dab6072ec3009b8b3e930df7b2accb10"></a><!-- doxytag: member="IpeUndoObjectEdit::Undo" ref="dab6072ec3009b8b3e930df7b2accb10" args="(IpeDocument *doc)" -->
virtual int <b>Undo</b> (<a class="el" href="class_ipe_document.html">IpeDocument</a> *doc)
<li><a class="anchor" name="82b5a4a2f047692868fa2d2557feeb5f"></a><!-- doxytag: member="IpeUndoObjectEdit::Redo" ref="82b5a4a2f047692868fa2d2557feeb5f" 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 change to a single object.
<p>
<hr>The documentation for this class was generated from the following files:<ul>
<li>ipeundo.h<li>ipeundo.cpp</ul>
<hr>
</body></html>
|