コード例 #1
0
ファイル: add.py プロジェクト: BackupTheBerlios/wolfpack-svn
	def __init__(self, parent, title, definition):
		MakeAction.__init__(self, parent, title)
		self.definition = definition
		self.description = ''
		self.other = ''
		self.materials = ''
		self.skills = ''
コード例 #2
0
	def __init__(self, parent, title, bodyid):
		MakeAction.__init__(self, parent, title)
		self.bodyid = bodyid
コード例 #3
0
 def __init__(self, parent, title, pos):
     MakeAction.__init__(self, parent, title)
     self.pos = pos
     return
コード例 #4
0
 def __init__(self, parent, title, bodyid):
     MakeAction.__init__(self, parent, title)
     self.bodyid = bodyid
コード例 #5
0
ファイル: go.py プロジェクト: BackupTheBerlios/wolfpack-svn
 def __init__(self, parent, title, pos):
     MakeAction.__init__(self, parent, title)
     self.pos = pos
     return