def handleModeSwitch(self, event): option = self.idOptionMap[event.Id] if option == self.settings.get('mobileDroneMode'): return self.settings.set('mobileDroneMode', option) wx.PostEvent(self.mainFrame, GE.GraphOptionChanged())
def activate(self, callingWindow, fullContext, i): self.settings.set('ignoreResists', not self.settings.get('ignoreResists')) wx.PostEvent( self.mainFrame, GE.GraphOptionChanged(refreshAxeLabels=True, refreshColumns=True))
def activate(self, callingWindow, fullContext, i): self.settings.set('applyProjected', not self.settings.get('applyProjected')) wx.PostEvent(self.mainFrame, GE.GraphOptionChanged())
def activate(self, callingWindow, fullContext, i): self.settings.set('ignoreLockRange', not self.settings.get('ignoreLockRange')) wx.PostEvent(self.mainFrame, GE.GraphOptionChanged())