File: class_ipe_undo_item.html

package info (click to toggle)
ipe 6.0pre30-5
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 5,100 kB
  • ctags: 5,419
  • sloc: cpp: 30,430; ansic: 1,045; xml: 845; makefile: 78; sh: 5
file content (43 lines) | stat: -rw-r--r-- 2,668 bytes parent folder | download
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
<!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: IpeUndoItem 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&nbsp;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&nbsp;List</span></a></li>
    <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
    <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
  </ul></div>
<h1>IpeUndoItem Class Reference<br>
<small>
[<a class="el" href="group__high.html">Ipe Management</a>]</small>
</h1><!-- doxytag: class="IpeUndoItem" -->Abstract base class for items on the undo stack.  
<a href="#_details">More...</a>
<p>
Inherited by <a class="el" href="class_ipe_undo_object_edit.html">IpeUndoObjectEdit</a>, <a class="el" href="class_ipe_undo_obj_insertion.html">IpeUndoObjInsertion</a>, <a class="el" href="class_ipe_undo_page_del.html">IpeUndoPageDel</a>, <a class="el" href="class_ipe_undo_page_edit.html">IpeUndoPageEdit</a>, <a class="el" href="class_ipe_undo_page_ins.html">IpeUndoPageIns</a>, and IpeUndoViews.
<p>
<a href="class_ipe_undo_item-members.html">List of all members.</a><h2>Public Member Functions</h2>
<ul>
<li><a class="anchor" name="c3fea5de33b2e9bb5cb1de25ff2cf66f"></a><!-- doxytag: member="IpeUndoItem::Text" ref="c3fea5de33b2e9bb5cb1de25ff2cf66f" args="() const=0" -->
virtual <a class="el" href="class_ipe_string.html">IpeString</a> <b>Text</b> () const=0
<li><a class="anchor" name="17bb9feebbec084c57655470ba19a1c8"></a><!-- doxytag: member="IpeUndoItem::Undo" ref="17bb9feebbec084c57655470ba19a1c8" args="(IpeDocument *doc)=0" -->
virtual int <b>Undo</b> (<a class="el" href="class_ipe_document.html">IpeDocument</a> *doc)=0
<li><a class="anchor" name="8623c5954350c6acd1feefa8f72393c9"></a><!-- doxytag: member="IpeUndoItem::Redo" ref="8623c5954350c6acd1feefa8f72393c9" args="(IpeDocument *doc)=0" -->
virtual int <b>Redo</b> (<a class="el" href="class_ipe_document.html">IpeDocument</a> *doc)=0
</ul>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Abstract base class for items on the undo stack. 
<p>
<hr>The documentation for this class was generated from the following files:<ul>
<li>ipeundo.h<li>ipeundo.cpp</ul>
<hr>
</body></html>