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
|
635 | Method | fire_button_bar | Undocumented |
665 | Method | handle_input | Undocumented |
Inherited from BrowserController:
Line # | Kind | Name | Docs |
---|---|---|---|
37 | Method | initialize | Initialize the component. |
60 | Method | _focus_cb | Undocumented |
76 | Method | _push_controller_cb | Undocumented |
84 | Method | _pop_controller_cb | Undocumented |
91 | Method | _hide_controller | Undocumented |
111 | Method | _show_controller | Undocumented |
152 | Method | _initialize_dbus | Undocumented |
163 | Method | _clean_dbus | Undocumented |
177 | Method | clean | Clean the component. |
Inherited from PigmentController (via BrowserController):
Line # | Kind | Name | Docs |
---|---|---|---|
48 | Method | __init__ | Undocumented |
65 | Method | set_path | Set the path for the controller. |
81 | Method | has_focus | Undocumented |
84 | Method | prepare | Called after widget is
added to the canvas. It is sensible to do
|
91 | 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 ) |