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)
 
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.

Definition at line 60 of file app.py.

Constructor & Destructor Documentation

def app.OpenShotApp.__init__ (   self,
  args 
)

Definition at line 62 of file app.py.

Member Function Documentation

def app.OpenShotApp.run (   self)

Start the primary Qt event loop for the interface.

Definition at line 181 of file app.py.

Member Data Documentation

app.OpenShotApp.context_menu_object

Definition at line 111 of file app.py.

app.OpenShotApp.logger_libopenshot

Definition at line 107 of file app.py.

app.OpenShotApp.project

Definition at line 95 of file app.py.

app.OpenShotApp.settings

Definition at line 84 of file app.py.

app.OpenShotApp.updates

Definition at line 98 of file app.py.

app.OpenShotApp.window

Definition at line 159 of file app.py.


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