コード例 #1
0
ファイル: etree.py プロジェクト: dparker18/Pitivi
 def __init__(self, avalaible_effects, *args, **kwargs):
     Formatter.__init__(self, avalaible_effects, *args, **kwargs)
     # An Element representing the <factories> element.
     self.factoriesnode = None
     # An Element representing the <timeline> element.
     self.timelinenode = None
     # An Element representing the <export-settings> element.
     self._settingsnode = None
     # A list of SourceFactory objects.
     self._sources = None
     self._context = ElementTreeFormatterContext()
コード例 #2
0
ファイル: etree.py プロジェクト: dparker18/Pitivi
 def __init__(self, avalaible_effects, *args, **kwargs):
     Formatter.__init__(self, avalaible_effects, *args, **kwargs)
     # An Element representing the <factories> element.
     self.factoriesnode = None
     # An Element representing the <timeline> element.
     self.timelinenode = None
     # An Element representing the <export-settings> element.
     self._settingsnode = None
     # A list of SourceFactory objects.
     self._sources = None
     self._context = ElementTreeFormatterContext()
コード例 #3
0
 def __init__(self, *args, **kwargs):
     Formatter.__init__(self, *args, **kwargs)
     self.factoriesnode = None
     self.timelinenode = None
     self._settingsnode = None
     self._context = ElementTreeFormatterContext()
コード例 #4
0
ファイル: etree.py プロジェクト: Mathieu69/Pitivi_Gargamel
 def __init__(self, avalaible_effects, *args, **kwargs):
     Formatter.__init__(self, avalaible_effects, *args, **kwargs)
     self.factoriesnode = None
     self.timelinenode = None
     self._settingsnode = None
     self._context = ElementTreeFormatterContext()