gaupol.assistants.ProgressPage

Source: gaupol/assistants.py

Anchestors: gaupol.assistants.BuilderPage, gaupol.assistants.TextAssistantPage, gi.overrides.Gtk.Box, gi.repository.Gtk.Box, gi.overrides.Gtk.Container, gi.repository.Gtk.Container, gi.overrides.Gtk.Widget, gi.repository.Gtk.Widget, gi.repository.GObject.InitiallyUnowned, gi.overrides.GObject.Object, gi.repository.GObject.Object, gi._gobject._gobject.GObject, builtins.object

class gaupol.assistants.ProgressPage
Page for showing progress of text corrections.

Methods

ProgressPage.__init__(assistant)

Initialize a ProgressPage instance.

ProgressPage.bump_progress(n=1)

Bump the current progress by n.

ProgressPage.reset(total, clear_text=False)

Set total as the amount of tasks to be run.

ProgressPage.set_progress(current, total=None)

Set current as the task progress status.

ProgressPage.set_project_name(name)

Set name as the currently checked project.

ProgressPage.set_task_name(name)

Set name as the currently performed task.