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 | actionEffectsShowAll_trigger |
def | actionEffectsShowAudio_trigger |
def | actionEffectsShowVideo_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 | 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 | eventFilter |
Filter out certain types of window events. 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 | 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 | 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 | 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 2211 of file main_window.py.
def main_window.MainWindow.actionAbout_trigger | ( | self, | |
event | |||
) |
Show about dialog.
Definition at line 728 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 1001 of file main_window.py.
def main_window.MainWindow.actionAddTrack_trigger | ( | self, | |
event | |||
) |
Definition at line 898 of file main_window.py.
def main_window.MainWindow.actionAddTrackAbove_trigger | ( | self, | |
event | |||
) |
Definition at line 909 of file main_window.py.
def main_window.MainWindow.actionAddTrackBelow_trigger | ( | self, | |
event | |||
) |
Definition at line 946 of file main_window.py.
def main_window.MainWindow.actionAdvanced_View_trigger | ( | self, | |
event | |||
) |
Switch to an alternative view.
Definition at line 1736 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 983 of file main_window.py.
def main_window.MainWindow.actionAskQuestion_trigger | ( | self, | |
event | |||
) |
Definition at line 746 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 1585 of file main_window.py.
def main_window.MainWindow.actionDonate_trigger | ( | self, | |
event | |||
) |
Definition at line 762 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.actionEffectsShowAll_trigger | ( | self, | |
event | |||
) |
Definition at line 709 of file main_window.py.
def main_window.MainWindow.actionEffectsShowAudio_trigger | ( | self, | |
event | |||
) |
Definition at line 715 of file main_window.py.
def main_window.MainWindow.actionEffectsShowVideo_trigger | ( | self, | |
event | |||
) |
Definition at line 712 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 847 of file main_window.py.
def main_window.MainWindow.actionFile_Properties_trigger | ( | self, | |
event | |||
) |
Definition at line 1566 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 1754 of file main_window.py.
def main_window.MainWindow.actionFullscreen_trigger | ( | self, | |
event | |||
) |
Definition at line 1559 of file main_window.py.
def main_window.MainWindow.actionHelpContents_trigger | ( | self, | |
event | |||
) |
Definition at line 718 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 879 of file main_window.py.
def main_window.MainWindow.actionJumpStart_trigger | ( | self, | |
event | |||
) |
Definition at line 873 of file main_window.py.
def main_window.MainWindow.actionLockTrack_trigger | ( | self, | |
event | |||
) |
Callback for locking a track.
Definition at line 1501 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 1071 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 778 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 808 of file main_window.py.
def main_window.MainWindow.actionPreviousMarker_trigger | ( | self, | |
event | |||
) |
Definition at line 1019 of file main_window.py.
def main_window.MainWindow.actionProfile_trigger | ( | self, | |
event | |||
) |
Definition at line 1329 of file main_window.py.
def main_window.MainWindow.actionProperties_trigger | ( | self, | |
event | |||
) |
Definition at line 1397 of file main_window.py.
def main_window.MainWindow.actionRazorTool_trigger | ( | self, | |
event | |||
) |
Toggle razor tool on and off.
Definition at line 995 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 1363 of file main_window.py.
def main_window.MainWindow.actionRemoveClip_trigger | ( | self, | |
event | |||
) |
Definition at line 1383 of file main_window.py.
def main_window.MainWindow.actionRemoveEffect_trigger | ( | self, | |
event | |||
) |
Definition at line 1404 of file main_window.py.
def main_window.MainWindow.actionRemoveMarker_trigger | ( | self, | |
event | |||
) |
Definition at line 1544 of file main_window.py.
def main_window.MainWindow.actionRemoveTrack_trigger | ( | self, | |
event | |||
) |
Definition at line 1450 of file main_window.py.
def main_window.MainWindow.actionRemoveTransition_trigger | ( | self, | |
event | |||
) |
Definition at line 1436 of file main_window.py.
def main_window.MainWindow.actionRenameTrack_trigger | ( | self, | |
event | |||
) |
Callback for renaming track.
Definition at line 1527 of file main_window.py.
def main_window.MainWindow.actionReportBug_trigger | ( | self, | |
event | |||
) |
Definition at line 738 of file main_window.py.
def main_window.MainWindow.actionRewind_trigger | ( | self, | |
event | |||
) |
Definition at line 860 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.actionShow_All_trigger | ( | self, | |
event | |||
) |
Show all dockable widgets.
Definition at line 1768 of file main_window.py.
def main_window.MainWindow.actionSimple_View_trigger | ( | self, | |
event | |||
) |
Switch to the default / simple view.
Definition at line 1720 of file main_window.py.
def main_window.MainWindow.actionSnappingTool_trigger | ( | self, | |
event | |||
) |
Definition at line 986 of file main_window.py.
def main_window.MainWindow.actionSplitClip_trigger | ( | self, | |
event | |||
) |
Definition at line 1339 of file main_window.py.
def main_window.MainWindow.actionThumbnailView_trigger | ( | self, | |
event | |||
) |
Definition at line 1623 of file main_window.py.
def main_window.MainWindow.actionTimelineZoomIn_trigger | ( | self, | |
event | |||
) |
Definition at line 1553 of file main_window.py.
def main_window.MainWindow.actionTimelineZoomOut_trigger | ( | self, | |
event | |||
) |
Definition at line 1556 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 754 of file main_window.py.
def main_window.MainWindow.actionTutorial_trigger | ( | self, | |
event | |||
) |
Show tutorial again.
Definition at line 1773 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 1761 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 1514 of file main_window.py.
def main_window.MainWindow.actionUpdate_trigger | ( | self, | |
event | |||
) |
Definition at line 770 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 1682 of file main_window.py.
def main_window.MainWindow.addSelection | ( | self, | |
item_id, | |||
item_type, | |||
clear_existing = False |
|||
) |
Definition at line 1823 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 2060 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.eventFilter | ( | self, | |
object, | |||
e | |||
) |
Filter out certain types of window events.
Definition at line 2104 of file main_window.py.
def main_window.MainWindow.ExportFinished | ( | self, | |
path | |||
) |
Export has completed.
Definition at line 2192 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 1688 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 2074 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 2172 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 1702 of file main_window.py.
def main_window.MainWindow.getAllKeyboardShortcuts | ( | self | ) |
Get a key sequence back from the setting name.
Definition at line 1133 of file main_window.py.
def main_window.MainWindow.getDocks | ( | self | ) |
Get a list of all dockable widgets.
Definition at line 1667 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 1126 of file main_window.py.
def main_window.MainWindow.handlePausedVideo | ( | self | ) |
Handle the pause signal, by refreshing the properties dialog.
Definition at line 838 of file main_window.py.
def main_window.MainWindow.hideDocks | ( | self | ) |
Hide all dockable widgets on the main screen.
Definition at line 1714 of file main_window.py.
def main_window.MainWindow.InitCacheSettings | ( | self | ) |
Set the correct cache settings for the timeline.
Definition at line 2137 of file main_window.py.
def main_window.MainWindow.InitKeyboardShortcuts | ( | self | ) |
Initialize all keyboard shortcuts from the settings file.
Definition at line 2124 of file main_window.py.
def main_window.MainWindow.keyPressEvent | ( | self, | |
event | |||
) |
Process key press events and match with known shortcuts.
Definition at line 1143 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 1903 of file main_window.py.
def main_window.MainWindow.load_settings | ( | self | ) |
Definition at line 1891 of file main_window.py.
def main_window.MainWindow.moveEvent | ( | self, | |
event | |||
) |
Move tutorial dialogs also (if any)
Definition at line 2098 of file main_window.py.
def main_window.MainWindow.movePlayhead | ( | self, | |
position_frames | |||
) |
Update playhead position.
Definition at line 843 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 829 of file main_window.py.
def main_window.MainWindow.recent_project_clicked | ( | self, | |
file_path | |||
) |
Load a recent project when clicked.
Definition at line 1927 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 1676 of file main_window.py.
def main_window.MainWindow.removeSelection | ( | self, | |
item_id, | |||
item_type | |||
) |
Definition at line 1853 of file main_window.py.
def main_window.MainWindow.resize_contents | ( | self | ) |
Definition at line 1661 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 1883 of file main_window.py.
def main_window.MainWindow.setup_toolbars | ( | self | ) |
Definition at line 1932 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 1787 of file main_window.py.
def main_window.MainWindow.show_property_timeout | ( | self | ) |
Callback for show property timer.
Definition at line 2114 of file main_window.py.
def main_window.MainWindow.showDocks | ( | self, | |
docks | |||
) |
Show all dockable widgets on the main screen.
Definition at line 1694 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 2204 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 1708 of file main_window.py.
def main_window.MainWindow.updateStatusChanged | ( | self, | |
undo_status, | |||
redo_status | |||
) |
Definition at line 1816 of file main_window.py.
main_window.MainWindow.auto_save_timer |
Definition at line 2340 of file main_window.py.
main_window.MainWindow.cache_object |
Definition at line 2168 of file main_window.py.
main_window.MainWindow.effectsActionGroup |
Definition at line 1979 of file main_window.py.
main_window.MainWindow.effectsFilter |
Definition at line 1988 of file main_window.py.
main_window.MainWindow.effectsToolbar |
Definition at line 1978 of file main_window.py.
main_window.MainWindow.effectsTreeView |
Definition at line 1619 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 1941 of file main_window.py.
main_window.MainWindow.filesFilter |
Definition at line 1952 of file main_window.py.
main_window.MainWindow.filesToolbar |
Definition at line 1940 of file main_window.py.
main_window.MainWindow.filesTreeView |
Definition at line 1601 of file main_window.py.
|
static |
Definition at line 82 of file main_window.py.
main_window.MainWindow.has_launcher |
Definition at line 2188 of file main_window.py.
main_window.MainWindow.initialized |
Definition at line 2216 of file main_window.py.
|
static |
Definition at line 89 of file main_window.py.
main_window.MainWindow.is_transforming |
Definition at line 2206 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 2332 of file main_window.py.
main_window.MainWindow.preview_thread |
Definition at line 2334 of file main_window.py.
|
static |
Definition at line 73 of file main_window.py.
main_window.MainWindow.propertyTableView |
Definition at line 2302 of file main_window.py.
main_window.MainWindow.recent_menu |
Definition at line 1914 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 2062 of file main_window.py.
main_window.MainWindow.selected_effects |
Definition at line 2066 of file main_window.py.
main_window.MainWindow.selected_files |
Definition at line 1381 of file main_window.py.
main_window.MainWindow.selected_markers |
Definition at line 2064 of file main_window.py.
main_window.MainWindow.selected_tracks |
Definition at line 1497 of file main_window.py.
main_window.MainWindow.selected_transitions |
Definition at line 2063 of file main_window.py.
main_window.MainWindow.selectionLabel |
Definition at line 2303 of file main_window.py.
main_window.MainWindow.show_property_id |
Definition at line 1848 of file main_window.py.
main_window.MainWindow.show_property_timer |
Definition at line 2315 of file main_window.py.
main_window.MainWindow.show_property_type |
Definition at line 1849 of file main_window.py.
main_window.MainWindow.sliderZoom |
Definition at line 2040 of file main_window.py.
|
static |
Definition at line 80 of file main_window.py.
|
static |
Definition at line 78 of file main_window.py.
main_window.MainWindow.timeline |
Definition at line 2271 of file main_window.py.
main_window.MainWindow.timeline_sync |
Definition at line 2268 of file main_window.py.
main_window.MainWindow.timelineToolbar |
Definition at line 2020 of file main_window.py.
|
static |
Definition at line 84 of file main_window.py.
main_window.MainWindow.transitionsActionGroup |
Definition at line 1962 of file main_window.py.
main_window.MainWindow.transitionsFilter |
Definition at line 1969 of file main_window.py.
main_window.MainWindow.transitionsToolbar |
Definition at line 1961 of file main_window.py.
main_window.MainWindow.transitionsTreeView |
Definition at line 1610 of file main_window.py.
main_window.MainWindow.tutorial_manager |
Definition at line 1783 of file main_window.py.
|
static |
Definition at line 71 of file main_window.py.
main_window.MainWindow.unity_launchers |
Definition at line 2364 of file main_window.py.
main_window.MainWindow.videoPreview |
Definition at line 2321 of file main_window.py.
main_window.MainWindow.videoToolbar |
Definition at line 1997 of file main_window.py.
|
static |
Definition at line 83 of file main_window.py.
main_window.MainWindow.zoomScaleLabel |
Definition at line 2047 of file main_window.py.