Cutting Dialog.
More...
|
def | __init__ (self, file=None) |
|
def | accept (self) |
| Ok button clicked. More...
|
|
def | btnAddClip_clicked (self) |
| Add the selected clip to the project. More...
|
|
def | btnClear_clicked (self) |
| Clear the current clip and reset the form. More...
|
|
def | btnEnd_clicked (self) |
| End of clip button was clicked. More...
|
|
def | btnPlay_clicked (self, force=None) |
|
def | btnStart_clicked (self) |
| Start of clip button was clicked. More...
|
|
def | clearForm (self) |
| Clear all form controls. More...
|
|
def | close (self) |
| Actually close window and accept dialog. More...
|
|
def | closeEvent (self, event) |
|
def | movePlayhead (self, frame_number) |
| Update the playhead position. More...
|
|
def | padNumber (self, value, pad_length) |
|
def | reject (self) |
|
def | secondsToTime (self, secs, fps_num, fps_den) |
|
def | sliderVideo_valueChanged (self, new_frame) |
|
Cutting Dialog.
Definition at line 52 of file cutting.py.
def cutting.Cutting.__init__ |
( |
|
self, |
|
|
|
file = None |
|
) |
| |
def cutting.Cutting.accept |
( |
|
self | ) |
|
def cutting.Cutting.btnAddClip_clicked |
( |
|
self | ) |
|
Add the selected clip to the project.
Definition at line 278 of file cutting.py.
def cutting.Cutting.btnClear_clicked |
( |
|
self | ) |
|
Clear the current clip and reset the form.
Definition at line 251 of file cutting.py.
def cutting.Cutting.btnEnd_clicked |
( |
|
self | ) |
|
End of clip button was clicked.
Definition at line 217 of file cutting.py.
def cutting.Cutting.btnPlay_clicked |
( |
|
self, |
|
|
|
force = None |
|
) |
| |
def cutting.Cutting.btnStart_clicked |
( |
|
self | ) |
|
Start of clip button was clicked.
Definition at line 182 of file cutting.py.
def cutting.Cutting.clearForm |
( |
|
self | ) |
|
Clear all form controls.
Definition at line 259 of file cutting.py.
def cutting.Cutting.close |
( |
|
self | ) |
|
Actually close window and accept dialog.
Definition at line 327 of file cutting.py.
def cutting.Cutting.closeEvent |
( |
|
self, |
|
|
|
event |
|
) |
| |
def cutting.Cutting.movePlayhead |
( |
|
self, |
|
|
|
frame_number |
|
) |
| |
Update the playhead position.
Definition at line 136 of file cutting.py.
def cutting.Cutting.padNumber |
( |
|
self, |
|
|
|
value, |
|
|
|
pad_length |
|
) |
| |
def cutting.Cutting.reject |
( |
|
self | ) |
|
def cutting.Cutting.secondsToTime |
( |
|
self, |
|
|
|
secs, |
|
|
|
fps_num, |
|
|
|
fps_den |
|
) |
| |
def cutting.Cutting.sliderVideo_valueChanged |
( |
|
self, |
|
|
|
new_frame |
|
) |
| |
cutting.Cutting.end_frame |
cutting.Cutting.end_image |
cutting.Cutting.file_path |
cutting.Cutting.LoadFileSignal = pyqtSignal(str) |
|
static |
cutting.Cutting.PauseSignal = pyqtSignal() |
|
static |
cutting.Cutting.PlaySignal = pyqtSignal(int) |
|
static |
cutting.Cutting.preview_parent |
cutting.Cutting.preview_thread |
cutting.Cutting.previewFrameSignal = pyqtSignal(int) |
|
static |
cutting.Cutting.refreshFrameSignal = pyqtSignal() |
|
static |
cutting.Cutting.SeekSignal = pyqtSignal(int) |
|
static |
cutting.Cutting.sliderIgnoreSignal |
cutting.Cutting.SpeedSignal = pyqtSignal(float) |
|
static |
cutting.Cutting.start_frame |
cutting.Cutting.start_image |
cutting.Cutting.StopSignal = pyqtSignal() |
|
static |
cutting.Cutting.ui_path = os.path.join(info.PATH, 'windows', 'ui', 'cutting.ui') |
|
static |
cutting.Cutting.video_length |
cutting.Cutting.videoPreview |
The documentation for this class was generated from the following file: