►Nabout | |
CAbout | About Dialog |
CCredits | Credits Dialog |
CLicense | License Dialog |
►Nadd_to_timeline | |
CAddToTimeline | Add To timeline Dialog |
►Nadd_to_timeline_model | |
CTimelineModel | |
►Nadd_to_timeline_treeview | |
CTimelineTreeView | A TreeView QWidget used on the add to timeline window |
►Nanimated_title | |
CAnimatedTitle | Animated Title Dialog |
►Nanimation | |
CAnimation | Animation Dialog |
►Napp | |
COpenShotApp | This class is the primary QApplication for OpenShot |
►Nblender_listview | |
CBlenderListView | A TreeView QWidget used on the animated title window |
CQBlenderEvent | A custom Blender QEvent, which can safely be sent from the Blender thread to the Qt thread (to communicate) |
CWorker | Background Worker Object (to run the Blender commands) |
►Nblender_model | |
CBlenderModel | |
►Nclip | |
Cclip | This class represents a media clip on the timeline |
►Ncredits_model | |
CCreditsModel | |
CCreditsStandardItemModel | |
►Ncredits_treeview | |
CCreditsTreeView | A ListView QWidget used on the credits window |
►Ncutting | |
CCutting | Cutting Dialog |
►Neffect | |
Ceffect | This class represents a media clip on the timeline |
►Neffects_listview | |
CEffectsListView | A TreeView QWidget used on the main window |
►Neffects_model | |
CEffectsModel | |
CEffectsStandardItemModel | |
►Neffects_treeview | |
CEffectsTreeView | A TreeView QWidget used on the main window |
►Nexport | |
CExport | Export Dialog |
►Nfile_properties | |
CFileProperties | File Properties Dialog |
►Nfiles | |
COpenShotFile | The generic file object for OpenShot |
COpenShotFolder | The generic folder object for OpenShot |
►Nfiles_listview | |
CFilesListView | A ListView QWidget used on the main window |
►Nfiles_model | |
CFilesModel | |
CFileStandardItemModel | |
►Nfiles_treeview | |
CFilesTreeView | A TreeView QWidget used on the main window |
►Njson_data | |
CJsonDataStore | This class which allows getting/setting of key/value settings, and loading and saving to json files |
►Nkeyframe | |
Ckeyframe | This class represents a media clip on the timeline |
►Nlogger | |
CStreamToLogger | Custom class to log all stdout and stderr streams (from libopenshot / and other libraries) |
►Nlogger_libopenshot | |
CLoggerLibOpenShot | |
►Nmain_window | |
CMainWindow | This class contains the logic for the main window widget |
►Nmarker | |
Cmarker | This class represents a marker (i.e |
►Npreferences | |
CPreferences | Preferences Dialog |
►Npreview_thread | |
CPlayerWorker | QT Player Worker Object (to preview video on a separate thread) |
CPreviewParent | Class which communicates with the PlayerWorker Class (running on a separate thread) |
►Nprofile | |
CProfile | Choose Profile Dialog |
►Nproject | |
Cproject | This is the main project class that contains all the details of a project, such as name, folder, timeline information, sequences, media files, etc.. |
►Nproject_data | |
CProjectDataStore | This class allows advanced searching of data structure, implements changes interface |
►Nproperties_model | |
CClipStandardItemModel | |
CPropertiesModel | |
►Nproperties_tableview | |
CPropertiesTableView | A Properties Table QWidget used on the main window |
CPropertyDelegate | |
CSelectionLabel | The label to display selections |
►Nquery | |
CClip | This class allows Clips to be queried, updated, and deleted from the project data |
CEffect | This class allows Effects to be queried, updated, and deleted from the project data |
CFile | This class allows Files to be queried, updated, and deleted from the project data |
CMarker | This class allows Markers to be queried, updated, and deleted from the project data |
CQueryObject | This class allows one or more project data objects to be queried |
CTrack | This class allows Tracks to be queried, updated, and deleted from the project data |
CTransition | This class allows Transitions (i.e |
►Nquery_tests | |
CTestQueryClass | Unit test class for Query class |
►Nsequences | |
Csequence | A sequence contains tracks and clips that make up a scene (aka sequence) |
►Nsettings | |
CSettingStore | This class only allows setting pre-existing keys taken from default settings file, and merges user settings on load, assumes default OS dir |
►Ntimeline | |
Ctimeline | This class contains methods to simply displaying time codes |
CTimelineSync | This class syncs changes from the timeline to libopenshot |
►Ntimeline_webview | |
CTimelineWebView | A WebView QWidget used to load the Timeline |
►Ntitle_editor | |
CTitleEditor | Title Editor Dialog |
►Ntitles_listview | |
CTitlesListView | A QListView QWidget used on the title editor window |
►Ntitles_model | |
CTitlesModel | |
CTitleStandardItemModel | |
►Ntrack | |
Ctrack | The track class contains a simple grouping of clips on the same layer (aka track) |
►Ntransition | |
Ctransition | This class represents a media clip on the timeline |
►Ntransition_model | |
CTransitionsModel | |
CTransitionStandardItemModel | |
►Ntransitions_listview | |
CTransitionsListView | A QListView QWidget used on the main window |
►Ntransitions_treeview | |
CTransitionsTreeView | A TreeView QWidget used on the main window |
►Ntutorial | |
CTutorialDialog | A QWidget used to instruct a user how to use a certain feature |
CTutorialManager | Manage and present a list of tutorial dialogs |
►Nupdates | |
CUpdateAction | A data structure representing a single update manager action, including any necessary data to reverse the action |
CUpdateInterface | Interface for classes that listen for changes (insert, update, and delete) |
CUpdateManager | This class is used to track and distribute changes to listeners |
CUpdateWatcher | Interface for classes that listen for 'undo' and 'redo' events |
►Nvideo_widget | |
CVideoWidget | A QWidget used on the video display widget |