7991:866adc8c315b | 8043:0acf98cd089a |
---|---|
174 | 174 |
175 <p> | 175 <p> |
176 Protected method to create the menu for a tool bar action. | 176 Protected method to create the menu for a tool bar action. |
177 </p> | 177 </p> |
178 <dl> | 178 <dl> |
179 <dt>Returns:</dt> | 179 <dt>Return:</dt> |
180 <dd> | 180 <dd> |
181 menu for a tool bar action (E5ModelMenu) | 181 menu for a tool bar action (E5ModelMenu) |
182 </dd> | 182 </dd> |
183 </dl> | 183 </dl> |
184 <a NAME="E5ModelToolBar.dragEnterEvent" ID="E5ModelToolBar.dragEnterEvent"></a> | 184 <a NAME="E5ModelToolBar.dragEnterEvent" ID="E5ModelToolBar.dragEnterEvent"></a> |
233 <dd> | 233 <dd> |
234 reference to the event (QEvent) | 234 reference to the event (QEvent) |
235 </dd> | 235 </dd> |
236 </dl> | 236 </dl> |
237 <dl> | 237 <dl> |
238 <dt>Returns:</dt> | 238 <dt>Return:</dt> |
239 <dd> | 239 <dd> |
240 flag indicating that the event should be filtered out (boolean) | 240 flag indicating that the event should be filtered out (boolean) |
241 </dd> | 241 </dd> |
242 </dl> | 242 </dl> |
243 <a NAME="E5ModelToolBar.hideEvent" ID="E5ModelToolBar.hideEvent"></a> | 243 <a NAME="E5ModelToolBar.hideEvent" ID="E5ModelToolBar.hideEvent"></a> |
267 <dd> | 267 <dd> |
268 reference to the action to get the index for (QAction) | 268 reference to the action to get the index for (QAction) |
269 </dd> | 269 </dd> |
270 </dl> | 270 </dl> |
271 <dl> | 271 <dl> |
272 <dt>Returns:</dt> | 272 <dt>Return:</dt> |
273 <dd> | 273 <dd> |
274 index of the action (QModelIndex) | 274 index of the action (QModelIndex) |
275 </dd> | 275 </dd> |
276 </dl> | 276 </dl> |
277 <a NAME="E5ModelToolBar.model" ID="E5ModelToolBar.model"></a> | 277 <a NAME="E5ModelToolBar.model" ID="E5ModelToolBar.model"></a> |
280 | 280 |
281 <p> | 281 <p> |
282 Public method to get a reference to the model. | 282 Public method to get a reference to the model. |
283 </p> | 283 </p> |
284 <dl> | 284 <dl> |
285 <dt>Returns:</dt> | 285 <dt>Return:</dt> |
286 <dd> | 286 <dd> |
287 reference to the model (QAbstractItemModel) | 287 reference to the model (QAbstractItemModel) |
288 </dd> | 288 </dd> |
289 </dl> | 289 </dl> |
290 <a NAME="E5ModelToolBar.mouseMoveEvent" ID="E5ModelToolBar.mouseMoveEvent"></a> | 290 <a NAME="E5ModelToolBar.mouseMoveEvent" ID="E5ModelToolBar.mouseMoveEvent"></a> |
321 | 321 |
322 <p> | 322 <p> |
323 Public method to get the root index. | 323 Public method to get the root index. |
324 </p> | 324 </p> |
325 <dl> | 325 <dl> |
326 <dt>Returns:</dt> | 326 <dt>Return:</dt> |
327 <dd> | 327 <dd> |
328 root index (QModelIndex) | 328 root index (QModelIndex) |
329 </dd> | 329 </dd> |
330 </dl> | 330 </dl> |
331 <a NAME="E5ModelToolBar.setModel" ID="E5ModelToolBar.setModel"></a> | 331 <a NAME="E5ModelToolBar.setModel" ID="E5ModelToolBar.setModel"></a> |