98 <dt><i>model</i></dt> |
98 <dt><i>model</i></dt> |
99 <dd> |
99 <dd> |
100 class model containing the class data (ClassModel) |
100 class model containing the class data (ClassModel) |
101 </dd><dt><i>external</i></dt> |
101 </dd><dt><i>external</i></dt> |
102 <dd> |
102 <dd> |
103 flag indicating a class defined outside our scope (boolean) |
103 flag indicating a class defined outside our scope |
|
104 (boolean) |
104 </dd><dt><i>x</i></dt> |
105 </dd><dt><i>x</i></dt> |
105 <dd> |
106 <dd> |
106 x-coordinate (integer) |
107 x-coordinate (integer) |
107 </dd><dt><i>y</i></dt> |
108 </dd><dt><i>y</i></dt> |
108 <dd> |
109 <dd> |
110 </dd><dt><i>rounded=</i></dt> |
111 </dd><dt><i>rounded=</i></dt> |
111 <dd> |
112 <dd> |
112 flag indicating a rounded corner (boolean) |
113 flag indicating a rounded corner (boolean) |
113 </dd><dt><i>noAttrs=</i></dt> |
114 </dd><dt><i>noAttrs=</i></dt> |
114 <dd> |
115 <dd> |
115 flag indicating, that no attributes should be shown (boolean) |
116 flag indicating, that no attributes should be shown |
|
117 (boolean) |
116 </dd><dt><i>parent=</i></dt> |
118 </dd><dt><i>parent=</i></dt> |
117 <dd> |
119 <dd> |
118 reference to the parent object (QGraphicsItem) |
120 reference to the parent object (QGraphicsItem) |
119 </dd><dt><i>scene=</i></dt> |
121 </dd><dt><i>scene=</i></dt> |
120 <dd> |
122 <dd> |
135 <b>buildItemDataString</b>(<i></i>) |
137 <b>buildItemDataString</b>(<i></i>) |
136 <p> |
138 <p> |
137 Public method to build a string to persist the specific item data. |
139 Public method to build a string to persist the specific item data. |
138 </p><p> |
140 </p><p> |
139 This string must start with ", " and should be built like |
141 This string must start with ", " and should be built like |
140 "attribute=value" with pairs separated by ", ". value must not contain ", " |
142 "attribute=value" with pairs separated by ", ". value must not |
141 or newlines. |
143 contain ", " or newlines. |
142 </p><dl> |
144 </p><dl> |
143 <dt>Returns:</dt> |
145 <dt>Returns:</dt> |
144 <dd> |
146 <dd> |
145 persistence data (string) |
147 persistence data (string) |
146 </dd> |
148 </dd> |