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__ (self, args, mode=None)
 
def run (self)
 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

◆ __init__()

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

Definition at line 64 of file app.py.

Member Function Documentation

◆ run()

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

◆ context_menu_object

app.OpenShotApp.context_menu_object

Definition at line 123 of file app.py.

◆ logger_libopenshot

app.OpenShotApp.logger_libopenshot

Definition at line 119 of file app.py.

◆ project

app.OpenShotApp.project

Definition at line 107 of file app.py.

◆ settings

app.OpenShotApp.settings

Definition at line 86 of file app.py.

◆ updates

app.OpenShotApp.updates

Definition at line 110 of file app.py.

◆ window

app.OpenShotApp.window

Definition at line 163 of file app.py.


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