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__
 
def accept
 Ok button clicked. More...
 
def btnMoveDownClicked
 Callback for move up button click. More...
 
def btnMoveUpClicked
 Callback for move up button click. More...
 
def btnRemoveClicked
 Callback for move up button click. More...
 
def btnShuffleClicked
 Callback for move up button click. More...
 
def ImageLengthChanged
 Handle callback for image length being changed. More...
 
def padNumber
 
def reject
 Cancel button clicked. More...
 
def secondsToTime
 
def updateTotal
 Calculate the total length of what's about to be added to the timeline. More...
 

Public Attributes

 app
 
 settings
 
 transitions
 
 treeFiles
 

Static Public Attributes

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

Detailed Description

Add To timeline Dialog.

Definition at line 55 of file add_to_timeline.py.

Constructor & Destructor Documentation

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

Definition at line 454 of file add_to_timeline.py.

Member Function Documentation

def add_to_timeline.AddToTimeline.accept (   self)

Ok button clicked.

Definition at line 164 of file add_to_timeline.py.

def add_to_timeline.AddToTimeline.btnMoveDownClicked (   self,
  event 
)

Callback for move up button click.

Definition at line 91 of file add_to_timeline.py.

def add_to_timeline.AddToTimeline.btnMoveUpClicked (   self,
  event 
)

Callback for move up button click.

Definition at line 61 of file add_to_timeline.py.

def add_to_timeline.AddToTimeline.btnRemoveClicked (   self,
  event 
)

Callback for move up button click.

Definition at line 132 of file add_to_timeline.py.

def add_to_timeline.AddToTimeline.btnShuffleClicked (   self,
  event 
)

Callback for move up button click.

Definition at line 121 of file add_to_timeline.py.

def add_to_timeline.AddToTimeline.ImageLengthChanged (   self,
  value 
)

Handle callback for image length being changed.

Definition at line 385 of file add_to_timeline.py.

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

Definition at line 425 of file add_to_timeline.py.

def add_to_timeline.AddToTimeline.reject (   self)

Cancel button clicked.

Definition at line 448 of file add_to_timeline.py.

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

Definition at line 429 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 390 of file add_to_timeline.py.

Member Data Documentation

add_to_timeline.AddToTimeline.app

Definition at line 468 of file add_to_timeline.py.

add_to_timeline.AddToTimeline.settings

Definition at line 465 of file add_to_timeline.py.

add_to_timeline.AddToTimeline.transitions

Definition at line 525 of file add_to_timeline.py.

add_to_timeline.AddToTimeline.treeFiles

Definition at line 475 of file add_to_timeline.py.

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

Definition at line 57 of file add_to_timeline.py.


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