示例#1
0
文件: project.py 项目: lebauce/artub
 def __init__(self):
    CScript.__init__(self)
    self.project_filename = ""
    self.glumol_path = ""
    self.project_path = ""
    self.normname = ""
    self.icon = ""
    self.icon_filename = ""
    self.debug = False
    self.optimization = _("None")
    self.company_name = ""
    self.company_name = ""
    self.description = ""
    self.file_version = 1.0
    self.copyrights = ""
    self.trademark = ""
    self.product_name = ""
    self.product_version = 1.0
    self.license = ""
    self.use_upx = False
    self.use_console = True
    self.no_single_file = False
    self.use_tk = False
    self.eula_path = ""
    self.readme_path = ""
    self.templates = []
    self.type = "CProject"
    self.autos = {}
示例#2
0
文件: project.py 项目: tillwf/artub
 def __init__(self):
     CScript.__init__(self)
     self.project_filename = ""
     self.glumol_path = ""
     self.project_path = ""
     self.normname = ""
     self.icon = ""
     self.icon_filename = ""
     self.debug = False
     self.optimization = _("None")
     self.company_name = ""
     self.company_name = ""
     self.description = ""
     self.file_version = 1.0
     self.copyrights = ""
     self.trademark = ""
     self.product_name = ""
     self.product_version = 1.0
     self.license = ""
     self.use_upx = False
     self.use_console = True
     self.no_single_file = False
     self.use_tk = False
     self.eula_path = ""
     self.readme_path = ""
     self.templates = []
     self.type = "CProject"
     self.autos = {}
示例#3
0
 def __init__(self, parent=None):
     CScript.__init__(self, parent=parent)
     self.type = "CGlumolObject"
示例#4
0
 def __init__(self, parent=None):
     CScript.__init__(self, '', parent)
示例#5
0
 def __init__(self, parent = "None"):
    CScript.__init__(self, parent)
    self.type = "CAnimation"
    self.filename = ""
示例#6
0
 def __init__(self, parent=None):
     CScript.__init__(self, '', parent)
示例#7
0
 def __init__(self, parent = None):
    CScript.__init__(self, parent = parent)
    self.type = "CGlumolObject"
示例#8
0
文件: dialogue.py 项目: tillwf/artub
 def __init__(self):
     CScript.__init__(self)
     self.type = "Dialogue"
     self.filename = ""
示例#9
0
文件: dialogue.py 项目: lebauce/artub
 def __init__(self):
    CScript.__init__(self)
    self.type = "Dialogue"
    self.filename = ""
示例#10
0
 def __init__(self, parent="None"):
     CScript.__init__(self, parent)
     self.type = "CAnimation"
     self.filename = ""