OpenShot Video Editor
2.0.0
|
Manage and present a list of tutorial dialogs. More...
Public Member Functions | |
def | __init__ |
Constructor. More... | |
def | close_dialogs |
Close any open tutorial dialogs. More... | |
def | exit_manager |
Disconnect from all signals, and shutdown tutorial manager. More... | |
def | get_object |
Get an object from the main window by object id. More... | |
def | hide_tips |
Hide the current tip, and don't show anymore. More... | |
def | next_tip |
Mark the current tip completed, and show the next one. More... | |
def | process |
Process and show the first non-completed tutorial. More... | |
def | re_position_dialog |
Reposition a tutorial dialog next to another widget. More... | |
def | re_show_dialog |
Re show an active dialog. More... | |
Public Attributes | |
current_dialog | |
dock | |
position_widget | |
tutorial_enabled | |
tutorial_ids | |
tutorial_objects | |
win | |
x_offset | |
y_offset | |
Manage and present a list of tutorial dialogs.
Definition at line 166 of file tutorial.py.
def tutorial.TutorialManager.__init__ | ( | self, | |
win | |||
) |
Constructor.
Definition at line 314 of file tutorial.py.
def tutorial.TutorialManager.close_dialogs | ( | self | ) |
Close any open tutorial dialogs.
Definition at line 274 of file tutorial.py.
def tutorial.TutorialManager.exit_manager | ( | self | ) |
Disconnect from all signals, and shutdown tutorial manager.
Definition at line 282 of file tutorial.py.
def tutorial.TutorialManager.get_object | ( | self, | |
object_id | |||
) |
Get an object from the main window by object id.
Definition at line 220 of file tutorial.py.
def tutorial.TutorialManager.hide_tips | ( | self, | |
tid, | |||
user_clicked = False |
|||
) |
Hide the current tip, and don't show anymore.
Definition at line 251 of file tutorial.py.
def tutorial.TutorialManager.next_tip | ( | self, | |
tid | |||
) |
Mark the current tip completed, and show the next one.
Definition at line 242 of file tutorial.py.
def tutorial.TutorialManager.process | ( | self, | |
parent_name = None |
|||
) |
Process and show the first non-completed tutorial.
Definition at line 170 of file tutorial.py.
def tutorial.TutorialManager.re_position_dialog | ( | self | ) |
Reposition a tutorial dialog next to another widget.
Definition at line 305 of file tutorial.py.
def tutorial.TutorialManager.re_show_dialog | ( | self | ) |
Re show an active dialog.
Definition at line 298 of file tutorial.py.
tutorial.TutorialManager.current_dialog |
Definition at line 208 of file tutorial.py.
tutorial.TutorialManager.dock |
Definition at line 316 of file tutorial.py.
tutorial.TutorialManager.position_widget |
Definition at line 197 of file tutorial.py.
tutorial.TutorialManager.tutorial_enabled |
Definition at line 269 of file tutorial.py.
tutorial.TutorialManager.tutorial_ids |
Definition at line 326 of file tutorial.py.
tutorial.TutorialManager.tutorial_objects |
Definition at line 329 of file tutorial.py.
tutorial.TutorialManager.win |
Definition at line 315 of file tutorial.py.
tutorial.TutorialManager.x_offset |
Definition at line 198 of file tutorial.py.
tutorial.TutorialManager.y_offset |
Definition at line 199 of file tutorial.py.