~ubuntu-branches/ubuntu/intrepid/tcm/intrepid

« back to all changes in this revision

Viewing changes to doc/sourcecode/SSDDiagram.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>SSDDiagram</TITLE></head>
 
2
<body>
 
3
<H2><A HREF ="#DOC.DOCU" > <IMG BORDER=0 SRC=down.gif></A>  class  SSDDiagram : public <!2><A HREF="ERDiagram.html#DOC.153.1">ERDiagram</A> </H2><BLOCKQUOTE>
 
4
 UML static structure diagram class.
 
5
</BLOCKQUOTE>
 
6
<hr>
 
7
 <h2> Inheritance:</h2>
 
8
<APPLET CODE="ClassGraph.class" WIDTH=600 HEIGHT=125>
 
9
<param name=classes value="CDocument,MDocument.html,CDiagram,MDiagram.html,CERDiagram,MERDiagram.html,CSSDDiagram,MSSDDiagram.html">
 
10
<param name=before value="M,M,M,M">
 
11
<param name=after value="Md_SPSP,Md_SP,Md_,M">
 
12
<param name=indent value="0,1,2,3">
 
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.325.1"> <IMG BORDER=0 SRC=icon1.gif></A> </TD><TD><B>SSDDiagram</B> (<!1><A HREF="Config.html">Config</A> *, <!1><A HREF="SSDWindow.html">SSDWindow</A> *, <!1><A HREF="SSDViewer.html">SSDViewer</A> *, <!1><A HREF="SSDGraph.html">SSDGraph</A> *)<br>
 
20
<I></I>
 
21
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.325.2"> <IMG BORDER=0 SRC=icon1.gif></A> virtual </TD><TD><B>~SSDDiagram</B> ()<br>
 
22
<I></I>
 
23
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.325.3"> <IMG BORDER=0 SRC=icon1.gif></A> <!1><A HREF="Node.html">Node</A>* </TD><TD><B>CreateNode</B> ()<br>
 
24
<I></I>
 
25
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.325.4"> <IMG BORDER=0 SRC=icon1.gif></A> <!1><A HREF="Edge.html">Edge</A>* </TD><TD><B>CreateEdge</B> (<!1><A HREF="Subject.html">Subject</A> *n1, <!1><A HREF="Subject.html">Subject</A> *n2)<br>
 
26
<I></I>
 
27
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.325.5"> <IMG BORDER=0 SRC=icon1.gif></A> <!1><A HREF="NodeShape.html">NodeShape</A>* </TD><TD><B>CreateNodeShape</B> (<!1><A HREF="Node.html">Node</A> *node, int x, int y)<br>
 
28
<I></I>
 
29
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.325.6"> <IMG BORDER=0 SRC=icon1.gif></A> <!1><A HREF="Line.html">Line</A>* </TD><TD><B>CreateLine</B> (<!1><A HREF="Edge.html">Edge</A> *edge, <!1><A HREF="GShape.html">GShape</A> *fromShape, <!1><A HREF="GShape.html">GShape</A> *toShape, <!1><A HREF="List.html">List</A><<!1><A HREF="Point.html">Point</A> *> *line)<br>
 
30
<I></I>
 
31
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.325.7"> <IMG BORDER=0 SRC=icon1.gif></A> void </TD><TD><B>UpdateNodeType</B> (int n)<br>
 
32
<I></I>
 
33
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.325.8"> <IMG BORDER=0 SRC=icon1.gif></A> void </TD><TD><B>UpdateEdgeType</B> (int n)<br>
 
34
<I></I>
 
35
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.325.9"> <IMG BORDER=0 SRC=icon1.gif></A> bool </TD><TD><B>SetText</B> (<!1><A HREF="TextShape.html">TextShape</A> *t, const <!1><A HREF="string.html">string</A> *s)<br>
 
36
<I></I>
 
37
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.325.10"> <IMG BORDER=0 SRC=icon1.gif></A> bool </TD><TD><B>SetAttribute</B> (<!1><A HREF="StringListNode.html">StringListNode</A> *n, const <!1><A HREF="string.html">string</A> *s, unsigned nr)<br>
 
38
<I> Set Attribute in class obj at position nr.</I>
 
39
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.325.11"> <IMG BORDER=0 SRC=icon1.gif></A> bool </TD><TD><B>SetOperation</B> (<!1><A HREF="StringListNode2.html">StringListNode2</A> *n, const <!1><A HREF="string.html">string</A> *s, unsigned nr)<br>
 
40
<I> Set Operation in obj at position nr.</I>
 
41
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.325.12"> <IMG BORDER=0 SRC=icon1.gif></A> bool </TD><TD><B>SetRoleName</B> (<!1><A HREF="Subject.html">Subject</A> *subj, const <!1><A HREF="string.html">string</A> *s, unsigned nr)<br>
 
42
<I> Set nr-th role name of subject. Check name syntax. </I>
 
43
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.325.13"> <IMG BORDER=0 SRC=icon1.gif></A> bool </TD><TD><B>SetStereotype</B> (<!1><A HREF="SSDClassNode.html">SSDClassNode</A> *node, const <!1><A HREF="string.html">string</A> *s)<br>
 
44
<I> Set stereotype string of a class node.</I>
 
45
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.325.14"> <IMG BORDER=0 SRC=icon1.gif></A> bool </TD><TD><B>SetProperties</B> (<!1><A HREF="SSDClassNode.html">SSDClassNode</A> *node, const <!1><A HREF="string.html">string</A> *s)<br>
 
46
<I> set properties string of a class node.</I>
 
47
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.325.15"> <IMG BORDER=0 SRC=icon1.gif></A> void </TD><TD><B>CheckDocument</B> ()<br>
 
48
<I> check the soft constraints on a SSD.</I>
 
49
</TD></TR></TABLE><TABLE>
 
50
<DT><h3>Protected Fields</h3><DD><TR><TD VALIGN=top><A HREF="#DOC.325.19"> <IMG BORDER=0 SRC=icon1.gif></A> static  const  int </TD><TD><B>MINI_ELLIPSE_WIDTH</B> <br>
 
51
<I> </I>
 
52
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.325.20"> <IMG BORDER=0 SRC=icon1.gif></A> static  const  int </TD><TD><B>MINI_ELLIPSE_HEIGHT</B> <br>
 
53
<I> </I>
 
54
</TD></TR></TABLE><TABLE>
 
55
<DT><h3>Protected Methods</h3><DD><TR><TD VALIGN=top><A HREF="#DOC.325.16"> <IMG BORDER=0 SRC=icon1.gif></A> void </TD><TD><B>MakeErrorMessage</B> (<!1><A HREF="StringListNode.html">StringListNode</A> *node, <!2><A HREF="StringListNode.html#DOC.356.4">StringListNode::StringErrorType</A> result, const <!1><A HREF="string.html">string</A> *s, <!1><A HREF="string.html">string</A> *text)<br>
 
56
<I> Give error after failing to update attribute or operation.</I>
 
57
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.325.17"> <IMG BORDER=0 SRC=icon1.gif></A> <!1><A HREF="Thing.html">Thing</A>* </TD><TD><B>CreateThing</B> (int classNr)<br>
 
58
<I></I>
 
59
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.325.18"> <IMG BORDER=0 SRC=icon1.gif></A> <!1><A HREF="SSDChecks.html">SSDChecks</A>* </TD><TD><B>GetSSDChecks</B> ()<br>
 
60
<I></I>
 
61
</TD></TR></TABLE></DL>
 
62
<hr><H3>Inherited from <A HREF="ERDiagram.html">ERDiagram:</A></h3>
 
63
 
 
64
<DL>
 
65
<DL>
 
66
<DT><h3>Protected Methods</h3><DD><DT><IMG SRC=icon2.gif> bool  <B>CheckIsaLoop</B>(<!1><A HREF="Edge.html">Edge</A> *edge)
 
67
<DT><IMG SRC=icon2.gif> bool  <B>CheckEdgeConstraints</B>(<!1><A HREF="Subject.html">Subject</A> *n1, <!1><A HREF="Subject.html">Subject</A> *n2)
 
68
</DL></DL>
 
69
<hr><H3>Inherited from <A HREF = "Diagram.html"> Diagram:</A></h3>
 
70
 
 
71
<DL>
 
72
<DL>
 
73
<DT><h3>Public Fields</h3><DD><DT><IMG SRC=icon2.gif> static  <!1><A HREF="Sequence.html">Sequence</A>  <B>sequence</B>
 
74
</DL><DL>
 
75
<DT><h3>Public Methods</h3><DD><DT><IMG SRC=icon2.gif> void  <B>Initialize</B>()
 
76
<DT><IMG SRC=icon2.gif> <!1><A HREF="Graph.html">Graph</A>*  <B>GetGraph</B>() const 
 
77
<DT><IMG SRC=icon2.gif> <!1><A HREF="AssocList.html">AssocList</A>*  <B>GetAssocList</B>() const 
 
78
<DT><IMG SRC=icon2.gif> void  <B>SetCurve</B>(bool set)
 
79
<DT><IMG SRC=icon2.gif> bool  <B>IsCurve</B>() const 
 
80
<DT><IMG SRC=icon2.gif> bool  <B>CheckConnection</B>(<!1><A HREF="Subject.html">Subject</A> *n1, <!1><A HREF="Subject.html">Subject</A> *n2)
 
81
<DT><IMG SRC=icon2.gif> virtual  void  <B>AddSubject</B>(<!1><A HREF="Subject.html">Subject</A> *s)
 
82
<DT><IMG SRC=icon2.gif> void  <B>AddSubjects</B>(<!1><A HREF="List.html">List</A><<!1><A HREF="Subject.html">Subject</A> *> *s)
 
83
<DT><IMG SRC=icon2.gif> virtual  void  <B>RemoveSubject</B>(<!1><A HREF="Subject.html">Subject</A> *s)
 
84
<DT><IMG SRC=icon2.gif> void  <B>RemoveSubjects</B>(<!1><A HREF="List.html">List</A><<!1><A HREF="Subject.html">Subject</A> *> *s)
 
85
<DT><IMG SRC=icon2.gif> void  <B>CompleteSubjects</B>(<!1><A HREF="List.html">List</A><<!1><A HREF="Subject.html">Subject</A> *> *subjects)
 
86
<DT><IMG SRC=icon2.gif> void  <B>CompleteEdges</B>(<!1><A HREF="List.html">List</A><<!1><A HREF="Subject.html">Subject</A> *> *subjects)
 
87
<DT><IMG SRC=icon2.gif> void  <B>CompleteSubject</B>(<!1><A HREF="List.html">List</A><<!1><A HREF="Subject.html">Subject</A> *> *edges, <!1><A HREF="Subject.html">Subject</A> *subject)
 
88
<DT><IMG SRC=icon2.gif> void  <B>RemoveAll</B>()
 
89
<DT><IMG SRC=icon2.gif> void  <B>AnnotateSubject</B>(<!1><A HREF="Subject.html">Subject</A> *s)
 
90
<DT><IMG SRC=icon2.gif> void  <B>SetSubjectAnnotation</B>(<!1><A HREF="string.html">string</A> *s)
 
91
<DT><IMG SRC=icon2.gif> bool  <B>RedirectEdge</B>(<!1><A HREF="Line.html">Line</A> *line, bool first, const <!1><A HREF="Point.html">Point</A> *pt)
 
92
<DT><IMG SRC=icon2.gif> void  <B>Move</B>(<!2><A HREF="Document.html#DOC.118.42">MoveType</A>)
 
93
<DT><IMG SRC=icon2.gif> void  <B>SelectSubject</B>(<!1><A HREF="Subject.html">Subject</A> *s)
 
94
<DT><IMG SRC=icon2.gif> void  <B>SelectSubjects</B>(<!1><A HREF="List.html">List</A><<!1><A HREF="Subject.html">Subject</A> *> *s)
 
95
<DT><IMG SRC=icon2.gif> void  <B>FindAll</B>(const <!1><A HREF="string.html">string</A> *s, bool send, bool substring, bool nameOnly)
 
96
<DT><IMG SRC=icon2.gif> void  <B>FindNext</B>(const <!1><A HREF="string.html">string</A> *s, bool send, bool substring, bool nameOnly)
 
97
<DT><IMG SRC=icon2.gif> void  <B>ReplaceAll</B>(const <!1><A HREF="string.html">string</A> *s1, const <!1><A HREF="string.html">string</A> *s2, bool send, bool substring, bool nameOnly)
 
98
<DT><IMG SRC=icon2.gif> void  <B>ReplaceNext</B>(const <!1><A HREF="string.html">string</A> *s1, const <!1><A HREF="string.html">string</A> *s2, bool send, bool substring, bool nameOnly)
 
99
<DT><IMG SRC=icon2.gif> virtual  bool  <B>HasIndexNode</B>(int)
 
100
<DT><IMG SRC=icon2.gif> virtual  bool  <B>HasIndexShape</B>(int)
 
101
<DT><IMG SRC=icon2.gif> void  <B>Reindex</B>()
 
102
<DT><IMG SRC=icon2.gif> void  <B>SetNextIndex</B>(<!1><A HREF="Node.html">Node</A> *n)
 
103
</DL><DL>
 
104
<DT><h3>Protected Methods</h3><DD><DT><IMG SRC=icon2.gif> <!1><A HREF="DiagramViewer.html">DiagramViewer</A>*  <B>GetDiagramViewer</B>() const 
 
105
<DT><IMG SRC=icon2.gif> int  <B>GetNodeType</B>() const 
 
106
<DT><IMG SRC=icon2.gif> void  <B>SetNodeType</B>(int n)
 
107
<DT><IMG SRC=icon2.gif> int  <B>GetEdgeType</B>() const 
 
108
<DT><IMG SRC=icon2.gif> void  <B>SetEdgeType</B>(int n)
 
109
<DT><IMG SRC=icon2.gif> int  <B>GetNodeShapeType</B>() const 
 
110
<DT><IMG SRC=icon2.gif> void  <B>SetNodeShapeType</B>(int n)
 
111
<DT><IMG SRC=icon2.gif> void  <B>SetLineType</B>(int n)
 
112
<DT><IMG SRC=icon2.gif> int  <B>GetLineType</B>() const 
 
113
<DT><IMG SRC=icon2.gif> <!2><A HREF="LineStyle.html#DOC.213.1">LineStyle::Type</A>  <B>GetNodeLineStyle</B>()
 
114
<DT><IMG SRC=icon2.gif> <!2><A HREF="LineStyle.html#DOC.213.1">LineStyle::Type</A>  <B>GetEdgeLineStyle</B>()
 
115
<DT><IMG SRC=icon2.gif> void  <B>SetNodeLineStyle</B>(<!2><A HREF="LineStyle.html#DOC.213.1">LineStyle::Type</A> n)
 
116
<DT><IMG SRC=icon2.gif> void  <B>SetEdgeLineStyle</B>(<!2><A HREF="LineStyle.html#DOC.213.1">LineStyle::Type</A> e)
 
117
<DT><IMG SRC=icon2.gif> <!2><A HREF="LineEnd.html#DOC.209.1">LineEnd::Type</A>  <B>GetLineEnd1</B>()
 
118
<DT><IMG SRC=icon2.gif> <!2><A HREF="LineEnd.html#DOC.209.1">LineEnd::Type</A>  <B>GetLineEnd2</B>()
 
119
<DT><IMG SRC=icon2.gif> void  <B>SetLineEnd1</B>(<!2><A HREF="LineEnd.html#DOC.209.1">LineEnd::Type</A> t)
 
120
<DT><IMG SRC=icon2.gif> void  <B>SetLineEnd2</B>(<!2><A HREF="LineEnd.html#DOC.209.1">LineEnd::Type</A> t)
 
121
<DT><IMG SRC=icon2.gif> bool  <B>SetSubjectName</B>(<!1><A HREF="Subject.html">Subject</A> *subject, const <!1><A HREF="string.html">string</A> *s)
 
122
<DT><IMG SRC=icon2.gif> bool  <B>SetIndex</B>(<!1><A HREF="Node.html">Node</A> *n, const <!1><A HREF="string.html">string</A> *index)
 
123
<DT><IMG SRC=icon2.gif> virtual  void  <B>PlaceShapes</B>()
 
124
<DT><IMG SRC=icon2.gif> void  <B>LoadEntries</B>()
 
125
<DT><IMG SRC=icon2.gif> void  <B>SaveEntries</B>()
 
126
<DT><IMG SRC=icon2.gif> void  <B>UpdateNameStrings</B>(<!1><A HREF="Subject.html">Subject</A> *subject)
 
127
</DL></DL>
 
128
<hr><H3>Inherited from <A HREF = "Document.html"> Document:</A></h3>
 
129
 
 
130
<DL>
 
131
<DL>
 
132
<DT><h3>Public Classes</h3><DD><DT><IMG SRC=icon2.gif>  enum  <B>MoveType</B>
 
133
</DL><DL>
 
134
<DT><h3>Public Methods</h3><DD><DT><IMG SRC=icon2.gif> void  <B>New</B>()
 
135
<DT><IMG SRC=icon2.gif> virtual  void  <B>Load</B>()
 
136
<DT><IMG SRC=icon2.gif> virtual  void  <B>Append</B>()
 
137
<DT><IMG SRC=icon2.gif> void  <B>Save</B>()
 
138
<DT><IMG SRC=icon2.gif> void  <B>SaveAs</B>()
 
139
<DT><IMG SRC=icon2.gif> void  <B>SaveSelectionAs</B>()
 
140
<DT><IMG SRC=icon2.gif> void  <B>Quit</B>()
 
141
<DT><IMG SRC=icon2.gif> void  <B>ShowDocInfo</B>()
 
142
<DT><IMG SRC=icon2.gif> void  <B>ShowSource</B>()
 
143
<DT><IMG SRC=icon2.gif> void  <B>SaveSource</B>()
 
144
<DT><IMG SRC=icon2.gif> virtual  void  <B>ShowSummary</B>()
 
145
<DT><IMG SRC=icon2.gif> virtual  void  <B>ModelCheckDocument</B>()
 
146
<DT><IMG SRC=icon2.gif> void  <B>Annotate</B>()
 
147
<DT><IMG SRC=icon2.gif> void  <B>LoadSave</B>(const <!1><A HREF="string.html">string</A> *file)
 
148
<DT><IMG SRC=icon2.gif> virtual  void  <B>DoLoad</B>(const <!1><A HREF="string.html">string</A> *file)
 
149
<DT><IMG SRC=icon2.gif> void  <B>DoSaveAs</B>(const <!1><A HREF="string.html">string</A> *file)
 
150
<DT><IMG SRC=icon2.gif> void  <B>DoSaveSelectionAs</B>(const <!1><A HREF="string.html">string</A> *file)
 
151
<DT><IMG SRC=icon2.gif> double  <B>GetLoadFormat</B>() const 
 
152
<DT><IMG SRC=icon2.gif> void  <B>NewFile</B>(const <!1><A HREF="string.html">string</A> *file)
 
153
<DT><IMG SRC=icon2.gif> bool  <B>NewName</B>(const <!1><A HREF="string.html">string</A> *newname)
 
154
<DT><IMG SRC=icon2.gif> void  <B>SetName</B>(const <!1><A HREF="string.html">string</A> *newname)
 
155
<DT><IMG SRC=icon2.gif> const  <!1><A HREF="string.html">string</A>*  <B>GetName</B>() const 
 
156
<DT><IMG SRC=icon2.gif> const  <!1><A HREF="string.html">string</A>*  <B>GetDocType</B>() const 
 
157
<DT><IMG SRC=icon2.gif> const  <!1><A HREF="string.html">string</A>*  <B>GetSuffix</B>() const 
 
158
<DT><IMG SRC=icon2.gif> const  <!1><A HREF="string.html">string</A>*  <B>GetToolName</B>() const 
 
159
<DT><IMG SRC=icon2.gif> const  <!1><A HREF="string.html">string</A>*  <B>GetAuthor</B>() const 
 
160
<DT><IMG SRC=icon2.gif> const  <!1><A HREF="string.html">string</A>*  <B>GetCreationTime</B>() const 
 
161
<DT><IMG SRC=icon2.gif> bool  <B>IsDefault</B>()
 
162
<DT><IMG SRC=icon2.gif> void  <B>NewDir</B>(const <!1><A HREF="string.html">string</A> *newdir)
 
163
<DT><IMG SRC=icon2.gif> void  <B>SetDir</B>(const <!1><A HREF="string.html">string</A> *newdir)
 
164
<DT><IMG SRC=icon2.gif> const  <!1><A HREF="string.html">string</A>*  <B>GetDir</B>() const 
 
165
<DT><IMG SRC=icon2.gif> void  <B>SetFSDir</B>()
 
166
<DT><IMG SRC=icon2.gif> void  <B>IncChanges</B>()
 
167
<DT><IMG SRC=icon2.gif> void  <B>DecChanges</B>()
 
168
<DT><IMG SRC=icon2.gif> int  <B>GetChanges</B>() const 
 
169
<DT><IMG SRC=icon2.gif> virtual  void  <B>SetInlineEdit</B>(bool)
 
170
<DT><IMG SRC=icon2.gif> bool  <B>IsModified</B>() const 
 
171
<DT><IMG SRC=icon2.gif> void  <B>SetModified</B>(bool set)
 
172
<DT><IMG SRC=icon2.gif> bool  <B>IsLoaded</B>() const 
 
173
<DT><IMG SRC=icon2.gif> bool  <B>MayWrite</B>(const <!1><A HREF="string.html">string</A> *path)
 
174
<DT><IMG SRC=icon2.gif> void  <B>SetStatus</B>(const char *msg)
 
175
<DT><IMG SRC=icon2.gif> void  <B>SetStatus</B>(const <!1><A HREF="string.html">string</A> *msg)
 
176
<DT><IMG SRC=icon2.gif> void  <B>SetAnnotation</B>(const <!1><A HREF="string.html">string</A> *s)
 
177
<DT><IMG SRC=icon2.gif> virtual  void  <B>Find</B>()
 
178
<DT><IMG SRC=icon2.gif> virtual  void  <B>Replace</B>()
 
179
<DT><IMG SRC=icon2.gif> void  <B>UpdateWindow</B>()
 
180
<DT><IMG SRC=icon2.gif> <!1><A HREF="EditWindow.html">EditWindow</A>*  <B>GetMainWindow</B>() const 
 
181
<DT><IMG SRC=icon2.gif> <!1><A HREF="Config.html">Config</A>*  <B>GetConfig</B>() const 
 
182
<DT><IMG SRC=icon2.gif> <!1><A HREF="Viewer.html">Viewer</A>*  <B>GetViewer</B>() const 
 
183
<DT><IMG SRC=icon2.gif> <!1><A HREF="InputFile.html">InputFile</A>*  <B>GetInputFile</B>() const 
 
184
<DT><IMG SRC=icon2.gif> <!1><A HREF="OutputFile.html">OutputFile</A>*  <B>GetOutputFile</B>() const 
 
185
<DT><IMG SRC=icon2.gif> <!1><A HREF="TextEditDialog.html">TextEditDialog</A>*  <B>GetSourceEditDialog</B>() const 
 
186
<DT><IMG SRC=icon2.gif> <!1><A HREF="TextEditDialog.html">TextEditDialog</A>*  <B>GetDocAnnotationDialog</B>() const 
 
187
<DT><IMG SRC=icon2.gif> <!1><A HREF="TextEditDialog.html">TextEditDialog</A>*  <B>GetEltAnnotationDialog</B>() const 
 
188
<DT><IMG SRC=icon2.gif> <!1><A HREF="FileSelectionDialog.html">FileSelectionDialog</A>*  <B>GetFileSelectionDialog</B>() const 
 
189
<DT><IMG SRC=icon2.gif> <!1><A HREF="FindDialog.html">FindDialog</A>*  <B>GetFindDialog</B>() const 
 
190
<DT><IMG SRC=icon2.gif> <!1><A HREF="ReplaceDialog.html">ReplaceDialog</A>*  <B>GetReplaceDialog</B>() const 
 
191
</DL><DL>
 
192
<DT><h3>Protected Fields</h3><DD><DT><IMG SRC=icon2.gif> <!1><A HREF="string.html">string</A>  <B>chkbuf</B>
 
193
</DL><DL>
 
194
<DT><h3>Protected Methods</h3><DD><DT><IMG SRC=icon2.gif> bool  <B>IsAppending</B>() const 
 
195
<DT><IMG SRC=icon2.gif> bool  <B>IsSaveSelection</B>() const 
 
196
<DT><IMG SRC=icon2.gif> virtual  void  <B>UpdateDirectory</B>(const <!1><A HREF="string.html">string</A> *s)
 
197
<DT><IMG SRC=icon2.gif> void  <B>ShowDialog</B>(<!2><A HREF="MessageDialog.html#DOC.225.1">MessageDialog::DialogType</A>, const char *title, const char *text)
 
198
<DT><IMG SRC=icon2.gif> void  <B>ShowDialog</B>(<!2><A HREF="MessageDialog.html#DOC.225.1">MessageDialog::DialogType</A>, const char *title, const <!1><A HREF="string.html">string</A> *text)
 
199
<DT><IMG SRC=icon2.gif> void  <B>ReportCheck</B>(int errors, const <!1><A HREF="string.html">string</A> *msg)
 
200
<DT><IMG SRC=icon2.gif> bool  <B>Save</B>(const <!1><A HREF="string.html">string</A> *file)
 
201
</DL></DL>
 
202
<A NAME="DOC.DOCU">
 
203
<hr>
 
204
 <h2> Documentation </h2>
 
205
<BLOCKQUOTE>
 
206
 UML static structure diagram class.
 
207
 
 
208
</BLOCKQUOTE>
 
209
<DL>
 
210
 
 
211
<A NAME="SSDDiagram">
 
212
<A NAME ="DOC.325.1">
 
213
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B>  SSDDiagram(<!1><A HREF="Config.html">Config</A> *, <!1><A HREF="SSDWindow.html">SSDWindow</A> *, <!1><A HREF="SSDViewer.html">SSDViewer</A> *, <!1><A HREF="SSDGraph.html">SSDGraph</A> *)</B></TT>
 
214
<DL></DL><P>
 
215
<A NAME="~SSDDiagram">
 
216
<A NAME ="DOC.325.2">
 
217
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> virtual  ~SSDDiagram()</B></TT>
 
218
<DL></DL><P>
 
219
<A NAME="CreateNode">
 
220
<A NAME ="DOC.325.3">
 
221
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> <!1><A HREF="Node.html">Node</A>*  CreateNode()</B></TT>
 
222
<DL></DL><P>
 
223
<A NAME="CreateEdge">
 
224
<A NAME ="DOC.325.4">
 
225
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> <!1><A HREF="Edge.html">Edge</A>*  CreateEdge(<!1><A HREF="Subject.html">Subject</A> *n1, <!1><A HREF="Subject.html">Subject</A> *n2)</B></TT>
 
226
<DL></DL><P>
 
227
<A NAME="CreateNodeShape">
 
228
<A NAME ="DOC.325.5">
 
229
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> <!1><A HREF="NodeShape.html">NodeShape</A>*  CreateNodeShape(<!1><A HREF="Node.html">Node</A> *node, int x, int y)</B></TT>
 
230
<DL></DL><P>
 
231
<A NAME="CreateLine">
 
232
<A NAME ="DOC.325.6">
 
233
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> <!1><A HREF="Line.html">Line</A>*  CreateLine(<!1><A HREF="Edge.html">Edge</A> *edge, <!1><A HREF="GShape.html">GShape</A> *fromShape, <!1><A HREF="GShape.html">GShape</A> *toShape, <!1><A HREF="List.html">List</A><<!1><A HREF="Point.html">Point</A> *> *line)</B></TT>
 
234
<DL></DL><P>
 
235
<A NAME="UpdateNodeType">
 
236
<A NAME ="DOC.325.7">
 
237
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> void  UpdateNodeType(int n)</B></TT>
 
238
<DL></DL><P>
 
239
<A NAME="UpdateEdgeType">
 
240
<A NAME ="DOC.325.8">
 
241
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> void  UpdateEdgeType(int n)</B></TT>
 
242
<DL></DL><P>
 
243
<A NAME="SetText">
 
244
<A NAME ="DOC.325.9">
 
245
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> bool  SetText(<!1><A HREF="TextShape.html">TextShape</A> *t, const <!1><A HREF="string.html">string</A> *s)</B></TT>
 
246
<DL></DL><P>
 
247
<A NAME="SetAttribute">
 
248
<A NAME ="DOC.325.10">
 
249
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> bool  SetAttribute(<!1><A HREF="StringListNode.html">StringListNode</A> *n, const <!1><A HREF="string.html">string</A> *s, unsigned nr)</B></TT>
 
250
<DD> Set Attribute in class obj at position nr.
 
251
<DL></DL><P>
 
252
<A NAME="SetOperation">
 
253
<A NAME ="DOC.325.11">
 
254
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> bool  SetOperation(<!1><A HREF="StringListNode2.html">StringListNode2</A> *n, const <!1><A HREF="string.html">string</A> *s, unsigned nr)</B></TT>
 
255
<DD> Set Operation in obj at position nr.
 
256
<DL></DL><P>
 
257
<A NAME="SetRoleName">
 
258
<A NAME ="DOC.325.12">
 
259
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> bool  SetRoleName(<!1><A HREF="Subject.html">Subject</A> *subj, const <!1><A HREF="string.html">string</A> *s, unsigned nr)</B></TT>
 
260
<DD> Set nr-th role name of subject. Check name syntax. 
 
261
<DL></DL><P>
 
262
<A NAME="SetStereotype">
 
263
<A NAME ="DOC.325.13">
 
264
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> bool  SetStereotype(<!1><A HREF="SSDClassNode.html">SSDClassNode</A> *node, const <!1><A HREF="string.html">string</A> *s)</B></TT>
 
265
<DD> Set stereotype string of a class node.
 
266
<DL></DL><P>
 
267
<A NAME="SetProperties">
 
268
<A NAME ="DOC.325.14">
 
269
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> bool  SetProperties(<!1><A HREF="SSDClassNode.html">SSDClassNode</A> *node, const <!1><A HREF="string.html">string</A> *s)</B></TT>
 
270
<DD> set properties string of a class node.
 
271
<DL></DL><P>
 
272
<A NAME="CheckDocument">
 
273
<A NAME ="DOC.325.15">
 
274
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> void  CheckDocument()</B></TT>
 
275
<DD> check the soft constraints on a SSD.
 
276
<DL></DL><P>
 
277
<A NAME="MakeErrorMessage">
 
278
<A NAME ="DOC.325.16">
 
279
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> void  MakeErrorMessage(<!1><A HREF="StringListNode.html">StringListNode</A> *node, <!2><A HREF="StringListNode.html#DOC.356.4">StringListNode::StringErrorType</A> result, const <!1><A HREF="string.html">string</A> *s, <!1><A HREF="string.html">string</A> *text)</B></TT>
 
280
<DD> Give error after failing to update attribute or operation.
 
281
<DL></DL><P>
 
282
<A NAME="CreateThing">
 
283
<A NAME ="DOC.325.17">
 
284
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> <!1><A HREF="Thing.html">Thing</A>*  CreateThing(int classNr)</B></TT>
 
285
<DL></DL><P>
 
286
<A NAME="GetSSDChecks">
 
287
<A NAME ="DOC.325.18">
 
288
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> <!1><A HREF="SSDChecks.html">SSDChecks</A>*  GetSSDChecks()</B></TT>
 
289
<DL></DL><P>
 
290
<A NAME="MINI_ELLIPSE_WIDTH">
 
291
<A NAME ="DOC.325.19">
 
292
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> static  const  int  MINI_ELLIPSE_WIDTH</B></TT>
 
293
<DD> 
 
294
<DL></DL><P>
 
295
<A NAME="MINI_ELLIPSE_HEIGHT">
 
296
<A NAME ="DOC.325.20">
 
297
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> static  const  int  MINI_ELLIPSE_HEIGHT</B></TT>
 
298
<DD> 
 
299
<DL></DL><P></DL>
 
300
<hr>
 
301
 <DL><DT><B>This class has no child classes.</B></DL>
 
302
<DL></DL><P><I><A HREF="aindex.html"> alphabetic index</A></I>  <I><A HREF="HIER.html"> hierarchy of classes</A></I><P><hr>
 
303
<A HREF="http://www.zib.de/Visual/software/doc++/index.html"><IMG BORDER=0 ALIGN=RIGHT SRC=logo.gif></A>
 
304
<P Align=Center><I>this page has been generated automatically by doc++</I>
 
305
<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>
 
306
</BODY>