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

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

Definition at line 439 of file add_to_timeline.py.

Member Function Documentation

def add_to_timeline.AddToTimeline.accept (   self)

Ok button clicked.

Definition at line 154 of file add_to_timeline.py.

def add_to_timeline.AddToTimeline.btnMoveDownClicked (   self,
  event 
)

Callback for move up button click.

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

def add_to_timeline.AddToTimeline.btnShuffleClicked (   self,
  event 
)

Callback for move up button click.

Definition at line 114 of file add_to_timeline.py.

def add_to_timeline.AddToTimeline.ImageLengthChanged (   self,
  value 
)

Handle callback for image length being changed.

Definition at line 370 of file add_to_timeline.py.

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

Definition at line 410 of file add_to_timeline.py.

def add_to_timeline.AddToTimeline.reject (   self)

Cancel button clicked.

Definition at line 433 of file add_to_timeline.py.

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

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

Member Data Documentation

add_to_timeline.AddToTimeline.app

Definition at line 453 of file add_to_timeline.py.

add_to_timeline.AddToTimeline.settings

Definition at line 450 of file add_to_timeline.py.

add_to_timeline.AddToTimeline.transitions

Definition at line 507 of file add_to_timeline.py.

add_to_timeline.AddToTimeline.treeFiles

Definition at line 460 of file add_to_timeline.py.

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: