Cblender_model.BlenderModel | |
Cclip.clip | This class represents a media clip on the timeline |
Ccredits_model.CreditsModel | |
Ceffect.effect | This class represents a media clip on the timeline |
Ceffects_model.EffectsModel | |
Cjson_data.JsonDataStore | This class which allows getting/setting of key/value settings, and loading and saving to json files |
Ckeyframe.keyframe | This class represents a media clip on the timeline |
Cmarker.marker | This class represents a marker (i.e |
▼Cobject | |
Clogger.StreamToLogger | Custom class to log all stdout and stderr streams (from libopenshot / and other libraries) |
Ctutorial.TutorialManager | Manage and present a list of tutorial dialogs |
Cfiles.OpenShotFile | The generic file object for OpenShot |
Cfiles.OpenShotFolder | The generic folder object for OpenShot |
Cproject.project | This is the main project class that contains all the details of a project, such as name, folder, timeline information, sequences, media files, etc.. |
▼CQDialog | |
Cabout.About | About Dialog |
Cabout.Credits | Credits Dialog |
Cabout.License | License Dialog |
Cadd_to_timeline.AddToTimeline | Add To timeline Dialog |
Canimated_title.AnimatedTitle | Animated Title Dialog |
Canimation.Animation | Animation Dialog |
Ccutting.Cutting | Cutting Dialog |
Cexport.Export | Export Dialog |
Cfile_properties.FileProperties | File Properties Dialog |
CImport_image_seq.ImportImageSeq | Import Image Sequences Dialog |
Cpreferences.Preferences | Preferences Dialog |
Cpresets.Presets | Presets Dialog |
Cprofile.Profile | Choose Profile Dialog |
Ctitle_editor.TitleEditor | Title Editor Dialog |
Cupload_video.UploadVideo | Upload Video Dialog |
▼CQMainWindow | |
Cmain_window.MainWindow | This class contains the logic for the main window widget |
▼Cquery.QueryObject | This class allows one or more project data objects to be queried |
Cquery.Clip | This class allows Clips to be queried, updated, and deleted from the project data |
Cquery.Effect | This class allows Effects to be queried, updated, and deleted from the project data |
Cquery.File | This class allows Files to be queried, updated, and deleted from the project data |
Cquery.Marker | This class allows Markers to be queried, updated, and deleted from the project data |
Cquery.Track | This class allows Tracks to be queried, updated, and deleted from the project data |
Cquery.Transition | This class allows Transitions (i.e |
Csequences.sequence | A sequence contains tracks and clips that make up a scene (aka sequence) |
▼CTestCase | |
Cquery_tests.TestQueryClass | Unit test class for Query class |
Ctimeline.timeline | This class contains methods to simply displaying time codes |
Cadd_to_timeline_model.TimelineModel | |
Ctrack.track | The track class contains a simple grouping of clips on the same layer (aka track) |
Ctransition.transition | This class represents a media clip on the timeline |
Ctransition_model.TransitionsModel | |
Cupdates.UpdateAction | A data structure representing a single update manager action, including any necessary data to reverse the action |
▼Cupdates.UpdateInterface | Interface for classes that listen for changes (insert, update, and delete) |
Cfiles_model.FilesModel | |
Cmain_window.MainWindow | This class contains the logic for the main window widget |
Cproperties_model.PropertiesModel | |
Ctimeline_webview.TimelineWebView | A WebView QWidget used to load the Timeline |
Cupdates.UpdateManager | This class is used to track and distribute changes to listeners |
▼Cupdates.UpdateWatcher | Interface for classes that listen for 'undo' and 'redo' events |
Cmain_window.MainWindow | This class contains the logic for the main window widget |
▼CJsonDataStore | |
Cproject_data.ProjectDataStore | This class allows advanced searching of data structure, implements changes interface |
Csettings.SettingStore | This class only allows setting pre-existing keys taken from default settings file, and merges user settings on load, assumes default OS dir |
▼CQApplication | |
Capp.OpenShotApp | This class is the primary QApplication for OpenShot |
▼CQEvent | |
Cblender_treeview.QBlenderEvent | A custom Blender QEvent, which can safely be sent from the Blender thread to the Qt thread (to communicate) |
▼CQFrame | |
Cproperties_tableview.SelectionLabel | The label to display selections |
▼CQItemDelegate | |
Cproperties_tableview.PropertyDelegate | |
▼CQListView | |
Ceffects_listview.EffectsListView | A TreeView QWidget used on the main window |
Cfiles_listview.FilesListView | A ListView QWidget used on the main window |
Ctransitions_listview.TransitionsListView | A QListView QWidget used on the main window |
▼CQObject | |
Cblender_treeview.Worker | Background Worker Object (to run the Blender commands) |
Cpreview_thread.PlayerWorker | QT Player Worker Object (to preview video on a separate thread) |
Cpreview_thread.PreviewParent | Class which communicates with the PlayerWorker Class (running on a separate thread) |
▼CQStandardItemModel | |
Ccredits_model.CreditsStandardItemModel | |
Ceffects_model.EffectsStandardItemModel | |
Cfiles_model.FileStandardItemModel | |
Cproperties_model.ClipStandardItemModel | |
Ctransition_model.TransitionStandardItemModel | |
▼CQTableView | |
Cproperties_tableview.PropertiesTableView | A Properties Table QWidget used on the main window |
▼CQTreeView | |
Cadd_to_timeline_treeview.TimelineTreeView | A TreeView QWidget used on the add to timeline window |
Cblender_treeview.BlenderTreeView | A TreeView QWidget used on the animated title window |
Ccredits_treeview.CreditsTreeView | A ListView QWidget used on the credits window |
Ceffects_treeview.EffectsTreeView | A TreeView QWidget used on the main window |
Cfiles_treeview.FilesTreeView | A TreeView QWidget used on the main window |
Ctransitions_treeview.TransitionsTreeView | A TreeView QWidget used on the main window |
▼CQWebView | |
Ctimeline_webview.TimelineWebView | A WebView QWidget used to load the Timeline |
▼CQWidget | |
Ctutorial.TutorialDialog | A QWidget used to instruct a user how to use a certain feature |
Cvideo_widget.VideoWidget | A QWidget used on the video display widget |
▼CThread | |
Clogger_libopenshot.LoggerLibOpenShot | |
▼CUpdateInterface | |
Cproject_data.ProjectDataStore | This class allows advanced searching of data structure, implements changes interface |
Ctimeline.TimelineSync | This class syncs changes from the timeline to libopenshot |