OpenShot Video Editor
2.0.0
|
Add To timeline Dialog. More...
Public Member Functions | |
def | __init__ (self, files=None, position=0.0) |
def | accept (self) |
Ok button clicked. More... | |
def | btnMoveDownClicked (self, event) |
Callback for move up button click. More... | |
def | btnMoveUpClicked (self, event) |
Callback for move up button click. More... | |
def | btnRemoveClicked (self, event) |
Callback for move up button click. More... | |
def | btnShuffleClicked (self, event) |
Callback for move up button click. More... | |
def | ImageLengthChanged (self, value) |
Handle callback for image length being changed. More... | |
def | padNumber (self, value, pad_length) |
def | reject (self) |
Cancel button clicked. More... | |
def | secondsToTime (self, secs, fps_num, fps_den) |
def | updateTotal (self) |
Calculate the total length of what's about to be added to the timeline. More... | |
Public Attributes | |
app | |
settings | |
transitions | |
treeFiles | |
Static Public Attributes | |
ui_path = os.path.join(info.PATH, 'windows', 'ui', 'add-to-timeline.ui') | |
Add To timeline Dialog.
Definition at line 54 of file add_to_timeline.py.
def add_to_timeline.AddToTimeline.__init__ | ( | self, | |
files = None , |
|||
position = 0.0 |
|||
) |
Definition at line 453 of file add_to_timeline.py.
def add_to_timeline.AddToTimeline.accept | ( | self | ) |
Ok button clicked.
Definition at line 163 of file add_to_timeline.py.
def add_to_timeline.AddToTimeline.btnMoveDownClicked | ( | self, | |
event | |||
) |
Callback for move up button click.
Definition at line 90 of file add_to_timeline.py.
def add_to_timeline.AddToTimeline.btnMoveUpClicked | ( | self, | |
event | |||
) |
Callback for move up button click.
Definition at line 60 of file add_to_timeline.py.
def add_to_timeline.AddToTimeline.btnRemoveClicked | ( | self, | |
event | |||
) |
Callback for move up button click.
Definition at line 131 of file add_to_timeline.py.
def add_to_timeline.AddToTimeline.btnShuffleClicked | ( | self, | |
event | |||
) |
Callback for move up button click.
Definition at line 120 of file add_to_timeline.py.
def add_to_timeline.AddToTimeline.ImageLengthChanged | ( | self, | |
value | |||
) |
Handle callback for image length being changed.
Definition at line 384 of file add_to_timeline.py.
def add_to_timeline.AddToTimeline.padNumber | ( | self, | |
value, | |||
pad_length | |||
) |
Definition at line 424 of file add_to_timeline.py.
def add_to_timeline.AddToTimeline.reject | ( | self | ) |
Cancel button clicked.
Definition at line 447 of file add_to_timeline.py.
def add_to_timeline.AddToTimeline.secondsToTime | ( | self, | |
secs, | |||
fps_num, | |||
fps_den | |||
) |
Definition at line 428 of file add_to_timeline.py.
def add_to_timeline.AddToTimeline.updateTotal | ( | self | ) |
Calculate the total length of what's about to be added to the timeline.
Definition at line 389 of file add_to_timeline.py.
add_to_timeline.AddToTimeline.app |
Definition at line 467 of file add_to_timeline.py.
add_to_timeline.AddToTimeline.settings |
Definition at line 464 of file add_to_timeline.py.
add_to_timeline.AddToTimeline.transitions |
Definition at line 521 of file add_to_timeline.py.
add_to_timeline.AddToTimeline.treeFiles |
Definition at line 474 of file add_to_timeline.py.
|
static |
Definition at line 56 of file add_to_timeline.py.