Part of vmc.gtk.controllers.pin View In Hierarchy
Known subclasses: vmc.gtk.controllers.pin.AskPINAndExecuteFuncController, vmc.gtk.controllers.pin.AskPUKAndExecuteFuncController
Base class for the ExecuteFuncControllers
You can register a callback that will be executed when the authentication succeeds and an errback that will be executed when the user presses the cancel button. It also takes care of hiding any notification shown to the user as long as its in the _notifications list.Method | __init__ | Undocumented |
Method | set_callback | Undocumented |
Method | set_errback | Undocumented |
Method | set_mode | Sets the mode of the controller |
Method | on_ok_button_clicked | Undocumented |
Method | on_pin_entry_activate | Undocumented |
Method | on_cancel_button_clicked | Undocumented |
Inherited from WidgetController:
Method | hide_widgets | Hides all the widgets that we're weeping track of |
Method | append_widget | Appends a widget to self._widgets
|