~ubuntu-branches/ubuntu/utopic/tcm/utopic

« back to all changes in this revision

Viewing changes to doc/sourcecode/TextShapeEditor.html

  • Committer: Bazaar Package Importer
  • Author(s): Otavio Salvador
  • Date: 2003-07-03 20:08:21 UTC
  • Revision ID: james.westby@ubuntu.com-20030703200821-se4xtqx25e5miczi
Tags: upstream-2.20
ImportĀ upstreamĀ versionĀ 2.20

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html><head><TITLE>TextShapeEditor</TITLE></head>
 
2
<body>
 
3
<H2><A HREF ="#DOC.DOCU" > <IMG BORDER=0 SRC=down.gif></A>  class  TextShapeEditor : public <!2><A HREF="InlineEditor.html#DOC.202.1">InlineEditor</A> </H2><BLOCKQUOTE>
 
4
 text shape editor class.
 
5
</BLOCKQUOTE>
 
6
<hr>
 
7
 <h2> Inheritance:</h2>
 
8
<APPLET CODE="ClassGraph.class" WIDTH=600 HEIGHT=65>
 
9
<param name=classes value="CInlineEditor,MInlineEditor.html,CTextShapeEditor,MTextShapeEditor.html">
 
10
<param name=before value="M,M">
 
11
<param name=after value="Md_,M">
 
12
<param name=indent value="0,1">
 
13
<param name=arrowdir value="down">
 
14
</APPLET>
 
15
<hr>
 
16
 
 
17
<DL>
 
18
<TABLE>
 
19
<DT><h3>Public Methods</h3><DD><TR><TD VALIGN=top><A HREF="#DOC.382.1"> <IMG BORDER=0 SRC=icon1.gif></A> </TD><TD><B>TextShapeEditor</B> (<!1><A HREF="DiagramViewer.html">DiagramViewer</A> *v)<br>
 
20
<I></I>
 
21
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.382.2"> <IMG BORDER=0 SRC=icon1.gif></A> void </TD><TD><B>Start</B> (<!1><A HREF="TextShape.html">TextShape</A> *t)<br>
 
22
<I> initialize and start the inline editor with textshape.</I>
 
23
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.382.3"> <IMG BORDER=0 SRC=icon1.gif></A> void </TD><TD><B>Stop</B> ()<br>
 
24
<I> stop the object and update textshape.</I>
 
25
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.382.4"> <IMG BORDER=0 SRC=icon1.gif></A> void </TD><TD><B>Abort</B> ()<br>
 
26
<I> abort editing and restore everything</I>
 
27
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.382.5"> <IMG BORDER=0 SRC=icon1.gif></A> void </TD><TD><B>StartWindow</B> (<!1><A HREF="TextShape.html">TextShape</A> *t)<br>
 
28
<I> start editing in separate window.</I>
 
29
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.382.6"> <IMG BORDER=0 SRC=icon1.gif></A> <!1><A HREF="TextShape.html">TextShape</A>* </TD><TD><B>GetTextShape</B> () const <br>
 
30
<I></I>
 
31
</TD></TR></TABLE></DL>
 
32
<hr><H3>Inherited from <A HREF="InlineEditor.html">InlineEditor:</A></h3>
 
33
 
 
34
<DL>
 
35
<DL>
 
36
<DT><h3>Public Methods</h3><DD><DT><IMG SRC=icon2.gif> virtual  void  <B>Draw</B>()
 
37
<DT><IMG SRC=icon2.gif> void  <B>Undraw</B>()
 
38
<DT><IMG SRC=icon2.gif> void  <B>AddChar</B>(char c)
 
39
<DT><IMG SRC=icon2.gif> void  <B>BackSpace</B>()
 
40
<DT><IMG SRC=icon2.gif> void  <B>Delete</B>()
 
41
<DT><IMG SRC=icon2.gif> void  <B>CharLeft</B>()
 
42
<DT><IMG SRC=icon2.gif> void  <B>CharRight</B>()
 
43
<DT><IMG SRC=icon2.gif> void  <B>CharUp</B>()
 
44
<DT><IMG SRC=icon2.gif> void  <B>CharDown</B>()
 
45
<DT><IMG SRC=icon2.gif> void  <B>Home</B>()
 
46
<DT><IMG SRC=icon2.gif> void  <B>End</B>()
 
47
<DT><IMG SRC=icon2.gif> void  <B>Clear</B>()
 
48
<DT><IMG SRC=icon2.gif> void  <B>SetCursor</B>(int x, int y)
 
49
<DT><IMG SRC=icon2.gif> void  <B>SetCursor</B>(int whichChar)
 
50
<DT><IMG SRC=icon2.gif> void  <B>StopWindow</B>(const <!1><A HREF="string.html">string</A> *)
 
51
<DT><IMG SRC=icon2.gif> void  <B>CancelWindow</B>()
 
52
<DT><IMG SRC=icon2.gif> <!1><A HREF="TextEditDialog.html">TextEditDialog</A>*  <B>GetTextEditDialog</B>() const 
 
53
</DL><DL>
 
54
<DT><h3>Protected Methods</h3><DD><DT><IMG SRC=icon2.gif> bool  <B>IsInUse</B>() const 
 
55
<DT><IMG SRC=icon2.gif> void  <B>SetInUse</B>(bool b)
 
56
<DT><IMG SRC=icon2.gif> void  <B>SetIgnoreWindow</B>(bool b)
 
57
<DT><IMG SRC=icon2.gif> void  <B>SetText</B>(const <!1><A HREF="string.html">string</A> *t)
 
58
<DT><IMG SRC=icon2.gif> void  <B>SetOldText</B>(const <!1><A HREF="string.html">string</A> *ot)
 
59
<DT><IMG SRC=icon2.gif> void  <B>SetTextFont</B>(<!1><A HREF="XFont.html">XFont</A> *ft)
 
60
<DT><IMG SRC=icon2.gif> void  <B>SetTextColor</B>(<!1><A HREF="string.html">string</A> *c)
 
61
<DT><IMG SRC=icon2.gif> void  <B>SetAlignment</B>(<!2><A HREF="TextAlign.html#DOC.374.1">TextAlign::Type</A> a)
 
62
<DT><IMG SRC=icon2.gif> void  <B>SetTextPosition</B>(<!1><A HREF="Point.html">Point</A> *p)
 
63
<DT><IMG SRC=icon2.gif> const  <!1><A HREF="string.html">string</A>*  <B>GetText</B>() const 
 
64
<DT><IMG SRC=icon2.gif> const  <!1><A HREF="string.html">string</A>*  <B>GetOldText</B>() const 
 
65
<DT><IMG SRC=icon2.gif> <!1><A HREF="Viewer.html">Viewer</A>*  <B>GetViewer</B>() const 
 
66
<DT><IMG SRC=icon2.gif> virtual  bool  <B>IsUnderlined</B>() const 
 
67
<DT><IMG SRC=icon2.gif> void  <B>SetUnderlined</B>(bool b)
 
68
</DL></DL>
 
69
<A NAME="DOC.DOCU">
 
70
<hr>
 
71
 <h2> Documentation </h2>
 
72
<BLOCKQUOTE>
 
73
 text shape editor class.
 
74
 
 
75
</BLOCKQUOTE>
 
76
<DL>
 
77
 
 
78
<A NAME="TextShapeEditor">
 
79
<A NAME ="DOC.382.1">
 
80
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B>  TextShapeEditor(<!1><A HREF="DiagramViewer.html">DiagramViewer</A> *v)</B></TT>
 
81
<DL></DL><P>
 
82
<A NAME="Start">
 
83
<A NAME ="DOC.382.2">
 
84
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> void  Start(<!1><A HREF="TextShape.html">TextShape</A> *t)</B></TT>
 
85
<DD> initialize and start the inline editor with textshape.
 
86
<DL></DL><P>
 
87
<A NAME="Stop">
 
88
<A NAME ="DOC.382.3">
 
89
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> void  Stop()</B></TT>
 
90
<DD> stop the object and update textshape.
 
91
<DL></DL><P>
 
92
<A NAME="Abort">
 
93
<A NAME ="DOC.382.4">
 
94
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> void  Abort()</B></TT>
 
95
<DD> abort editing and restore everything
 
96
<DL></DL><P>
 
97
<A NAME="StartWindow">
 
98
<A NAME ="DOC.382.5">
 
99
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> void  StartWindow(<!1><A HREF="TextShape.html">TextShape</A> *t)</B></TT>
 
100
<DD> start editing in separate window.
 
101
<DL></DL><P>
 
102
<A NAME="GetTextShape">
 
103
<A NAME ="DOC.382.6">
 
104
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> <!1><A HREF="TextShape.html">TextShape</A>*  GetTextShape() const </B></TT>
 
105
<DL></DL><P></DL>
 
106
<hr>
 
107
 <DL><DT><B>This class has no child classes.</B></DL>
 
108
<DL></DL><P><I><A HREF="aindex.html"> alphabetic index</A></I>  <I><A HREF="HIER.html"> hierarchy of classes</A></I><P><hr>
 
109
<A HREF="http://www.zib.de/Visual/software/doc++/index.html"><IMG BORDER=0 ALIGN=RIGHT SRC=logo.gif></A>
 
110
<P Align=Center><I>this page has been generated automatically by doc++</I>
 
111
<P Align=Center><I>(c)opyright by <A HREF="http://www.zib.de/zoeckler/"> Malte  Z&ouml;ckler</A>, <A HREF="mailto:wunderling@zib.de"> Roland Wunderling </A><br>contact: <A HREF="mailto:doc++@zib.de"> doc++@zib.de</a></I>
 
112
</BODY>