| Trees | Indices | Help |
|---|
|
|
object --+
|
??.GObject --+
|
gtk.Object --+
|
object --+ |
| |
gobject.GInterface --+ |
| |
gtk.Buildable --+
|
object --+ |
| |
gobject.GInterface --+ |
| |
atk.ImplementorIface --+
|
gtk.Widget --+
|
gtk.Container --+
|
object --+ |
| |
gobject.GInterface --+ |
| |
gtk.Orientable --+
|
gtk.Box --+
|
gtk.VBox --+
|
object --+ |
| |
??.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.wizard.WizardStep --+
|
ScenarioStep
This step is showing a list of possible scenarios. The user will select the scenario he want to use, then the scenario itself will decide the future steps.
|
|||
|
|||
|
|||
WizardStep instance, deferred or None. The
deferred must return a WizardStep instance. None means that the next
section should be fetched or if there are no more sections, to finish
the wizard.
|
|
||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
name = hash(x) |
|||
title = hash(x) |
|||
section = hash(x) |
|||
icon =
|
|||
| str |
gladeFile = filename of glade file containing the interface |
||
docSection = hash(x) |
|||
docAnchor = hash(x) |
|||
docVersion =
|
|||
|
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
This is called after the step is constructed, to be able to do some initalization time logic in the steps.
|
Called when the user presses next in the wizard.
|
Adds a new entry to the scenarios list of the wizard.
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Sun Sep 13 13:19:30 2009 | http://epydoc.sourceforge.net |