Event fired when export to clipboard button is clicked
(self, event)
| 222 | self.stNotice.SetLabel(_t("Could not import from clipboard")) |
| 223 | |
| 224 | def exportPatterns(self, event): |
| 225 | """Event fired when export to clipboard button is clicked""" |
| 226 | |
| 227 | sIS = ImplantSets.getInstance() |
| 228 | toClipboard(sIS.exportSets()) |
| 229 | self.stNotice.SetLabel(_t("Sets exported to clipboard")) |
nothing calls this directly
no test coverage detected