Class v.g.c.p.ExecuteFuncController(WidgetController):

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
def __init__(self, model):
Undocumented
def set_callback(self, func, *args, **kwds):
Undocumented
def set_errback(self, func, *args, **kwds):
Undocumented
def set_mode(self, mode):
Sets the mode of the controller
def on_ok_button_clicked(self, widget):
Undocumented
def on_pin_entry_activate(self, widget):
Undocumented
def _execute_func(self):
Undocumented
def on_cancel_button_clicked(self, widget):
Undocumented
API Documentation for vodafone-mobile-connect-card-driver-for-linux, generated by pydoctor at 2008-01-10 13:06:31.