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

Public Member Functions

def __init__ (self, porter)
 
def needs_dialog (self)
 
def dialog (self)
 
def get_options (self)
 
def prompt_options (self, parent)
 

Public Attributes

 porter
 
 file_filter
 
 widgets
 

Detailed Description

Definition at line 66 of file import_export.py.

Constructor & Destructor Documentation

◆ __init__()

def lottie.gui.import_export.GuiBasePorter.__init__ (   self,
  porter 
)

Definition at line 67 of file import_export.py.

Member Function Documentation

◆ dialog()

def lottie.gui.import_export.GuiBasePorter.dialog (   self)

Definition at line 142 of file import_export.py.

◆ get_options()

def lottie.gui.import_export.GuiBasePorter.get_options (   self)

Definition at line 147 of file import_export.py.

◆ needs_dialog()

def lottie.gui.import_export.GuiBasePorter.needs_dialog (   self)

Definition at line 138 of file import_export.py.

◆ prompt_options()

def lottie.gui.import_export.GuiBasePorter.prompt_options (   self,
  parent 
)

Definition at line 153 of file import_export.py.

Member Data Documentation

◆ file_filter

lottie.gui.import_export.GuiBasePorter.file_filter

Definition at line 69 of file import_export.py.

◆ porter

lottie.gui.import_export.GuiBasePorter.porter

Definition at line 68 of file import_export.py.

◆ widgets

lottie.gui.import_export.GuiBasePorter.widgets

Definition at line 71 of file import_export.py.


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