A class that combines view, controller and proxy functionality into a
single package. It does not possess a top-level window, but is instead
intended to be plugged in to a View or Delegate using attach_slave()

@ivar model: the model
@ivar proxy: the proxy
Method __init__ No summary
Method set_model Set model. @param model:
Method proxy_updated Undocumented
Method update Undocumented

Inherited from BaseController (via GladeSlaveDelegate):

Method on_key_press The keypress handler, which dispatches keypresses to the functions mapped to in self.keyactions
Method get_parent parent: the correspondent parent for the controller
Method set_parent parent: the correspondent parent for the controller
Method get_view view: the correspondent view for the controller
Method set_view view: the correspondent view for the controller
Method set_keyactions Sets the keyactions mapping. See the constructor documentation for a description of it.
Method update_keyactions XXX
Method _get_all_methods Undocumented

Inherited from BaseController (via GladeSlaveDelegate):

Method on_key_press The keypress handler, which dispatches keypresses to the functions mapped to in self.keyactions
Method get_parent parent: the correspondent parent for the controller
Method set_parent parent: the correspondent parent for the controller
Method get_view view: the correspondent view for the controller
Method set_view view: the correspondent view for the controller
Method set_keyactions Sets the keyactions mapping. See the constructor documentation for a description of it.
Method update_keyactions XXX
Method _get_all_methods Undocumented
def __init__(self, model, proxy_widgets=None, gladefile=None, toplevel_name=None, domain=None, keyactions=None):
Creates a new Delegate.
@param model: instance to be attached
@param proxy_widgets:
The keyactions parameter is sent to L{kiwi.controllers.BaseController},
the rest are sent to L{kiwi.ui.views.BaseView}
def set_model(self, model):
Set model.
@param model:
def proxy_updated(self, widget, attribute, value):
Undocumented
def update(self, attribute):
Undocumented
API Documentation for Kiwi, generated by pydoctor at 2019-08-08 02:24:42.