kiwi.ui.delegates.Delegate(BaseView, BaseController)
class documentationkiwi.ui.delegates
(View In Hierarchy)
Known subclasses: kiwi.ui.delegates.ProxyDelegate
A class that combines view and controller functionality into a single package. The Delegate class possesses a top-level window.
Method | __init__ | Creates a new Delegate. The keyactions parameter is sent to kiwi.controllers.BaseController ,
the rest are sent to kiwi.ui.views.BaseView |
Inherited from BaseController:
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:
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:
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 |
Creates a new Delegate. The keyactions parameter is sent to kiwi.controllers.BaseController
,
the rest are sent to kiwi.ui.views.BaseView