comparison bin/curvecalc @ 711:e94989da079c

more curve editor bindings. delete signal isn't done Ignore-this: e81c81134cd87f3633821841c4ec8dac
author drewp@bigasterisk.com
date Sun, 10 Jun 2012 21:05:57 +0000
parents 10ee0756a119
children 9865cf5e07fd
comparison
equal deleted inserted replaced
710:1fb8f18a8847 711:e94989da079c
110 reactor.crash() 110 reactor.crash()
111 # there's a hang after this, maybe in sem_wait in two 111 # there's a hang after this, maybe in sem_wait in two
112 # threads. I don't know whose they are. 112 # threads. I don't know whose they are.
113 os.kill(os.getpid(), signal.SIGKILL) 113 os.kill(os.getpid(), signal.SIGKILL)
114 114
115 def onDelete(self, *args):
116 self.curvesetView.onDelete()
117
115 def onPythonConsole(self, item): 118 def onPythonConsole(self, item):
116 togglePyConsole(self, item, self.__dict__) 119 togglePyConsole(self, item, self.__dict__)
117 120
118 def onSeeCurrentTime(self, item): 121 def onSeeCurrentTime(self, item):
119 dispatcher.send("see time") 122 dispatcher.send("see time")