223 <dd> |
223 <dd> |
224 optional reference to the widget painted on (QWidget) |
224 optional reference to the widget painted on (QWidget) |
225 </dd> |
225 </dd> |
226 </dl><a NAME="UMLItem.parseItemDataString" ID="UMLItem.parseItemDataString"></a> |
226 </dl><a NAME="UMLItem.parseItemDataString" ID="UMLItem.parseItemDataString"></a> |
227 <h4>UMLItem.parseItemDataString</h4> |
227 <h4>UMLItem.parseItemDataString</h4> |
228 <b>parseItemDataString</b>(<i>data</i>) |
228 <b>parseItemDataString</b>(<i>version, data</i>) |
229 <p> |
229 <p> |
230 Public method to parse the given persistence data. |
230 Public method to parse the given persistence data. |
231 </p><dl> |
231 </p><dl> |
232 <dt><i>data</i></dt> |
232 <dt><i>version</i></dt> |
|
233 <dd> |
|
234 version of the data (string) |
|
235 </dd><dt><i>data</i></dt> |
233 <dd> |
236 <dd> |
234 persisted data to be parsed (string) |
237 persisted data to be parsed (string) |
|
238 </dd> |
|
239 </dl><dl> |
|
240 <dt>Returns:</dt> |
|
241 <dd> |
|
242 flag indicating success (boolean) |
235 </dd> |
243 </dd> |
236 </dl><a NAME="UMLItem.removeAssociation" ID="UMLItem.removeAssociation"></a> |
244 </dl><a NAME="UMLItem.removeAssociation" ID="UMLItem.removeAssociation"></a> |
237 <h4>UMLItem.removeAssociation</h4> |
245 <h4>UMLItem.removeAssociation</h4> |
238 <b>removeAssociation</b>(<i>assoc</i>) |
246 <b>removeAssociation</b>(<i>assoc</i>) |
239 <p> |
247 <p> |