def onResume( self, exitCode ):
		self.cc.addAsView()
		self.cc.visible = 1
		BigBang.pushTool( self.chunkTool )
		BigBang.addCommentaryMsg( "entered chunk management mode." )
Ejemplo n.º 2
0
 def onResume(self, exitCode):
     self.cc.addAsView()
     self.cc.visible = 1
     BigBang.pushTool(self.chunkTool)
     BigBang.addCommentaryMsg("entered chunk management mode.")
	def onPause( self ):
		self.cc.visible = 0
		self.cc.delAsView()
		if BigBang.tool() == self.chunkTool:
			BigBang.pushTool( self.chunkTool )
Ejemplo n.º 4
0
 def onPause(self):
     self.cc.visible = 0
     self.cc.delAsView()
     if BigBang.tool() == self.chunkTool:
         BigBang.pushTool(self.chunkTool)