示例#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
 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()