Cutting Dialog.
More...
|
def | __init__ (self, file=None, preview=False) |
|
def | accept (self) |
| Ok button clicked. More...
|
|
def | actionPlay_Triggered (self) |
|
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 53 of file cutting.py.
◆ __init__()
def cutting.Cutting.__init__ |
( |
|
self, |
|
|
|
file = None , |
|
|
|
preview = False |
|
) |
| |
◆ accept()
def cutting.Cutting.accept |
( |
|
self | ) |
|
◆ actionPlay_Triggered()
def cutting.Cutting.actionPlay_Triggered |
( |
|
self | ) |
|
◆ btnAddClip_clicked()
def cutting.Cutting.btnAddClip_clicked |
( |
|
self | ) |
|
Add the selected clip to the project.
Definition at line 337 of file cutting.py.
◆ btnClear_clicked()
def cutting.Cutting.btnClear_clicked |
( |
|
self | ) |
|
Clear the current clip and reset the form.
Definition at line 310 of file cutting.py.
◆ btnEnd_clicked()
def cutting.Cutting.btnEnd_clicked |
( |
|
self | ) |
|
End of clip button was clicked.
Definition at line 273 of file cutting.py.
◆ btnPlay_clicked()
def cutting.Cutting.btnPlay_clicked |
( |
|
self, |
|
|
|
force = None |
|
) |
| |
◆ btnStart_clicked()
def cutting.Cutting.btnStart_clicked |
( |
|
self | ) |
|
Start of clip button was clicked.
Definition at line 235 of file cutting.py.
◆ clearForm()
def cutting.Cutting.clearForm |
( |
|
self | ) |
|
Clear all form controls.
Definition at line 318 of file cutting.py.
◆ close()
def cutting.Cutting.close |
( |
|
self | ) |
|
Actually close window and accept dialog.
Definition at line 386 of file cutting.py.
◆ closeEvent()
def cutting.Cutting.closeEvent |
( |
|
self, |
|
|
|
event |
|
) |
| |
◆ movePlayhead()
def cutting.Cutting.movePlayhead |
( |
|
self, |
|
|
|
frame_number |
|
) |
| |
Update the playhead position.
Definition at line 186 of file cutting.py.
◆ padNumber()
def cutting.Cutting.padNumber |
( |
|
self, |
|
|
|
value, |
|
|
|
pad_length |
|
) |
| |
◆ reject()
def cutting.Cutting.reject |
( |
|
self | ) |
|
◆ secondsToTime()
def cutting.Cutting.secondsToTime |
( |
|
self, |
|
|
|
secs, |
|
|
|
fps_num, |
|
|
|
fps_den |
|
) |
| |
◆ sliderVideo_valueChanged()
def cutting.Cutting.sliderVideo_valueChanged |
( |
|
self, |
|
|
|
new_frame |
|
) |
| |
◆ channel_layout
cutting.Cutting.channel_layout |
◆ channels
◆ clip
◆ end_frame
cutting.Cutting.end_frame |
◆ end_image
cutting.Cutting.end_image |
◆ file
◆ file_path
cutting.Cutting.file_path |
◆ fps
◆ fps_den
◆ fps_num
◆ height
◆ initialized
cutting.Cutting.initialized |
◆ LoadFileSignal
cutting.Cutting.LoadFileSignal = pyqtSignal(str) |
|
static |
◆ PauseSignal
cutting.Cutting.PauseSignal = pyqtSignal() |
|
static |
◆ PlaySignal
cutting.Cutting.PlaySignal = pyqtSignal(int) |
|
static |
◆ preview_parent
cutting.Cutting.preview_parent |
◆ preview_thread
cutting.Cutting.preview_thread |
◆ previewFrameSignal
cutting.Cutting.previewFrameSignal = pyqtSignal(int) |
|
static |
◆ refreshFrameSignal
cutting.Cutting.refreshFrameSignal = pyqtSignal() |
|
static |
◆ sample_rate
cutting.Cutting.sample_rate |
◆ SeekSignal
cutting.Cutting.SeekSignal = pyqtSignal(int) |
|
static |
◆ sliderIgnoreSignal
cutting.Cutting.sliderIgnoreSignal |
◆ SpeedSignal
cutting.Cutting.SpeedSignal = pyqtSignal(float) |
|
static |
◆ start_frame
cutting.Cutting.start_frame |
◆ start_image
cutting.Cutting.start_image |
◆ StopSignal
cutting.Cutting.StopSignal = pyqtSignal() |
|
static |
◆ transforming_clip
cutting.Cutting.transforming_clip |
◆ ui_path
cutting.Cutting.ui_path = os.path.join(info.PATH, 'windows', 'ui', 'cutting.ui') |
|
static |
◆ video_length
cutting.Cutting.video_length |
◆ videoPreview
cutting.Cutting.videoPreview |
◆ width
The documentation for this class was generated from the following file: