298 """ |
298 """ |
299 Public slot handling a data floof from the device. |
299 Public slot handling a data floof from the device. |
300 """ |
300 """ |
301 pass |
301 pass |
302 |
302 |
303 def addActions(self, menu): |
303 def addDeviceMenuEntries(self, menu): |
304 """ |
304 """ |
305 Public method to add device specific entries to the given menu. |
305 Public method to add device specific entries to the given menu. |
306 |
306 |
307 @param menu reference to the context menu |
307 @param menu reference to the context menu |
308 @type QMenu |
308 @type QMenu |