コード例 #1
0
ファイル: photo.py プロジェクト: robmcmullen/dinoteeth
 def __init__(self, config, video):
     MenuPopulator.__init__(self, config)
     self.video = video
コード例 #2
0
ファイル: photo.py プロジェクト: robmcmullen/dinoteeth
 def __init__(self, config, path):
     MenuPopulator.__init__(self, config)
     self.path = path
コード例 #3
0
ファイル: photo.py プロジェクト: robmcmullen/dinoteeth
 def __init__(self, config, videos):
     MenuPopulator.__init__(self, config)
     self.videos = videos
     self.videos.sort()
コード例 #4
0
ファイル: hierarchy.py プロジェクト: robmcmullen/dinoteeth
 def __init__(self, config):
     MenuPopulator.__init__(self, config)
     self.root_title = "Dinoteeth Media Launcher"
コード例 #5
0
ファイル: hierarchy.py プロジェクト: robmcmullen/dinoteeth
 def __init__(self, config, test_id):
     MenuPopulator.__init__(self, config)
     self.test_id = test_id
コード例 #6
0
ファイル: hierarchy.py プロジェクト: robmcmullen/dinoteeth
 def __init__(self, config):
     MenuPopulator.__init__(self, config)
     self.root_title = "Edit Test!"
コード例 #7
0
ファイル: hierarchy.py プロジェクト: robmcmullen/dinoteeth
 def __init__(self, config):
     MenuPopulator.__init__(self, config)
     self.cached_media = None