OpenShot Video Editor
2.0.0
|
This class contains the logic for the main window widget. More...
Public Member Functions | |
def | __init__ |
def | actionAbout_trigger |
Show about dialog. More... | |
def | actionAdd_to_Timeline_trigger |
def | actionAddMarker_trigger |
def | actionAddTrack_trigger |
def | actionAddTrackAbove_trigger |
def | actionAddTrackBelow_trigger |
def | actionAdvanced_View_trigger |
Switch to an alternative view. More... | |
def | actionAnimatedTitle_trigger |
def | actionAnimation_trigger |
def | actionArrowTool_trigger |
def | actionAskQuestion_trigger |
def | actionClearHistory_trigger |
Clear history for current project. More... | |
def | actionDetailsView_trigger |
def | actionDonate_trigger |
def | actionDuplicateTitle_trigger |
def | actionEditTitle_trigger |
def | actionExportVideo_trigger |
def | actionFastForward_trigger |
def | actionFile_Properties_trigger |
def | actionFilesShowAll_trigger |
def | actionFilesShowAudio_trigger |
def | actionFilesShowImage_trigger |
def | actionFilesShowVideo_trigger |
def | actionFreeze_View_trigger |
Freeze all dockable widgets on the main screen. More... | |
def | actionFullscreen_trigger |
def | actionHelpContents_trigger |
def | actionImportFiles_trigger |
def | actionImportImageSequence_trigger |
def | actionJumpEnd_trigger |
def | actionJumpStart_trigger |
def | actionLockTrack_trigger |
Callback for locking a track. More... | |
def | actionNew_trigger |
def | actionNextMarker_trigger |
def | actionOpen_trigger |
def | actionPlay_trigger |
def | actionPreferences_trigger |
def | actionPreview_File_trigger |
Preview the selected media file. More... | |
def | actionPreviousMarker_trigger |
def | actionProfile_trigger |
def | actionProperties_trigger |
def | actionRazorTool_trigger |
Toggle razor tool on and off. More... | |
def | actionRedo_trigger |
def | actionRemove_from_Project_trigger |
def | actionRemoveClip_trigger |
def | actionRemoveEffect_trigger |
def | actionRemoveMarker_trigger |
def | actionRemoveTrack_trigger |
def | actionRemoveTransition_trigger |
def | actionRenameTrack_trigger |
Callback for renaming track. More... | |
def | actionReportBug_trigger |
def | actionRewind_trigger |
def | actionSave_trigger |
def | actionSaveAs_trigger |
def | actionSaveFrame_trigger |
def | actionShow_All_trigger |
Show all dockable widgets. More... | |
def | actionSimple_View_trigger |
Switch to the default / simple view. More... | |
def | actionSnappingTool_trigger |
def | actionSplitClip_trigger |
def | actionThumbnailView_trigger |
def | actionTimelineZoomIn_trigger |
def | actionTimelineZoomOut_trigger |
def | actionTitle_trigger |
def | actionTransitionsShowAll_trigger |
def | actionTransitionsShowCommon_trigger |
def | actionTranslate_trigger |
def | actionTutorial_trigger |
Show tutorial again. More... | |
def | actionUn_Freeze_View_trigger |
Un-Freeze all dockable widgets on the main screen. More... | |
def | actionUndo_trigger |
def | actionUnlockTrack_trigger |
Callback for unlocking a track. More... | |
def | actionUpdate_trigger |
def | actionUploadVideo_trigger |
def | addDocks |
Add all dockable widgets to the same dock area on the main screen. More... | |
def | addSelection |
def | auto_save_project |
Auto save the project. More... | |
def | clear_all_thumbnails |
Clear all user thumbnails. More... | |
def | clearSelections |
Clear all selection containers. More... | |
def | closeEvent |
def | create_lock_file |
Create a lock file. More... | |
def | destroy_lock_file |
Destroy the lock file. More... | |
def | ExportFinished |
Export has completed. More... | |
def | floatDocks |
Float or Un-Float all dockable widgets above main screen. More... | |
def | foundCurrentVersion |
Handle the callback for detecting the current version on openshot.org. More... | |
def | FrameExported |
Connect to Unity launcher (for Linux) More... | |
def | freezeDocks |
Freeze all dockable widgets on the main screen (no float, moving, or closing) More... | |
def | getAllKeyboardShortcuts |
Get a key sequence back from the setting name. More... | |
def | getDocks |
Get a list of all dockable widgets. More... | |
def | getShortcutByName |
Get a key sequence back from the setting name. More... | |
def | handlePausedVideo |
Handle the pause signal, by refreshing the properties dialog. More... | |
def | hideDocks |
Hide all dockable widgets on the main screen. More... | |
def | hideEvent |
Have any child windows hide with main window. More... | |
def | InitCacheSettings |
Set the correct cache settings for the timeline. More... | |
def | InitKeyboardShortcuts |
Initialize all keyboard shortcuts from the settings file. More... | |
def | keyPressEvent |
Process key press events and match with known shortcuts. More... | |
def | load_recent_menu |
Clear and load the list of recent menu items. More... | |
def | load_settings |
def | moveEvent |
Move tutorial dialogs also (if any) More... | |
def | movePlayhead |
Update playhead position. More... | |
def | open_project |
Open a project from a file path, and refresh the screen. More... | |
def | previewFrame |
Preview a specific frame. More... | |
def | recent_project_clicked |
Load a recent project when clicked. More... | |
def | recover_backup |
Recover the backup file (if any) More... | |
def | removeDocks |
Remove all dockable widgets on main screen. More... | |
def | removeSelection |
def | resize_contents |
def | resizeEvent |
def | save_project |
Save a project to a file path, and refresh the screen. More... | |
def | save_settings |
def | setup_toolbars |
def | SetWindowTitle |
Set the window title based on a variety of factors. More... | |
def | show_property_timeout |
Callback for show property timer. More... | |
def | showDocks |
Show all dockable widgets on the main screen. More... | |
def | showEvent |
Have any child windows follow main-window state. More... | |
def | tail_file |
Read the end of a file (n number of lines) More... | |
def | transformTriggered |
Handle transform signal (to keep track of whether a transform is happening or not) More... | |
def | unFreezeDocks |
Un-freeze all dockable widgets on the main screen (allow them to be moved, closed, and floated) More... | |
def | updateStatusChanged |
![]() | |
def | updateStatusChanged |
Easily be notified each time there are 'undo' or 'redo' actions available in the UpdateManager. More... | |
Static Public Attributes | |
tuple | ExportEnded = pyqtSignal(str) |
tuple | ExportFrame = pyqtSignal(str, int, int, int) |
tuple | ExportStarted = pyqtSignal(str, int, int) |
tuple | FoundVersionSignal = pyqtSignal(str) |
tuple | InsertKeyframe = pyqtSignal(object) |
tuple | LoadFileSignal = pyqtSignal(str) |
tuple | MaxSizeChanged = pyqtSignal(object) |
tuple | PauseSignal = pyqtSignal() |
tuple | PlaySignal = pyqtSignal(int) |
tuple | previewFrameSignal = pyqtSignal(int) |
tuple | RecoverBackup = pyqtSignal() |
tuple | refreshFrameSignal = pyqtSignal() |
tuple | SeekSignal = pyqtSignal(int) |
tuple | SpeedSignal = pyqtSignal(float) |
tuple | StopSignal = pyqtSignal() |
tuple | TransformSignal = pyqtSignal(str) |
tuple | ui_path = os.path.join(info.PATH, 'windows', 'ui', 'main-window.ui') |
tuple | WaveformReady = pyqtSignal(str, list) |
This class contains the logic for the main window widget.
Definition at line 68 of file main_window.py.
def main_window.MainWindow.__init__ | ( | self, | |
mode = None |
|||
) |
Definition at line 2309 of file main_window.py.
def main_window.MainWindow.actionAbout_trigger | ( | self, | |
event | |||
) |
Show about dialog.
Definition at line 719 of file main_window.py.
def main_window.MainWindow.actionAdd_to_Timeline_trigger | ( | self, | |
event | |||
) |
Definition at line 610 of file main_window.py.
def main_window.MainWindow.actionAddMarker_trigger | ( | self, | |
event | |||
) |
Definition at line 1070 of file main_window.py.
def main_window.MainWindow.actionAddTrack_trigger | ( | self, | |
event | |||
) |
Definition at line 967 of file main_window.py.
def main_window.MainWindow.actionAddTrackAbove_trigger | ( | self, | |
event | |||
) |
Definition at line 978 of file main_window.py.
def main_window.MainWindow.actionAddTrackBelow_trigger | ( | self, | |
event | |||
) |
Definition at line 1015 of file main_window.py.
def main_window.MainWindow.actionAdvanced_View_trigger | ( | self, | |
event | |||
) |
Switch to an alternative view.
Definition at line 1811 of file main_window.py.
def main_window.MainWindow.actionAnimatedTitle_trigger | ( | self, | |
event | |||
) |
Definition at line 318 of file main_window.py.
def main_window.MainWindow.actionAnimation_trigger | ( | self, | |
event | |||
) |
Definition at line 329 of file main_window.py.
def main_window.MainWindow.actionArrowTool_trigger | ( | self, | |
event | |||
) |
Definition at line 1052 of file main_window.py.
def main_window.MainWindow.actionAskQuestion_trigger | ( | self, | |
event | |||
) |
Definition at line 737 of file main_window.py.
def main_window.MainWindow.actionClearHistory_trigger | ( | self, | |
event | |||
) |
Clear history for current project.
Definition at line 400 of file main_window.py.
def main_window.MainWindow.actionDetailsView_trigger | ( | self, | |
event | |||
) |
Definition at line 1660 of file main_window.py.
def main_window.MainWindow.actionDonate_trigger | ( | self, | |
event | |||
) |
Definition at line 753 of file main_window.py.
def main_window.MainWindow.actionDuplicateTitle_trigger | ( | self, | |
event | |||
) |
Definition at line 374 of file main_window.py.
def main_window.MainWindow.actionEditTitle_trigger | ( | self, | |
event | |||
) |
Definition at line 351 of file main_window.py.
def main_window.MainWindow.actionExportVideo_trigger | ( | self, | |
event | |||
) |
Definition at line 644 of file main_window.py.
def main_window.MainWindow.actionFastForward_trigger | ( | self, | |
event | |||
) |
Definition at line 838 of file main_window.py.
def main_window.MainWindow.actionFile_Properties_trigger | ( | self, | |
event | |||
) |
Definition at line 1641 of file main_window.py.
def main_window.MainWindow.actionFilesShowAll_trigger | ( | self, | |
event | |||
) |
Definition at line 691 of file main_window.py.
def main_window.MainWindow.actionFilesShowAudio_trigger | ( | self, | |
event | |||
) |
Definition at line 697 of file main_window.py.
def main_window.MainWindow.actionFilesShowImage_trigger | ( | self, | |
event | |||
) |
Definition at line 700 of file main_window.py.
def main_window.MainWindow.actionFilesShowVideo_trigger | ( | self, | |
event | |||
) |
Definition at line 694 of file main_window.py.
def main_window.MainWindow.actionFreeze_View_trigger | ( | self, | |
event | |||
) |
Freeze all dockable widgets on the main screen.
Definition at line 1829 of file main_window.py.
def main_window.MainWindow.actionFullscreen_trigger | ( | self, | |
event | |||
) |
Definition at line 1634 of file main_window.py.
def main_window.MainWindow.actionHelpContents_trigger | ( | self, | |
event | |||
) |
Definition at line 709 of file main_window.py.
def main_window.MainWindow.actionImportFiles_trigger | ( | self, | |
event | |||
) |
Definition at line 597 of file main_window.py.
def main_window.MainWindow.actionImportImageSequence_trigger | ( | self, | |
event | |||
) |
Definition at line 387 of file main_window.py.
def main_window.MainWindow.actionJumpEnd_trigger | ( | self, | |
event | |||
) |
Definition at line 870 of file main_window.py.
def main_window.MainWindow.actionJumpStart_trigger | ( | self, | |
event | |||
) |
Definition at line 864 of file main_window.py.
def main_window.MainWindow.actionLockTrack_trigger | ( | self, | |
event | |||
) |
Callback for locking a track.
Definition at line 1576 of file main_window.py.
def main_window.MainWindow.actionNew_trigger | ( | self, | |
event | |||
) |
Definition at line 286 of file main_window.py.
def main_window.MainWindow.actionNextMarker_trigger | ( | self, | |
event | |||
) |
Definition at line 1140 of file main_window.py.
def main_window.MainWindow.actionOpen_trigger | ( | self, | |
event | |||
) |
Definition at line 512 of file main_window.py.
def main_window.MainWindow.actionPlay_trigger | ( | self, | |
event, | |||
force = None |
|||
) |
Definition at line 769 of file main_window.py.
def main_window.MainWindow.actionPreferences_trigger | ( | self, | |
event | |||
) |
Definition at line 671 of file main_window.py.
def main_window.MainWindow.actionPreview_File_trigger | ( | self, | |
event | |||
) |
Preview the selected media file.
Definition at line 799 of file main_window.py.
def main_window.MainWindow.actionPreviousMarker_trigger | ( | self, | |
event | |||
) |
Definition at line 1088 of file main_window.py.
def main_window.MainWindow.actionProfile_trigger | ( | self, | |
event | |||
) |
Definition at line 1404 of file main_window.py.
def main_window.MainWindow.actionProperties_trigger | ( | self, | |
event | |||
) |
Definition at line 1472 of file main_window.py.
def main_window.MainWindow.actionRazorTool_trigger | ( | self, | |
event | |||
) |
Toggle razor tool on and off.
Definition at line 1064 of file main_window.py.
def main_window.MainWindow.actionRedo_trigger | ( | self, | |
event | |||
) |
Definition at line 663 of file main_window.py.
def main_window.MainWindow.actionRemove_from_Project_trigger | ( | self, | |
event | |||
) |
Definition at line 1438 of file main_window.py.
def main_window.MainWindow.actionRemoveClip_trigger | ( | self, | |
event | |||
) |
Definition at line 1458 of file main_window.py.
def main_window.MainWindow.actionRemoveEffect_trigger | ( | self, | |
event | |||
) |
Definition at line 1479 of file main_window.py.
def main_window.MainWindow.actionRemoveMarker_trigger | ( | self, | |
event | |||
) |
Definition at line 1619 of file main_window.py.
def main_window.MainWindow.actionRemoveTrack_trigger | ( | self, | |
event | |||
) |
Definition at line 1525 of file main_window.py.
def main_window.MainWindow.actionRemoveTransition_trigger | ( | self, | |
event | |||
) |
Definition at line 1511 of file main_window.py.
def main_window.MainWindow.actionRenameTrack_trigger | ( | self, | |
event | |||
) |
Callback for renaming track.
Definition at line 1602 of file main_window.py.
def main_window.MainWindow.actionReportBug_trigger | ( | self, | |
event | |||
) |
Definition at line 729 of file main_window.py.
def main_window.MainWindow.actionRewind_trigger | ( | self, | |
event | |||
) |
Definition at line 851 of file main_window.py.
def main_window.MainWindow.actionSave_trigger | ( | self, | |
event | |||
) |
Definition at line 535 of file main_window.py.
def main_window.MainWindow.actionSaveAs_trigger | ( | self, | |
event | |||
) |
Definition at line 581 of file main_window.py.
def main_window.MainWindow.actionSaveFrame_trigger | ( | self, | |
event | |||
) |
Definition at line 889 of file main_window.py.
def main_window.MainWindow.actionShow_All_trigger | ( | self, | |
event | |||
) |
Show all dockable widgets.
Definition at line 1843 of file main_window.py.
def main_window.MainWindow.actionSimple_View_trigger | ( | self, | |
event | |||
) |
Switch to the default / simple view.
Definition at line 1795 of file main_window.py.
def main_window.MainWindow.actionSnappingTool_trigger | ( | self, | |
event | |||
) |
Definition at line 1055 of file main_window.py.
def main_window.MainWindow.actionSplitClip_trigger | ( | self, | |
event | |||
) |
Definition at line 1414 of file main_window.py.
def main_window.MainWindow.actionThumbnailView_trigger | ( | self, | |
event | |||
) |
Definition at line 1698 of file main_window.py.
def main_window.MainWindow.actionTimelineZoomIn_trigger | ( | self, | |
event | |||
) |
Definition at line 1628 of file main_window.py.
def main_window.MainWindow.actionTimelineZoomOut_trigger | ( | self, | |
event | |||
) |
Definition at line 1631 of file main_window.py.
def main_window.MainWindow.actionTitle_trigger | ( | self, | |
event | |||
) |
Definition at line 340 of file main_window.py.
def main_window.MainWindow.actionTransitionsShowAll_trigger | ( | self, | |
event | |||
) |
Definition at line 703 of file main_window.py.
def main_window.MainWindow.actionTransitionsShowCommon_trigger | ( | self, | |
event | |||
) |
Definition at line 706 of file main_window.py.
def main_window.MainWindow.actionTranslate_trigger | ( | self, | |
event | |||
) |
Definition at line 745 of file main_window.py.
def main_window.MainWindow.actionTutorial_trigger | ( | self, | |
event | |||
) |
Show tutorial again.
Definition at line 1848 of file main_window.py.
def main_window.MainWindow.actionUn_Freeze_View_trigger | ( | self, | |
event | |||
) |
Un-Freeze all dockable widgets on the main screen.
Definition at line 1836 of file main_window.py.
def main_window.MainWindow.actionUndo_trigger | ( | self, | |
event | |||
) |
Definition at line 655 of file main_window.py.
def main_window.MainWindow.actionUnlockTrack_trigger | ( | self, | |
event | |||
) |
Callback for unlocking a track.
Definition at line 1589 of file main_window.py.
def main_window.MainWindow.actionUpdate_trigger | ( | self, | |
event | |||
) |
Definition at line 761 of file main_window.py.
def main_window.MainWindow.actionUploadVideo_trigger | ( | self, | |
event | |||
) |
Definition at line 633 of file main_window.py.
def main_window.MainWindow.addDocks | ( | self, | |
docks, | |||
area | |||
) |
Add all dockable widgets to the same dock area on the main screen.
Definition at line 1757 of file main_window.py.
def main_window.MainWindow.addSelection | ( | self, | |
item_id, | |||
item_type, | |||
clear_existing = False |
|||
) |
Definition at line 1898 of file main_window.py.
def main_window.MainWindow.auto_save_project | ( | self | ) |
Auto save the project.
Definition at line 555 of file main_window.py.
def main_window.MainWindow.clear_all_thumbnails | ( | self | ) |
Clear all user thumbnails.
Definition at line 477 of file main_window.py.
def main_window.MainWindow.clearSelections | ( | self | ) |
Clear all selection containers.
Definition at line 2137 of file main_window.py.
def main_window.MainWindow.closeEvent | ( | self, | |
event | |||
) |
Definition at line 92 of file main_window.py.
def main_window.MainWindow.create_lock_file | ( | self | ) |
Create a lock file.
Definition at line 175 of file main_window.py.
def main_window.MainWindow.destroy_lock_file | ( | self | ) |
Destroy the lock file.
Definition at line 258 of file main_window.py.
def main_window.MainWindow.ExportFinished | ( | self, | |
path | |||
) |
Export has completed.
Definition at line 2290 of file main_window.py.
def main_window.MainWindow.floatDocks | ( | self, | |
is_floating | |||
) |
Float or Un-Float all dockable widgets above main screen.
Definition at line 1763 of file main_window.py.
def main_window.MainWindow.foundCurrentVersion | ( | self, | |
version | |||
) |
Handle the callback for detecting the current version on openshot.org.
Definition at line 2151 of file main_window.py.
def main_window.MainWindow.FrameExported | ( | self, | |
path, | |||
start_frame, | |||
end_frame, | |||
current_frame | |||
) |
Connect to Unity launcher (for Linux)
Definition at line 2270 of file main_window.py.
def main_window.MainWindow.freezeDocks | ( | self | ) |
Freeze all dockable widgets on the main screen (no float, moving, or closing)
Definition at line 1777 of file main_window.py.
def main_window.MainWindow.getAllKeyboardShortcuts | ( | self | ) |
Get a key sequence back from the setting name.
Definition at line 1202 of file main_window.py.
def main_window.MainWindow.getDocks | ( | self | ) |
Get a list of all dockable widgets.
Definition at line 1742 of file main_window.py.
def main_window.MainWindow.getShortcutByName | ( | self, | |
setting_name | |||
) |
Get a key sequence back from the setting name.
Definition at line 1195 of file main_window.py.
def main_window.MainWindow.handlePausedVideo | ( | self | ) |
Handle the pause signal, by refreshing the properties dialog.
Definition at line 829 of file main_window.py.
def main_window.MainWindow.hideDocks | ( | self | ) |
Hide all dockable widgets on the main screen.
Definition at line 1789 of file main_window.py.
def main_window.MainWindow.hideEvent | ( | self, | |
event | |||
) |
Have any child windows hide with main window.
Definition at line 2201 of file main_window.py.
def main_window.MainWindow.InitCacheSettings | ( | self | ) |
Set the correct cache settings for the timeline.
Definition at line 2235 of file main_window.py.
def main_window.MainWindow.InitKeyboardShortcuts | ( | self | ) |
Initialize all keyboard shortcuts from the settings file.
Definition at line 2222 of file main_window.py.
def main_window.MainWindow.keyPressEvent | ( | self, | |
event | |||
) |
Process key press events and match with known shortcuts.
Definition at line 1212 of file main_window.py.
def main_window.MainWindow.load_recent_menu | ( | self | ) |
Clear and load the list of recent menu items.
Definition at line 1978 of file main_window.py.
def main_window.MainWindow.load_settings | ( | self | ) |
Definition at line 1966 of file main_window.py.
def main_window.MainWindow.moveEvent | ( | self, | |
event | |||
) |
Move tutorial dialogs also (if any)
Definition at line 2175 of file main_window.py.
def main_window.MainWindow.movePlayhead | ( | self, | |
position_frames | |||
) |
Update playhead position.
Definition at line 834 of file main_window.py.
def main_window.MainWindow.open_project | ( | self, | |
file_path, | |||
clear_thumbnails = True |
|||
) |
Open a project from a file path, and refresh the screen.
Definition at line 433 of file main_window.py.
def main_window.MainWindow.previewFrame | ( | self, | |
position_seconds, | |||
position_frames, | |||
time_code | |||
) |
Preview a specific frame.
Definition at line 820 of file main_window.py.
def main_window.MainWindow.recent_project_clicked | ( | self, | |
file_path | |||
) |
Load a recent project when clicked.
Definition at line 2002 of file main_window.py.
def main_window.MainWindow.recover_backup | ( | self | ) |
Recover the backup file (if any)
Definition at line 141 of file main_window.py.
def main_window.MainWindow.removeDocks | ( | self | ) |
Remove all dockable widgets on main screen.
Definition at line 1751 of file main_window.py.
def main_window.MainWindow.removeSelection | ( | self, | |
item_id, | |||
item_type | |||
) |
Definition at line 1928 of file main_window.py.
def main_window.MainWindow.resize_contents | ( | self | ) |
Definition at line 1736 of file main_window.py.
def main_window.MainWindow.resizeEvent | ( | self, | |
event | |||
) |
Definition at line 2181 of file main_window.py.
def main_window.MainWindow.save_project | ( | self, | |
file_path | |||
) |
Save a project to a file path, and refresh the screen.
Definition at line 407 of file main_window.py.
def main_window.MainWindow.save_settings | ( | self | ) |
Definition at line 1958 of file main_window.py.
def main_window.MainWindow.setup_toolbars | ( | self | ) |
Definition at line 2007 of file main_window.py.
def main_window.MainWindow.SetWindowTitle | ( | self, | |
profile = None |
|||
) |
Set the window title based on a variety of factors.
Definition at line 1862 of file main_window.py.
def main_window.MainWindow.show_property_timeout | ( | self | ) |
Callback for show property timer.
Definition at line 2212 of file main_window.py.
def main_window.MainWindow.showDocks | ( | self, | |
docks | |||
) |
Show all dockable widgets on the main screen.
Definition at line 1769 of file main_window.py.
def main_window.MainWindow.showEvent | ( | self, | |
event | |||
) |
Have any child windows follow main-window state.
Definition at line 2189 of file main_window.py.
def main_window.MainWindow.tail_file | ( | self, | |
f, | |||
n, | |||
offset = None |
|||
) |
Read the end of a file (n number of lines)
Definition at line 268 of file main_window.py.
def main_window.MainWindow.transformTriggered | ( | self, | |
clip_id | |||
) |
Handle transform signal (to keep track of whether a transform is happening or not)
Definition at line 2302 of file main_window.py.
def main_window.MainWindow.unFreezeDocks | ( | self | ) |
Un-freeze all dockable widgets on the main screen (allow them to be moved, closed, and floated)
Definition at line 1783 of file main_window.py.
def main_window.MainWindow.updateStatusChanged | ( | self, | |
undo_status, | |||
redo_status | |||
) |
Definition at line 1891 of file main_window.py.
main_window.MainWindow.auto_save_timer |
Definition at line 2438 of file main_window.py.
main_window.MainWindow.cache_object |
Definition at line 963 of file main_window.py.
main_window.MainWindow.effectsFilter |
Definition at line 2054 of file main_window.py.
main_window.MainWindow.effectsToolbar |
Definition at line 2053 of file main_window.py.
main_window.MainWindow.effectsTreeView |
Definition at line 1694 of file main_window.py.
|
static |
Definition at line 87 of file main_window.py.
|
static |
Definition at line 86 of file main_window.py.
|
static |
Definition at line 85 of file main_window.py.
main_window.MainWindow.filesActionGroup |
Definition at line 2016 of file main_window.py.
main_window.MainWindow.filesFilter |
Definition at line 2027 of file main_window.py.
main_window.MainWindow.filesToolbar |
Definition at line 2015 of file main_window.py.
main_window.MainWindow.filesTreeView |
Definition at line 1676 of file main_window.py.
|
static |
Definition at line 82 of file main_window.py.
main_window.MainWindow.has_launcher |
Definition at line 2286 of file main_window.py.
main_window.MainWindow.initialized |
Definition at line 2314 of file main_window.py.
|
static |
Definition at line 89 of file main_window.py.
main_window.MainWindow.is_transforming |
Definition at line 2304 of file main_window.py.
|
static |
Definition at line 75 of file main_window.py.
|
static |
Definition at line 88 of file main_window.py.
main_window.MainWindow.mode |
Definition at line 98 of file main_window.py.
|
static |
Definition at line 77 of file main_window.py.
|
static |
Definition at line 76 of file main_window.py.
main_window.MainWindow.preview_parent |
Definition at line 2430 of file main_window.py.
main_window.MainWindow.preview_thread |
Definition at line 2432 of file main_window.py.
|
static |
Definition at line 73 of file main_window.py.
main_window.MainWindow.propertyTableView |
Definition at line 2400 of file main_window.py.
main_window.MainWindow.recent_menu |
Definition at line 1989 of file main_window.py.
|
static |
Definition at line 81 of file main_window.py.
|
static |
Definition at line 74 of file main_window.py.
|
static |
Definition at line 79 of file main_window.py.
main_window.MainWindow.selected_clips |
Definition at line 2139 of file main_window.py.
main_window.MainWindow.selected_effects |
Definition at line 2143 of file main_window.py.
main_window.MainWindow.selected_files |
Definition at line 1456 of file main_window.py.
main_window.MainWindow.selected_markers |
Definition at line 2141 of file main_window.py.
main_window.MainWindow.selected_tracks |
Definition at line 1572 of file main_window.py.
main_window.MainWindow.selected_transitions |
Definition at line 2140 of file main_window.py.
main_window.MainWindow.selectionLabel |
Definition at line 2401 of file main_window.py.
main_window.MainWindow.show_property_id |
Definition at line 1923 of file main_window.py.
main_window.MainWindow.show_property_timer |
Definition at line 2413 of file main_window.py.
main_window.MainWindow.show_property_type |
Definition at line 1924 of file main_window.py.
main_window.MainWindow.sliderZoom |
Definition at line 2117 of file main_window.py.
|
static |
Definition at line 80 of file main_window.py.
main_window.MainWindow.statusBar |
Definition at line 896 of file main_window.py.
|
static |
Definition at line 78 of file main_window.py.
main_window.MainWindow.timeline |
Definition at line 2369 of file main_window.py.
main_window.MainWindow.timeline_sync |
Definition at line 2366 of file main_window.py.
main_window.MainWindow.timelineToolbar |
Definition at line 2097 of file main_window.py.
|
static |
Definition at line 84 of file main_window.py.
main_window.MainWindow.transitionsActionGroup |
Definition at line 2037 of file main_window.py.
main_window.MainWindow.transitionsFilter |
Definition at line 2044 of file main_window.py.
main_window.MainWindow.transitionsToolbar |
Definition at line 2036 of file main_window.py.
main_window.MainWindow.transitionsTreeView |
Definition at line 1685 of file main_window.py.
main_window.MainWindow.tutorial_manager |
Definition at line 1858 of file main_window.py.
|
static |
Definition at line 71 of file main_window.py.
main_window.MainWindow.unity_launchers |
Definition at line 2468 of file main_window.py.
main_window.MainWindow.videoPreview |
Definition at line 2419 of file main_window.py.
main_window.MainWindow.videoToolbar |
Definition at line 2063 of file main_window.py.
|
static |
Definition at line 83 of file main_window.py.
main_window.MainWindow.zoomScaleLabel |
Definition at line 2124 of file main_window.py.