OpenShot Video Editor  2.0.0
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
add_to_timeline.AddToTimeline Class Reference

Add To timeline Dialog. More...

Inheritance diagram for add_to_timeline.AddToTimeline:

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')
 

Detailed Description

Add To timeline Dialog.

Definition at line 54 of file add_to_timeline.py.

Constructor & Destructor Documentation

◆ __init__()

def add_to_timeline.AddToTimeline.__init__ (   self,
  files = None,
  position = 0.0 
)

Definition at line 453 of file add_to_timeline.py.

Member Function Documentation

◆ accept()

def add_to_timeline.AddToTimeline.accept (   self)

Ok button clicked.

Definition at line 163 of file add_to_timeline.py.

◆ btnMoveDownClicked()

def add_to_timeline.AddToTimeline.btnMoveDownClicked (   self,
  event 
)

Callback for move up button click.

Definition at line 90 of file add_to_timeline.py.

◆ btnMoveUpClicked()

def add_to_timeline.AddToTimeline.btnMoveUpClicked (   self,
  event 
)

Callback for move up button click.

Definition at line 60 of file add_to_timeline.py.

◆ btnRemoveClicked()

def add_to_timeline.AddToTimeline.btnRemoveClicked (   self,
  event 
)

Callback for move up button click.

Definition at line 131 of file add_to_timeline.py.

◆ btnShuffleClicked()

def add_to_timeline.AddToTimeline.btnShuffleClicked (   self,
  event 
)

Callback for move up button click.

Definition at line 120 of file add_to_timeline.py.

◆ ImageLengthChanged()

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.

◆ padNumber()

def add_to_timeline.AddToTimeline.padNumber (   self,
  value,
  pad_length 
)

Definition at line 424 of file add_to_timeline.py.

◆ reject()

def add_to_timeline.AddToTimeline.reject (   self)

Cancel button clicked.

Definition at line 447 of file add_to_timeline.py.

◆ secondsToTime()

def add_to_timeline.AddToTimeline.secondsToTime (   self,
  secs,
  fps_num,
  fps_den 
)

Definition at line 428 of file add_to_timeline.py.

◆ updateTotal()

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.

Member Data Documentation

◆ app

add_to_timeline.AddToTimeline.app

Definition at line 467 of file add_to_timeline.py.

◆ settings

add_to_timeline.AddToTimeline.settings

Definition at line 464 of file add_to_timeline.py.

◆ transitions

add_to_timeline.AddToTimeline.transitions

Definition at line 521 of file add_to_timeline.py.

◆ treeFiles

add_to_timeline.AddToTimeline.treeFiles

Definition at line 474 of file add_to_timeline.py.

◆ ui_path

add_to_timeline.AddToTimeline.ui_path = os.path.join(info.PATH, 'windows', 'ui', 'add-to-timeline.ui')
static

Definition at line 56 of file add_to_timeline.py.


The documentation for this class was generated from the following file: