Package flumotion :: Package admin :: Package gtk :: Module greeter :: Class StartNew
[hide private]

Class StartNew

source code

                               gtk.VBox --+        
                                          |        
        gobject.GObject --+               |        
                          |               |        
    kiwi.ui.views.SlaveView --+           |        
                              |           |        
         kiwi.ui.views.BaseView --+       |        
                                  |       |        
kiwi.controllers.BaseController --+       |        
                                  |       |        
    kiwi.ui.delegates.GladeDelegate --+   |        
                                      |   |        
                   ui.glade.GladeBacked --+        
                                          |        
                       ui.glade.GladeWidget --+    
                                              |    
                    extern.log.log.Loggable --+    
                                              |    
                     ui.simplewizard.WizardStep --+
                                                  |
                                                 StartNew

Instance Methods [hide private]
 
setup(self, state, available_pages) source code
 
on_next(self, state)
hash(x)
source code
 
_startManager(self, state) source code
 
_on_spawner_error(self, spawner, failure, msg, args, state) source code
 
_on_spawner_description_changed(self, spawner, description) source code
 
_on_spawner_finished(self, spawner, state) source code
 
_finished(self, result) source code

Inherited from ui.simplewizard.WizardStep: __init__, is_available

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, 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

Inherited from extern.log.log.Loggable: __providedBy__, __provides__, debug, doLog, error, info, log, logFunction, logObjectName, warning, warningFailure, writeMarker

Class Variables [hide private]
  name = 'start_new'
hash(x)
  title = _('Start a New Manager and Worker')
hash(x)
  text = _("""This will start a new manager and worker for y...
  start_worker_check = None
hash(x)
  next_pages = ['start_new_error', 'start_new_success']
hash(x)
  _timeout_id = None
hash(x)

Inherited from ui.simplewizard.WizardStep: button_next, logCategory, page, wizard

Inherited from ui.glade.GladeBacked: toplevel_name

Inherited from ui.glade.GladeBacked (private): _window

Inherited from kiwi.ui.views.SlaveView: controller, domain, gladefile, toplevel

Inherited from kiwi.controllers.BaseController: view

Inherited from extern.log.log.Loggable: __implemented__

Instance Variables [hide private]

Inherited from ui.glade.GladeBacked: gladeFile, gladeTypedict, widgets

Method Details [hide private]

setup(self, state, available_pages)

source code 
Overrides: ui.simplewizard.WizardStep.setup

on_next(self, state)

source code 

hash(x)

Overrides: on_next

Class Variable Details [hide private]

text

Value:
_("""This will start a new manager and worker for you.

The manager and worker will run under your user account.
The manager will only accept connections from the local machine.
This mode is only useful for testing Flumotion.
""")