(self)
| 178 | return self.copyFormat |
| 179 | |
| 180 | def GetOptions(self): |
| 181 | options = {} |
| 182 | for formatId in self.options: |
| 183 | options[formatId] = {optId: ch.IsChecked() for optId, ch in self.options[formatId].items()} |
| 184 | return options |
| 185 | |
| 186 | def exportEft(self, options, callback): |
| 187 | fit = getFit(self.mainFrame.getActiveFit()) |