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

This class is the primary QApplication for OpenShot. More...

Inheritance diagram for app.OpenShotApp:

Public Member Functions

def __init__
 
def run
 Start the primary Qt event loop for the interface. More...
 

Public Attributes

 context_menu_object
 
 logger_libopenshot
 
 project
 
 settings
 
 updates
 
 window
 

Detailed Description

This class is the primary QApplication for OpenShot.

mode=None (normal), mode=unittest (testing)

Definition at line 62 of file app.py.

Constructor & Destructor Documentation

def app.OpenShotApp.__init__ (   self,
  args,
  mode = None 
)

Definition at line 64 of file app.py.

Member Function Documentation

def app.OpenShotApp.run (   self)

Start the primary Qt event loop for the interface.

Definition at line 188 of file app.py.

Member Data Documentation

app.OpenShotApp.context_menu_object

Definition at line 123 of file app.py.

app.OpenShotApp.logger_libopenshot

Definition at line 119 of file app.py.

app.OpenShotApp.project

Definition at line 107 of file app.py.

app.OpenShotApp.settings

Definition at line 86 of file app.py.

app.OpenShotApp.updates

Definition at line 110 of file app.py.

app.OpenShotApp.window

Definition at line 163 of file app.py.


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