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

Class which communicates with the PlayerWorker Class (running on a separate thread) More...

Inheritance diagram for preview_thread.PreviewParent:

Public Member Functions

def Init
 
def onModeChanged
 
def onPositionChanged
 

Public Attributes

 background
 
 parent
 
 timeline
 
 worker
 

Detailed Description

Class which communicates with the PlayerWorker Class (running on a separate thread)

Definition at line 48 of file preview_thread.py.

Member Function Documentation

def preview_thread.PreviewParent.Init (   self,
  parent,
  timeline,
  video_widget 
)

Definition at line 65 of file preview_thread.py.

def preview_thread.PreviewParent.onModeChanged (   self,
  current_mode 
)

Definition at line 61 of file preview_thread.py.

def preview_thread.PreviewParent.onPositionChanged (   self,
  current_frame 
)

Definition at line 51 of file preview_thread.py.

Member Data Documentation

preview_thread.PreviewParent.background

Definition at line 71 of file preview_thread.py.

preview_thread.PreviewParent.parent

Definition at line 67 of file preview_thread.py.

preview_thread.PreviewParent.timeline

Definition at line 68 of file preview_thread.py.

preview_thread.PreviewParent.worker

Definition at line 72 of file preview_thread.py.


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