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

This is the main project class that contains all the details of a project, such as name, folder, timeline information, sequences, media files, etc... More...

Public Member Functions

def __init__ (self, init_threads=True)
 Constructor. More...
 

Public Attributes

 BASE_DIR
 
 BLENDER_DIR
 
 canvas
 
 DEBUG
 
 DESKTOP
 
 EFFECTS_DIR
 
 EXPORT_PRESETS_DIR
 
 folder
 
 form
 
 IMAGE_DIR
 
 is_modified
 
 LOCALE_DIR
 
 mlt_profile
 
 name
 
 PROFILES_DIR
 
 project_folder
 
 project_type
 
 refresh_xml
 
 sequences
 
 tabs
 
 THEMES_DIR
 
 TRANSITIONS_DIR
 
 UI_DIR
 
 USER_DIR
 
 USER_PROFILES_DIR
 
 USER_TRANSITIONS_DIR
 

Detailed Description

This is the main project class that contains all the details of a project, such as name, folder, timeline information, sequences, media files, etc...

Definition at line 37 of file project.py.

Constructor & Destructor Documentation

◆ __init__()

def project.project.__init__ (   self,
  init_threads = True 
)

Constructor.

Definition at line 42 of file project.py.

Member Data Documentation

◆ BASE_DIR

project.project.BASE_DIR

Definition at line 51 of file project.py.

◆ BLENDER_DIR

project.project.BLENDER_DIR

Definition at line 57 of file project.py.

◆ canvas

project.project.canvas

Definition at line 71 of file project.py.

◆ DEBUG

project.project.DEBUG

Definition at line 45 of file project.py.

◆ DESKTOP

project.project.DESKTOP

Definition at line 61 of file project.py.

◆ EFFECTS_DIR

project.project.EFFECTS_DIR

Definition at line 59 of file project.py.

◆ EXPORT_PRESETS_DIR

project.project.EXPORT_PRESETS_DIR

Definition at line 58 of file project.py.

◆ folder

project.project.folder

Definition at line 69 of file project.py.

◆ form

project.project.form

Definition at line 77 of file project.py.

◆ IMAGE_DIR

project.project.IMAGE_DIR

Definition at line 53 of file project.py.

◆ is_modified

project.project.is_modified

Definition at line 72 of file project.py.

◆ LOCALE_DIR

project.project.LOCALE_DIR

Definition at line 54 of file project.py.

◆ mlt_profile

project.project.mlt_profile

Definition at line 74 of file project.py.

◆ name

project.project.name

Definition at line 68 of file project.py.

◆ PROFILES_DIR

project.project.PROFILES_DIR

Definition at line 55 of file project.py.

◆ project_folder

project.project.project_folder

Definition at line 80 of file project.py.

◆ project_type

project.project.project_type

Definition at line 70 of file project.py.

◆ refresh_xml

project.project.refresh_xml

Definition at line 73 of file project.py.

◆ sequences

project.project.sequences

Definition at line 83 of file project.py.

◆ tabs

project.project.tabs

Definition at line 86 of file project.py.

◆ THEMES_DIR

project.project.THEMES_DIR

Definition at line 63 of file project.py.

◆ TRANSITIONS_DIR

project.project.TRANSITIONS_DIR

Definition at line 56 of file project.py.

◆ UI_DIR

project.project.UI_DIR

Definition at line 52 of file project.py.

◆ USER_DIR

project.project.USER_DIR

Definition at line 62 of file project.py.

◆ USER_PROFILES_DIR

project.project.USER_PROFILES_DIR

Definition at line 64 of file project.py.

◆ USER_TRANSITIONS_DIR

project.project.USER_TRANSITIONS_DIR

Definition at line 65 of file project.py.


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