Ejemplo n.º 1
0
 def __init__(self, parent):
     EntityEditor.__init__(self, parent, "Character")
     self.SetEditorValidator(CharacterTextValidor)
Ejemplo n.º 2
0
 def __init__(self, parent):
     EntityEditor.__init__(self, parent, "Character")
     self.SetEditorValidator(CharacterTextValidor)
Ejemplo n.º 3
0
 def __init__(self, parent):
     EntityEditor.__init__(self, parent, "Implant Set")
     self.SetEditorValidator(ImplantTextValidor)
Ejemplo n.º 4
0
 def __init__(self, parent):
     EntityEditor.__init__(self, parent=parent, entityName="Target Profile")
     self.SetEditorValidator(TargetProfileNameValidator)
     self.mainFrame = gui.mainFrame.MainFrame.getInstance()
Ejemplo n.º 5
0
 def __init__(self, parent):
     EntityEditor.__init__(self, parent, "Damage Profile")
     self.SetEditorValidator(DmgPatternTextValidor)
Ejemplo n.º 6
0
 def __init__(self, parent):
     EntityEditor.__init__(self, parent, "Target Resist Profile")
     self.SetEditorValidator(TargetResistsTextValidor)
Ejemplo n.º 7
0
 def __init__(self, parent):
     EntityEditor.__init__(self, parent, "Target Resist Profile")
     self.SetEditorValidator(TargetResistsTextValidor)
Ejemplo n.º 8
0
 def __init__(self, parent):
     EntityEditor.__init__(self, parent, "Implant Set")
     self.SetEditorValidator(ImplantTextValidor)
Ejemplo n.º 9
0
 def __init__(self, parent):
     EntityEditor.__init__(self, parent, "Damage Profile")
     self.SetEditorValidator(DmgPatternTextValidor)
Ejemplo n.º 10
0
 def __init__(self, parent):
     EntityEditor.__init__(self, parent, _t("Damage Profile"))
     self.SetEditorValidator(DmgPatternNameValidator)