OpenShot Video Editor  2.0.0
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
animated_title.AnimatedTitle Class Reference

Animated Title Dialog. More...

Inheritance diagram for animated_title.AnimatedTitle:

Public Member Functions

def __init__ (self)
 
def accept (self)
 Start rendering animation, but don't close window. More...
 
def add_file (self, filepath)
 Add an animation to the project file tree. More...
 
def clear_effect_controls (self)
 Clear all child widgets used for settings. More...
 
def close (self)
 Actually close window and accept dialog. More...
 
def closeEvent (self, event)
 
def reject (self)
 

Public Attributes

 blenderTreeView
 
 is_rendering
 
 my_blender
 
 output_dir
 
 selected_template
 
 unique_folder_name
 

Static Public Attributes

 ui_path = os.path.join(info.PATH, 'windows', 'ui', 'animated-title.ui')
 

Detailed Description

Animated Title Dialog.

Definition at line 61 of file animated_title.py.

Constructor & Destructor Documentation

◆ __init__()

def animated_title.AnimatedTitle.__init__ (   self)

Definition at line 66 of file animated_title.py.

Member Function Documentation

◆ accept()

def animated_title.AnimatedTitle.accept (   self)

Start rendering animation, but don't close window.

Definition at line 102 of file animated_title.py.

◆ add_file()

def animated_title.AnimatedTitle.add_file (   self,
  filepath 
)

Add an animation to the project file tree.

Definition at line 135 of file animated_title.py.

◆ clear_effect_controls()

def animated_title.AnimatedTitle.clear_effect_controls (   self)

Clear all child widgets used for settings.

Definition at line 176 of file animated_title.py.

◆ close()

def animated_title.AnimatedTitle.close (   self)

Actually close window and accept dialog.

Definition at line 109 of file animated_title.py.

◆ closeEvent()

def animated_title.AnimatedTitle.closeEvent (   self,
  event 
)

Definition at line 117 of file animated_title.py.

◆ reject()

def animated_title.AnimatedTitle.reject (   self)

Definition at line 125 of file animated_title.py.

Member Data Documentation

◆ blenderTreeView

animated_title.AnimatedTitle.blenderTreeView

Definition at line 81 of file animated_title.py.

◆ is_rendering

animated_title.AnimatedTitle.is_rendering

Definition at line 94 of file animated_title.py.

◆ my_blender

animated_title.AnimatedTitle.my_blender

Definition at line 95 of file animated_title.py.

◆ output_dir

animated_title.AnimatedTitle.output_dir

Definition at line 92 of file animated_title.py.

◆ selected_template

animated_title.AnimatedTitle.selected_template

Definition at line 93 of file animated_title.py.

◆ ui_path

animated_title.AnimatedTitle.ui_path = os.path.join(info.PATH, 'windows', 'ui', 'animated-title.ui')
static

Definition at line 64 of file animated_title.py.

◆ unique_folder_name

animated_title.AnimatedTitle.unique_folder_name

Definition at line 91 of file animated_title.py.


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