WalkthroughMixin¶
class WalkthroughMixin()
Mixin class to provide walkthrough functionality.
Subclasses must implement get_current_view() and get_walkthrough_steps().
- Signals:
- walkthrough_finished (str, bool): Emitted when the walkthrough ends.
- Parameters:
current_view (str): The name of the current view.
was_completed (bool): True if walkthrough finished successfully, False if exited early.