python-lottie  0.7.0+dev66cafb9
A framework to work with lottie files and telegram animated stickers (tgs)
lottie.gui.import_export.ExportThread Class Reference
Inheritance diagram for lottie.gui.import_export.ExportThread:
[legend]
Collaboration diagram for lottie.gui.import_export.ExportThread:
[legend]

Public Member Functions

def __init__ (self, parent, exporter, animation, file_name, options)
 
def run (self)
 

Public Attributes

 id
 
 animation
 
 exporter
 
 file_name
 
 options
 

Detailed Description

Definition at line 184 of file import_export.py.

Constructor & Destructor Documentation

◆ __init__()

def lottie.gui.import_export.ExportThread.__init__ (   self,
  parent,
  exporter,
  animation,
  file_name,
  options 
)

Definition at line 185 of file import_export.py.

Member Function Documentation

◆ run()

def lottie.gui.import_export.ExportThread.run (   self)

Definition at line 193 of file import_export.py.

Member Data Documentation

◆ animation

lottie.gui.import_export.ExportThread.animation

Definition at line 188 of file import_export.py.

◆ exporter

lottie.gui.import_export.ExportThread.exporter

Definition at line 189 of file import_export.py.

◆ file_name

lottie.gui.import_export.ExportThread.file_name

Definition at line 190 of file import_export.py.

◆ id

lottie.gui.import_export.ExportThread.id

Definition at line 187 of file import_export.py.

◆ options

lottie.gui.import_export.ExportThread.options

Definition at line 191 of file import_export.py.


The documentation for this class was generated from the following file: