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__
 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

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

Constructor.

Definition at line 42 of file project.py.

Member Data Documentation

project.project.BASE_DIR

Definition at line 51 of file project.py.

project.project.BLENDER_DIR

Definition at line 57 of file project.py.

project.project.canvas

Definition at line 71 of file project.py.

project.project.DEBUG

Definition at line 45 of file project.py.

project.project.DESKTOP

Definition at line 61 of file project.py.

project.project.EFFECTS_DIR

Definition at line 59 of file project.py.

project.project.EXPORT_PRESETS_DIR

Definition at line 58 of file project.py.

project.project.folder

Definition at line 69 of file project.py.

project.project.form

Definition at line 77 of file project.py.

project.project.IMAGE_DIR

Definition at line 53 of file project.py.

project.project.is_modified

Definition at line 72 of file project.py.

project.project.LOCALE_DIR

Definition at line 54 of file project.py.

project.project.mlt_profile

Definition at line 74 of file project.py.

project.project.name

Definition at line 68 of file project.py.

project.project.PROFILES_DIR

Definition at line 55 of file project.py.

project.project.project_folder

Definition at line 80 of file project.py.

project.project.project_type

Definition at line 70 of file project.py.

project.project.refresh_xml

Definition at line 73 of file project.py.

project.project.sequences

Definition at line 83 of file project.py.

project.project.tabs

Definition at line 86 of file project.py.

project.project.THEMES_DIR

Definition at line 63 of file project.py.

project.project.TRANSITIONS_DIR

Definition at line 56 of file project.py.

project.project.UI_DIR

Definition at line 52 of file project.py.

project.project.USER_DIR

Definition at line 62 of file project.py.

project.project.USER_PROFILES_DIR

Definition at line 64 of file project.py.

project.project.USER_TRANSITIONS_DIR

Definition at line 65 of file project.py.


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