Part of elisa.plugins.poblesec.poblesec_browser_controller View In Hierarchy
Line # | Kind | Name | Docs |
---|---|---|---|
494 | Method | set_frontend | Set the frontend for the controller. |
566 | Method | set_section_logo | Load logo_resource into the bread crumbs bar. That logo
will be
|
639 | Method | fire_button_bar | Undocumented |
669 | Method | handle_input | Undocumented |
532 | Method | _bread_crumb_clicked | Undocumented |
539 | Method | _button_bar_focus_changed | Undocumented |
545 | Method | _bt_clicked_cb | Undocumented |
551 | Method | _place_controller | Undocumented |
561 | Method | _go_section_start | Undocumented |
581 | Method | _push_controller_signal | Undocumented |
584 | Method | _new_controller_pushed | Undocumented |
609 | Method | _update_crumbs_logo | Undocumented |
618 | Method | _pop_controller_signal | Undocumented |
Inherited from BrowserController:
Line # | Kind | Name | Docs |
---|---|---|---|
40 | Method | initialize | Initialize the component. |
197 | Method | clean | Clean the component. |
63 | Method | _focus_cb | Undocumented |
79 | Method | _push_controller_cb | Undocumented |
83 | Method | _new_controller_creation_failed | Undocumented |
91 | Method | _swap_new_controller | Undocumented |
105 | Method | _pop_controller_cb | Undocumented |
112 | Method | _hide_controller | Undocumented |
133 | Method | _show_controller | Undocumented |
175 | Method | _initialize_dbus | Undocumented |
185 | Method | _clean_dbus | Undocumented |
Inherited from PigmentController (via BrowserController):
Line # | Kind | Name | Docs |
---|---|---|---|
50 | Method | __init__ | Undocumented |
68 | Method | set_path | Set the path for the controller. |
80 | Method | has_focus | Undocumented |
83 | Method | prepare | Called after widget is
added to the canvas. It is sensible to do
|
90 | Method | removed | Called after widget is
removed from the canvas.
|
Inherited from Component (via BrowserController, PigmentController, Controller):
Line # | Kind | Name | Docs |
---|---|---|---|
85 | Class | PathDescriptor | Undocumented |
97 | Class Method | create | Create and initialize the component. |
Parameters | frontend | frontend
(type: elisa.core.components.frontend.Frontend
) |
logo_resource
into the bread crumbs bar. That logo
will be visually located at the right end of the bar. If logo_resource is
None, unload previously loaded resource.
Parameters | logo_resource | resource pointing to the logo (type: str ) |