 about | |
  About | About Dialog |
  Credits | Credits Dialog |
  License | License Dialog |
 add_to_timeline | |
  AddToTimeline | Add To timeline Dialog |
 add_to_timeline_model | |
  TimelineModel | |
 add_to_timeline_treeview | |
  TimelineTreeView | A TreeView QWidget used on the add to timeline window |
 animated_title | |
  AnimatedTitle | Animated Title Dialog |
 animation | |
  Animation | Animation Dialog |
 app | |
  OpenShotApp | This class is the primary QApplication for OpenShot |
 blender_listview | |
  BlenderListView | A TreeView QWidget used on the animated title window |
  QBlenderEvent | A custom Blender QEvent, which can safely be sent from the Blender thread to the Qt thread (to communicate) |
  Worker | Background Worker Object (to run the Blender commands) |
 blender_model | |
  BlenderModel | |
 clip | |
  clip | This class represents a media clip on the timeline |
 conversion | |
 credits_model | |
  CreditsModel | |
  CreditsStandardItemModel | |
 credits_treeview | |
  CreditsTreeView | A ListView QWidget used on the credits window |
 cutting | |
  Cutting | Cutting Dialog |
 effect | |
  effect | This class represents a media clip on the timeline |
 effects_listview | |
  EffectsListView | A TreeView QWidget used on the main window |
 effects_model | |
  EffectsModel | |
  EffectsStandardItemModel | |
 effects_treeview | |
  EffectsTreeView | A TreeView QWidget used on the main window |
 exceptions | |
 export | |
  Export | Export Dialog |
 file_properties | |
  FileProperties | File Properties Dialog |
 files | |
  OpenShotFile | The generic file object for OpenShot |
  OpenShotFolder | The generic folder object for OpenShot |
 files_listview | |
  FilesListView | A ListView QWidget used on the main window |
 files_model | |
  FilesModel | |
  FileStandardItemModel | |
 files_treeview | |
  FilesTreeView | A TreeView QWidget used on the main window |
 generate_translations | |
 info | |
 json_data | |
  JsonDataStore | This class which allows getting/setting of key/value settings, and loading and saving to json files |
 keyframe | |
  keyframe | This class represents a media clip on the timeline |
 language | |
 launch | |
 logger | |
  StreamToLogger | Custom class to log all stdout and stderr streams (from libopenshot / and other libraries) |
 logger_libopenshot | |
  LoggerLibOpenShot | |
 main_window | |
  MainWindow | This class contains the logic for the main window widget |
 marker | |
  marker | This class represents a marker (i.e |
 metrics | |
 openshot_lang | |
 openshot_rc | |
 preferences | |
  Preferences | Preferences Dialog |
 preview_thread | |
  PlayerWorker | QT Player Worker Object (to preview video on a separate thread) |
  PreviewParent | Class which communicates with the PlayerWorker Class (running on a separate thread) |
 profile | |
  Profile | Choose Profile Dialog |
 project | |
  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.. |
 project_data | |
  ProjectDataStore | This class allows advanced searching of data structure, implements changes interface |
 properties_model | |
  ClipStandardItemModel | |
  PropertiesModel | |
 properties_tableview | |
  PropertiesTableView | A Properties Table QWidget used on the main window |
  PropertyDelegate | |
  SelectionLabel | The label to display selections |
 qt_types | |
 query | |
  Clip | This class allows Clips to be queried, updated, and deleted from the project data |
  Effect | This class allows Effects to be queried, updated, and deleted from the project data |
  File | This class allows Files to be queried, updated, and deleted from the project data |
  Marker | This class allows Markers to be queried, updated, and deleted from the project data |
  QueryObject | This class allows one or more project data objects to be queried |
  Track | This class allows Tracks to be queried, updated, and deleted from the project data |
  Transition | This class allows Transitions (i.e |
 query_tests | |
  TestQueryClass | Unit test class for Query class |
 sequences | |
  sequence | A sequence contains tracks and clips that make up a scene (aka sequence) |
 settings | |
  SettingStore | This class only allows setting pre-existing keys taken from default settings file, and merges user settings on load, assumes default OS dir |
 show_translations | |
 test_translations | |
 thumbnail | |
 timeline | |
  timeline | This class contains methods to simply displaying time codes |
  TimelineSync | This class syncs changes from the timeline to libopenshot |
 timeline_webview | |
  TimelineWebView | A WebView QWidget used to load the Timeline |
 title_editor | |
  TitleEditor | Title Editor Dialog |
 titles_listview | |
  TitlesListView | A QListView QWidget used on the title editor window |
 titles_model | |
  TitlesModel | |
  TitleStandardItemModel | |
 track | |
  track | The track class contains a simple grouping of clips on the same layer (aka track) |
 transition | |
  transition | This class represents a media clip on the timeline |
 transition_model | |
  TransitionsModel | |
  TransitionStandardItemModel | |
 transitions_listview | |
  TransitionsListView | A QListView QWidget used on the main window |
 transitions_treeview | |
  TransitionsTreeView | A TreeView QWidget used on the main window |
 tutorial | |
  TutorialDialog | A customized QWidget used to instruct a user how to use a certain feature |
  TutorialManager | Manage and present a list of tutorial dialogs |
 ui_util | |
 updates | |
  UpdateAction | A data structure representing a single update manager action, including any necessary data to reverse the action |
  UpdateInterface | Interface for classes that listen for changes (insert, update, and delete) |
  UpdateManager | This class is used to track and distribute changes to listeners |
  UpdateWatcher | Interface for classes that listen for 'undo' and 'redo' events |
 version | |
 video_widget | |
  VideoWidget | A QWidget used on the video display widget |
 waveform | |