Example #1
0
 def getCommandForFit(self, fitID) -> wx.CommandProcessor:
     return Fit.getCommandProcessor(fitID)
Example #2
0
 def command(self) -> wx.CommandProcessor:
     return Fit.getCommandProcessor(self.getActiveFit())
Example #3
0
 def command(self) -> wx.CommandProcessor:
     return Fit.getCommandProcessor(self.getActiveFit())