OpenShot Video Editor
2.0.0
|
Title Editor Dialog. More...
Public Member Functions | |
def | __init__ |
def | accept |
def | add_file |
def | btnAdvanced_clicked |
def | btnBackgroundColor_clicked |
def | btnFont_clicked |
def | btnFontColor_clicked |
def | create_temp_title |
def | display_svg |
def | find_in_list |
when passed a partial value, function will return the list index More... | |
def | load_svg_template |
Load an SVG title and init all textboxes and controls. More... | |
def | set_bg_style |
sets the background color More... | |
def | set_font_color_elements |
def | set_font_style |
sets the font properties More... | |
def | txtLine_changed |
def | update_background_color_button |
Updates the color shown on the background color button. More... | |
def | update_font_color_button |
Updates the color shown on the font color button. More... | |
def | writeToFile |
writes a new svg file containing the user edited data More... | |
Static Public Attributes | |
tuple | ui_path = os.path.join(info.PATH, 'windows', 'ui', 'title-editor.ui') |
Title Editor Dialog.
Definition at line 60 of file title_editor.py.
def title_editor.TitleEditor.__init__ | ( | self, | |
edit_file_path = None , |
|||
duplicate = False |
|||
) |
Definition at line 65 of file title_editor.py.
def title_editor.TitleEditor.accept | ( | self | ) |
Definition at line 592 of file title_editor.py.
def title_editor.TitleEditor.add_file | ( | self, | |
filepath | |||
) |
Definition at line 630 of file title_editor.py.
def title_editor.TitleEditor.btnAdvanced_clicked | ( | self | ) |
Definition at line 668 of file title_editor.py.
def title_editor.TitleEditor.btnBackgroundColor_clicked | ( | self | ) |
Definition at line 339 of file title_editor.py.
def title_editor.TitleEditor.btnFont_clicked | ( | self | ) |
Definition at line 358 of file title_editor.py.
def title_editor.TitleEditor.btnFontColor_clicked | ( | self | ) |
Definition at line 320 of file title_editor.py.
def title_editor.TitleEditor.create_temp_title | ( | self, | |
template_path | |||
) |
Definition at line 160 of file title_editor.py.
def title_editor.TitleEditor.display_svg | ( | self | ) |
Definition at line 151 of file title_editor.py.
def title_editor.TitleEditor.find_in_list | ( | self, | |
l, | |||
value | |||
) |
when passed a partial value, function will return the list index
Definition at line 381 of file title_editor.py.
def title_editor.TitleEditor.load_svg_template | ( | self | ) |
Load an SVG title and init all textboxes and controls.
Definition at line 173 of file title_editor.py.
def title_editor.TitleEditor.set_bg_style | ( | self, | |
color, | |||
alpha | |||
) |
sets the background color
Definition at line 528 of file title_editor.py.
def title_editor.TitleEditor.set_font_color_elements | ( | self, | |
color, | |||
alpha | |||
) |
Definition at line 552 of file title_editor.py.
def title_editor.TitleEditor.set_font_style | ( | self | ) |
sets the font properties
Definition at line 478 of file title_editor.py.
def title_editor.TitleEditor.txtLine_changed | ( | self, | |
txtWidget | |||
) |
Definition at line 128 of file title_editor.py.
def title_editor.TitleEditor.update_background_color_button | ( | self | ) |
Updates the color shown on the background color button.
Definition at line 432 of file title_editor.py.
def title_editor.TitleEditor.update_font_color_button | ( | self | ) |
Updates the color shown on the font color button.
Definition at line 388 of file title_editor.py.
def title_editor.TitleEditor.writeToFile | ( | self, | |
xmldoc | |||
) |
writes a new svg file containing the user edited data
Definition at line 309 of file title_editor.py.
title_editor.TitleEditor.app |
Definition at line 70 of file title_editor.py.
title_editor.TitleEditor.bg_color_code |
Definition at line 92 of file title_editor.py.
title_editor.TitleEditor.bg_style_string |
Definition at line 95 of file title_editor.py.
title_editor.TitleEditor.btnAdvanced |
Definition at line 288 of file title_editor.py.
title_editor.TitleEditor.btnBackgroundColor |
Definition at line 279 of file title_editor.py.
title_editor.TitleEditor.btnFont |
Definition at line 261 of file title_editor.py.
title_editor.TitleEditor.btnFontColor |
Definition at line 270 of file title_editor.py.
title_editor.TitleEditor.display_name |
Definition at line 106 of file title_editor.py.
title_editor.TitleEditor.duplicate |
Definition at line 73 of file title_editor.py.
title_editor.TitleEditor.edit_file_path |
Definition at line 72 of file title_editor.py.
title_editor.TitleEditor.filename |
Definition at line 163 of file title_editor.py.
title_editor.TitleEditor.font_color_code |
Definition at line 93 of file title_editor.py.
title_editor.TitleEditor.font_family |
Definition at line 107 of file title_editor.py.
title_editor.TitleEditor.font_style |
Definition at line 100 of file title_editor.py.
title_editor.TitleEditor.font_weight |
Definition at line 99 of file title_editor.py.
title_editor.TitleEditor.new_title_text |
Definition at line 102 of file title_editor.py.
title_editor.TitleEditor.project |
Definition at line 71 of file title_editor.py.
title_editor.TitleEditor.rect_node |
Definition at line 194 of file title_editor.py.
title_editor.TitleEditor.sub_title_text |
Definition at line 103 of file title_editor.py.
title_editor.TitleEditor.subTitle |
Definition at line 104 of file title_editor.py.
title_editor.TitleEditor.subtitle_style_string |
Definition at line 97 of file title_editor.py.
title_editor.TitleEditor.template_name |
Definition at line 88 of file title_editor.py.
title_editor.TitleEditor.text_fields |
Definition at line 182 of file title_editor.py.
title_editor.TitleEditor.text_node |
Definition at line 193 of file title_editor.py.
title_editor.TitleEditor.title_style_string |
Definition at line 96 of file title_editor.py.
title_editor.TitleEditor.titlesTreeView |
Definition at line 111 of file title_editor.py.
title_editor.TitleEditor.tspan_node |
Definition at line 108 of file title_editor.py.
title_editor.TitleEditor.txtFileName |
Definition at line 203 of file title_editor.py.
|
static |
Definition at line 63 of file title_editor.py.
title_editor.TitleEditor.xmldoc |
Definition at line 90 of file title_editor.py.