OpenShot Video Editor  2.0.0
Classes | Namespaces | Variables
query.py File Reference

This file can easily query Clips, Files, and other project data. More...

Go to the source code of this file.

Classes

class  query.Clip
 This class allows Clips to be queried, updated, and deleted from the project data. More...
 
class  query.Effect
 This class allows Effects to be queried, updated, and deleted from the project data. More...
 
class  query.File
 This class allows Files to be queried, updated, and deleted from the project data. More...
 
class  query.Marker
 This class allows Markers to be queried, updated, and deleted from the project data. More...
 
class  query.QueryObject
 This class allows one or more project data objects to be queried. More...
 
class  query.Track
 This class allows Tracks to be queried, updated, and deleted from the project data. More...
 
class  query.Transition
 This class allows Transitions (i.e. More...
 

Namespaces

 query
 

Variables

tuple query.app = get_app()
 
 query.project = app.project
 

Detailed Description

This file can easily query Clips, Files, and other project data.

Author
Jonathan Thomas jonat.nosp@m.han@.nosp@m.opens.nosp@m.hot..nosp@m.org

LICENSE

Copyright (c) 2008-2018 OpenShot Studios, LLC (http://www.openshotstudios.com). This file is part of OpenShot Video Editor (http://www.openshot.org), an open-source project dedicated to delivering high quality video editing and animation solutions to the world.

OpenShot Video Editor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

OpenShot Video Editor is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with OpenShot Library. If not, see http://www.gnu.org/licenses/.

Definition in file query.py.