Single Word Screen

Implements root widget of the single_word screen.

class acg.screens.single_word.SingleWordRoot(**kwargs)[source]

Bases: kivy.uix.floatlayout.FloatLayout

Root widget of the single_word screen.

static back_to_queue(*_)[source]

Set screen to "queue".

on_template(self, *_)[source]

Update scroll_view if self.template changes.

proceed(self, *_)[source]

Accept data and set screen to "queue".

refresh(self, *_)[source]

Crawl data and update database.

acg.screens.single_word.set_screen(screen_name)[source]

Set current screen to the one with name screen_name.