eric6/Documentation/Source/eric6.Graphics.UMLDiagramBuilder.html

changeset 8289
871b40c5a77a
parent 7989
a21d673a8f99
child 8294
cb4e5bbf3a2c
equal deleted inserted replaced
8288:809d5d5ac2ba 8289:871b40c5a77a
102 <p> 102 <p>
103 Constructor 103 Constructor
104 </p> 104 </p>
105 <dl> 105 <dl>
106 106
107 <dt><i>dialog</i></dt> 107 <dt><i>dialog</i> (UMLDialog)</dt>
108 <dd> 108 <dd>
109 reference to the UML dialog (UMLDialog) 109 reference to the UML dialog
110 </dd> 110 </dd>
111 <dt><i>view</i></dt> 111 <dt><i>view</i> (UMLGraphicsView)</dt>
112 <dd> 112 <dd>
113 reference to the view object (UMLGraphicsView) 113 reference to the view object
114 </dd> 114 </dd>
115 <dt><i>project</i></dt> 115 <dt><i>project</i> (Project)</dt>
116 <dd> 116 <dd>
117 reference to the project object (Project) 117 reference to the project object
118 </dd> 118 </dd>
119 </dl> 119 </dl>
120 <a NAME="UMLDiagramBuilder.buildDiagram" ID="UMLDiagramBuilder.buildDiagram"></a> 120 <a NAME="UMLDiagramBuilder.buildDiagram" ID="UMLDiagramBuilder.buildDiagram"></a>
121 <h4>UMLDiagramBuilder.buildDiagram</h4> 121 <h4>UMLDiagramBuilder.buildDiagram</h4>
122 <b>buildDiagram</b>(<i></i>) 122 <b>buildDiagram</b>(<i></i>)
143 Public method to get a string for data to be persisted. 143 Public method to get a string for data to be persisted.
144 </p> 144 </p>
145 <dl> 145 <dl>
146 <dt>Return:</dt> 146 <dt>Return:</dt>
147 <dd> 147 <dd>
148 persisted data string (string) 148 persisted data string
149 </dd>
150 </dl>
151 <dl>
152 <dt>Return Type:</dt>
153 <dd>
154 str
149 </dd> 155 </dd>
150 </dl> 156 </dl>
151 <a NAME="UMLDiagramBuilder.initialize" ID="UMLDiagramBuilder.initialize"></a> 157 <a NAME="UMLDiagramBuilder.initialize" ID="UMLDiagramBuilder.initialize"></a>
152 <h4>UMLDiagramBuilder.initialize</h4> 158 <h4>UMLDiagramBuilder.initialize</h4>
153 <b>initialize</b>(<i></i>) 159 <b>initialize</b>(<i></i>)
162 <p> 168 <p>
163 Public method to parse persisted data. 169 Public method to parse persisted data.
164 </p> 170 </p>
165 <dl> 171 <dl>
166 172
167 <dt><i>version</i></dt> 173 <dt><i>version</i> (str)</dt>
168 <dd> 174 <dd>
169 version of the data (string) 175 version of the data
170 </dd> 176 </dd>
171 <dt><i>data</i></dt> 177 <dt><i>data</i> (str)</dt>
172 <dd> 178 <dd>
173 persisted data to be parsed (string) 179 persisted data to be parsed
174 </dd> 180 </dd>
175 </dl> 181 </dl>
176 <dl> 182 <dl>
177 <dt>Return:</dt> 183 <dt>Return:</dt>
178 <dd> 184 <dd>
179 flag indicating success (boolean) 185 flag indicating success
186 </dd>
187 </dl>
188 <dl>
189 <dt>Return Type:</dt>
190 <dd>
191 bool
180 </dd> 192 </dd>
181 </dl> 193 </dl>
182 <div align="right"><a href="#top">Up</a></div> 194 <div align="right"><a href="#top">Up</a></div>
183 <hr /> 195 <hr />
184 </body></html> 196 </body></html>

eric ide

mercurial