Creates the GtkWindow for the user interface. Also connects to the
manager on the given host and port.
|
|
|
|
|
componentCallRemoteStatus(self,
state,
pre,
post,
fail,
methodName,
*args,
**kwargs) |
source code
|
|
|
componentCallRemote(self,
state,
methodName,
*args,
**kwargs) |
source code
|
|
|
|
|
|
|
|
|
|
gtk.Window
|
|
|
|
|
|
|
_eat_resize_vpaned_event(self,
*args,
**kwargs) |
source code
|
|
|
|
|
|
|
_disconnectActionProxy(self,
action,
widget) |
source code
|
|
|
_setAdminModel(self,
model)
set the model to which we are a view/controller |
source code
|
|
|
|
|
|
|
|
|
_quit(self)
Quitting the application in a controlled manner |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
_assistantFinshed(self,
assistant,
configuration) |
source code
|
|
|
|
|
|
|
_setMountPoints(self,
wizard)
Sets the mount points currently used on the flow so they can not be
used for others servers or streamers. |
source code
|
|
|
_createComponentsByAssistantType(self,
componentClass,
entries) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
twisted.internet.defer.Deferred
|
_componentDo(self,
state,
methodName,
action,
doing,
done)
Do something with a component and update the statusbar. |
source code
|
|
|
|
|
|
|
_componentShowPopupMenu(self,
event_button,
event_time) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_on_uimanager__connect_proxy(self,
uimgr,
action,
widget) |
source code
|
|
|
_on_uimanager__disconnect_proxy(self,
uimgr,
action,
widget) |
source code
|
|
|
_on_menu_item__select(self,
menuitem,
tooltip) |
source code
|
|
|
|
|
_on_tool_button__enter(self,
toolbutton,
tooltip) |
source code
|
|
|
|
|
_assistant_finished_cb(self,
assistant,
configuration) |
source code
|
|
|
|
|
_window_delete_event_cb(self,
window,
event) |
source code
|
|
|
_window_key_press_event_cb(self,
window,
event) |
source code
|
|
|
|
|
_recent_action_activate_cb(self,
action,
conn) |
source code
|
|
|
_components_show_popup_menu_cb(self,
clist,
event_button,
event_time) |
source code
|
|
|
_components_selection_changed_cb(self,
clist,
state) |
source code
|
|
|
_components_start_stop_notify_cb(self,
clist,
pspec) |
source code
|
|
|
|
|
|
|
|
|
_connection_import_configuration_cb(self,
action) |
source code
|
|
|
_connection_export_configuration_cb(self,
action) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from extern.log.log.Loggable :
__providedBy__ ,
__provides__ ,
debug ,
doLog ,
error ,
info ,
log ,
logFunction ,
logObjectName ,
warning ,
warningFailure ,
writeMarker
Inherited from kiwi.ui.views.BaseView :
check_focus ,
get_focus_widget ,
get_glade_adaptor ,
hide ,
hide_and_quit ,
quit_if_last ,
set_title ,
set_transient_for ,
show_all
Inherited from kiwi.ui.views.BaseView (private):
_attach_callbacks ,
_setup_keypress_handler
Inherited from kiwi.ui.views.SlaveView :
add_proxy ,
attach_slave ,
check_and_notify_validity ,
connect_multiple ,
detach_slave ,
disconnect_autoconnected ,
enable_window_controls ,
focus_toplevel ,
focus_topmost ,
force_validation ,
get_sizegroups ,
get_slave ,
get_toplevel ,
get_topmost_widget ,
get_widget ,
handler_block ,
handler_unblock ,
on_attach ,
on_startup ,
register_validate_function ,
set_controller ,
show_and_loop
Inherited from kiwi.ui.views.SlaveView (private):
_attach_groups ,
_check_reserved ,
_get_notebooks ,
_get_toplevel ,
_merge_sizegroup ,
_on_child__validation_changed ,
_on_notebook_slave__validation_changed
Inherited from kiwi.controllers.BaseController :
get_parent ,
get_view ,
on_key_press ,
set_keyactions ,
set_parent ,
set_view ,
update_keyactions
Inherited from kiwi.controllers.BaseController (private):
_get_all_methods
|