Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > media > contrib-release > by-pkgid > 2eca861f24be6048290ed27335ec22aa > files > 767

flumotion-doc-0.6.1-1mdv2010.0.x86_64.rpm

<?xml version="1.0" encoding="ascii"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
          "DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
  <title>flumotion.component.encoders.vorbis.wizard_gtk.VorbisStep</title>
  <link rel="stylesheet" href="epydoc.css" type="text/css" />
  <script type="text/javascript" src="epydoc.js"></script>
</head>

<body bgcolor="white" text="black" link="blue" vlink="#204080"
      alink="#204080">
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
       bgcolor="#a0c0ff" cellspacing="0">
  <tr valign="middle">

  <!-- Tree link -->
      <th>&nbsp;&nbsp;&nbsp;<a
        href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>

  <!-- Index link -->
      <th>&nbsp;&nbsp;&nbsp;<a
        href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>

  <!-- Help link -->
      <th>&nbsp;&nbsp;&nbsp;<a
        href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>

      <th class="navbar" width="100%"></th>
  </tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0">
  <tr valign="top">
    <td width="100%">
      <span class="breadcrumbs">
        Package&nbsp;flumotion ::
        <a href="flumotion.component-module.html">Package&nbsp;component</a> ::
        <a href="flumotion.component.encoders-module.html">Package&nbsp;encoders</a> ::
        <a href="flumotion.component.encoders.vorbis-module.html">Package&nbsp;vorbis</a> ::
        <a href="flumotion.component.encoders.vorbis.wizard_gtk-module.html">Module&nbsp;wizard_gtk</a> ::
        Class&nbsp;VorbisStep
      </span>
    </td>
    <td>
      <table cellpadding="0" cellspacing="0">
        <!-- hide/show private -->
        <tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink"
    onclick="toggle_private();">hide&nbsp;private</a>]</span></td></tr>
      </table>
    </td>
  </tr>
</table>
<!-- ==================== CLASS DESCRIPTION ==================== -->
<h1 class="epydoc">Class VorbisStep</h1><p class="nomargin-top"><span class="codelink"><a href="flumotion.component.encoders.vorbis.wizard_gtk-pysrc.html#VorbisStep">source&nbsp;code</a></span></p>
<pre class="base-tree">
         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 --+            
                                              |            
                    <a href="flumotion.extern.log.log.Loggable-class.html">extern.log.log.Loggable</a> --+            
                                              |            
                           ui.wizard.WizardStep --+        
                                                  |        
              <a href="flumotion.admin.gtk.workerstep.WorkerWizardStep-class.html">admin.gtk.workerstep.WorkerWizardStep</a> --+    
                                                      |    
                   <a href="flumotion.admin.gtk.basesteps.AudioEncoderStep-class.html">admin.gtk.basesteps.AudioEncoderStep</a> --+
                                                          |
                                                         <strong class="uidshort">VorbisStep</strong>
</pre>

<hr />
<!-- ==================== INSTANCE METHODS ==================== -->
<a name="section-InstanceMethods"></a>
<table class="summary" border="1" cellpadding="3"
       cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="table-header">
  <td colspan="2" class="table-header">
    <table border="0" cellpadding="0" cellspacing="0" width="100%">
      <tr valign="top">
        <td align="left"><span class="table-header">Instance Methods</span></td>
        <td align="right" valign="top"
         ><span class="options">[<a href="#section-InstanceMethods"
         class="privatelink" onclick="toggle_private();"
         >hide private</a>]</span></td>
      </tr>
    </table>
  </td>
</tr>
<tr>
    <td width="15%" align="right" valign="top" class="summary">
      <span class="summary-type">&nbsp;</span>
    </td><td class="summary">
      <table width="100%" cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td><span class="summary-sig"><a href="flumotion.component.encoders.vorbis.wizard_gtk.VorbisStep-class.html#setup" class="summary-sig-name">setup</a>(<span class="summary-sig-arg">self</span>)</span><br />
      This is called after the step is constructed, to be able to do some 
      initalization time logic in the steps.</td>
          <td align="right" valign="top">
            <span class="codelink"><a href="flumotion.component.encoders.vorbis.wizard_gtk-pysrc.html#VorbisStep.setup">source&nbsp;code</a></span>
            
          </td>
        </tr>
      </table>
      
    </td>
  </tr>
<tr>
    <td width="15%" align="right" valign="top" class="summary">
      <span class="summary-type">&nbsp;</span>
    </td><td class="summary">
      <table width="100%" cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td><span class="summary-sig"><a href="flumotion.component.encoders.vorbis.wizard_gtk.VorbisStep-class.html#workerChanged" class="summary-sig-name">workerChanged</a>(<span class="summary-sig-arg">self</span>,
        <span class="summary-sig-arg">worker</span>)</span><br />
      This is called when a worker changed.</td>
          <td align="right" valign="top">
            <span class="codelink"><a href="flumotion.component.encoders.vorbis.wizard_gtk-pysrc.html#VorbisStep.workerChanged">source&nbsp;code</a></span>
            
          </td>
        </tr>
      </table>
      
    </td>
  </tr>
<tr>
    <td width="15%" align="right" valign="top" class="summary">
      <span class="summary-type">&nbsp;</span>
    </td><td class="summary">
      <table width="100%" cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td><span class="summary-sig"><a name="on_radiobutton_toggled"></a><span class="summary-sig-name">on_radiobutton_toggled</span>(<span class="summary-sig-arg">self</span>,
        <span class="summary-sig-arg">button</span>)</span></td>
          <td align="right" valign="top">
            <span class="codelink"><a href="flumotion.component.encoders.vorbis.wizard_gtk-pysrc.html#VorbisStep.on_radiobutton_toggled">source&nbsp;code</a></span>
            
          </td>
        </tr>
      </table>
      
    </td>
  </tr>
  <tr>
    <td colspan="2" class="summary">
    <p class="indent-wrapped-lines"><b>Inherited from <code><a href="flumotion.admin.gtk.basesteps.AudioEncoderStep-class.html">admin.gtk.basesteps.AudioEncoderStep</a></code></b>:
      <code><a href="flumotion.admin.gtk.basesteps.AudioEncoderStep-class.html#__init__">__init__</a></code>,
      <code><a href="flumotion.admin.gtk.basesteps.AudioEncoderStep-class.html#getNext">getNext</a></code>
      </p>
    <p class="indent-wrapped-lines"><b>Inherited from <code><a href="flumotion.admin.gtk.workerstep.WorkerWizardStep-class.html">admin.gtk.workerstep.WorkerWizardStep</a></code></b>:
      <code><a href="flumotion.admin.gtk.workerstep.WorkerWizardStep-class.html#runInWorker">runInWorker</a></code>
      </p>
    <p class="indent-wrapped-lines"><b>Inherited from <code>ui.wizard.WizardStep</code></b>:
      <code>__repr__</code>,
      <code>activated</code>
      </p>
    <p class="indent-wrapped-lines"><b>Inherited from <code>gtk.VBox</code></b>:
      <code>__iter__</code>
      </p>
    <p class="indent-wrapped-lines"><b>Inherited from <code>gtk.Box</code></b>:
      <code>get_homogeneous</code>,
      <code>get_spacing</code>,
      <code>pack_end</code>,
      <code>pack_end_defaults</code>,
      <code>pack_start</code>,
      <code>pack_start_defaults</code>,
      <code>query_child_packing</code>,
      <code>reorder_child</code>,
      <code>set_child_packing</code>,
      <code>set_homogeneous</code>,
      <code>set_spacing</code>
      </p>
    <p class="indent-wrapped-lines"><b>Inherited from <code>gtk.Container</code></b>:
      <code>__len__</code>,
      <code>__nonzero__</code>,
      <code>add</code>,
      <code>add_with_properties</code>,
      <code>check_resize</code>,
      <code>child_get</code>,
      <code>child_get_property</code>,
      <code>child_set</code>,
      <code>child_set_property</code>,
      <code>child_type</code>,
      <code>children</code>,
      <code>do_add</code>,
      <code>do_check_resize</code>,
      <code>do_child_type</code>,
      <code>do_composite_name</code>,
      <code>do_forall</code>,
      <code>do_get_child_property</code>,
      <code>do_remove</code>,
      <code>do_set_child_property</code>,
      <code>do_set_focus_child</code>,
      <code>forall</code>,
      <code>foreach</code>,
      <code>get_border_width</code>,
      <code>get_children</code>,
      <code>get_focus_chain</code>,
      <code>get_focus_child</code>,
      <code>get_focus_hadjustment</code>,
      <code>get_focus_vadjustment</code>,
      <code>get_resize_mode</code>,
      <code>install_child_property</code>,
      <code>list_child_properties</code>,
      <code>propagate_expose</code>,
      <code>remove</code>,
      <code>resize_children</code>,
      <code>set_border_width</code>,
      <code>set_focus_chain</code>,
      <code>set_focus_child</code>,
      <code>set_focus_hadjustment</code>,
      <code>set_focus_vadjustment</code>,
      <code>set_reallocate_redraws</code>,
      <code>set_resize_mode</code>,
      <code>unset_focus_chain</code>
      </p>
    <p class="indent-wrapped-lines"><b>Inherited from <code>gtk.Widget</code></b>:
      <code>activate</code>,
      <code>add_accelerator</code>,
      <code>add_events</code>,
      <code>add_mnemonic_label</code>,
      <code>can_activate_accel</code>,
      <code>child_focus</code>,
      <code>child_notify</code>,
      <code>class_path</code>,
      <code>create_pango_context</code>,
      <code>create_pango_layout</code>,
      <code>destroy</code>,
      <code>do_button_press_event</code>,
      <code>do_button_release_event</code>,
      <code>do_can_activate_accel</code>,
      <code>do_client_event</code>,
      <code>do_composited_changed</code>,
      <code>do_configure_event</code>,
      <code>do_delete_event</code>,
      <code>do_destroy_event</code>,
      <code>do_direction_changed</code>,
      <code>do_drag_begin</code>,
      <code>do_drag_data_delete</code>,
      <code>do_drag_data_get</code>,
      <code>do_drag_data_received</code>,
      <code>do_drag_drop</code>,
      <code>do_drag_end</code>,
      <code>do_drag_leave</code>,
      <code>do_drag_motion</code>,
      <code>do_enter_notify_event</code>,
      <code>do_event</code>,
      <code>do_expose_event</code>,
      <code>do_focus</code>,
      <code>do_focus_in_event</code>,
      <code>do_focus_out_event</code>,
      <code>do_get_accessible</code>,
      <code>do_grab_broken_event</code>,
      <code>do_grab_focus</code>,
      <code>do_grab_notify</code>,
      <code>do_hide</code>,
      <code>do_hide_all</code>,
      <code>do_hierarchy_changed</code>,
      <code>do_key_press_event</code>,
      <code>do_key_release_event</code>,
      <code>do_leave_notify_event</code>,
      <code>do_map</code>,
      <code>do_map_event</code>,
      <code>do_mnemonic_activate</code>,
      <code>do_motion_notify_event</code>,
      <code>do_no_expose_event</code>,
      <code>do_parent_set</code>,
      <code>do_popup_menu</code>,
      <code>do_property_notify_event</code>,
      <code>do_proximity_in_event</code>,
      <code>do_proximity_out_event</code>,
      <code>do_realize</code>,
      <code>do_screen_changed</code>,
      <code>do_scroll_event</code>,
      <code>do_selection_clear_event</code>,
      <code>do_selection_get</code>,
      <code>do_selection_notify_event</code>,
      <code>do_selection_received</code>,
      <code>do_selection_request_event</code>,
      <code>do_show</code>,
      <code>do_show_all</code>,
      <code>do_show_help</code>,
      <code>do_size_allocate</code>,
      <code>do_size_request</code>,
      <code>do_state_changed</code>,
      <code>do_style_set</code>,
      <code>do_unmap</code>,
      <code>do_unmap_event</code>,
      <code>do_unrealize</code>,
      <code>do_visibility_notify_event</code>,
      <code>do_window_state_event</code>,
      <code>drag_begin</code>,
      <code>drag_check_threshold</code>,
      <code>drag_dest_add_image_targets</code>,
      <code>drag_dest_add_text_targets</code>,
      <code>drag_dest_add_uri_targets</code>,
      <code>drag_dest_find_target</code>,
      <code>drag_dest_get_target_list</code>,
      <code>drag_dest_get_track_motion</code>,
      <code>drag_dest_set</code>,
      <code>drag_dest_set_proxy</code>,
      <code>drag_dest_set_target_list</code>,
      <code>drag_dest_set_track_motion</code>,
      <code>drag_dest_unset</code>,
      <code>drag_get_data</code>,
      <code>drag_highlight</code>,
      <code>drag_source_add_image_targets</code>,
      <code>drag_source_add_text_targets</code>,
      <code>drag_source_add_uri_targets</code>,
      <code>drag_source_get_target_list</code>,
      <code>drag_source_set</code>,
      <code>drag_source_set_icon</code>,
      <code>drag_source_set_icon_name</code>,
      <code>drag_source_set_icon_pixbuf</code>,
      <code>drag_source_set_icon_stock</code>,
      <code>drag_source_set_target_list</code>,
      <code>drag_source_unset</code>,
      <code>drag_unhighlight</code>,
      <code>draw</code>,
      <code>ensure_style</code>,
      <code>error_bell</code>,
      <code>event</code>,
      <code>freeze_child_notify</code>,
      <code>get_accessible</code>,
      <code>get_action</code>,
      <code>get_activate_signal</code>,
      <code>get_allocation</code>,
      <code>get_ancestor</code>,
      <code>get_child_requisition</code>,
      <code>get_child_visible</code>,
      <code>get_clipboard</code>,
      <code>get_colormap</code>,
      <code>get_composite_name</code>,
      <code>get_direction</code>,
      <code>get_display</code>,
      <code>get_events</code>,
      <code>get_extension_events</code>,
      <code>get_has_tooltip</code>,
      <code>get_modifier_style</code>,
      <code>get_name</code>,
      <code>get_no_show_all</code>,
      <code>get_pango_context</code>,
      <code>get_parent</code>,
      <code>get_parent_window</code>,
      <code>get_pointer</code>,
      <code>get_root_window</code>,
      <code>get_screen</code>,
      <code>get_settings</code>,
      <code>get_size_request</code>,
      <code>get_snapshot</code>,
      <code>get_style</code>,
      <code>get_tooltip_markup</code>,
      <code>get_tooltip_text</code>,
      <code>get_tooltip_window</code>,
      <code>get_toplevel</code>,
      <code>get_visual</code>,
      <code>get_window</code>,
      <code>grab_add</code>,
      <code>grab_default</code>,
      <code>grab_focus</code>,
      <code>grab_remove</code>,
      <code>has_screen</code>,
      <code>hide</code>,
      <code>hide_all</code>,
      <code>hide_on_delete</code>,
      <code>input_shape_combine_mask</code>,
      <code>intersect</code>,
      <code>is_ancestor</code>,
      <code>is_composited</code>,
      <code>is_focus</code>,
      <code>keynav_failed</code>,
      <code>list_accel_closures</code>,
      <code>list_mnemonic_labels</code>,
      <code>map</code>,
      <code>menu_get_for_attach_widget</code>,
      <code>mnemonic_activate</code>,
      <code>modify_base</code>,
      <code>modify_bg</code>,
      <code>modify_cursor</code>,
      <code>modify_fg</code>,
      <code>modify_font</code>,
      <code>modify_style</code>,
      <code>modify_text</code>,
      <code>path</code>,
      <code>queue_clear</code>,
      <code>queue_clear_area</code>,
      <code>queue_draw</code>,
      <code>queue_draw_area</code>,
      <code>queue_resize</code>,
      <code>queue_resize_no_redraw</code>,
      <code>rc_get_style</code>,
      <code>realize</code>,
      <code>region_intersect</code>,
      <code>remove_accelerator</code>,
      <code>remove_mnemonic_label</code>,
      <code>render_icon</code>,
      <code>reparent</code>,
      <code>reset_rc_styles</code>,
      <code>reset_shapes</code>,
      <code>selection_add_target</code>,
      <code>selection_add_targets</code>,
      <code>selection_clear_targets</code>,
      <code>selection_convert</code>,
      <code>selection_owner_set</code>,
      <code>selection_remove_all</code>,
      <code>send_expose</code>,
      <code>set_accel_path</code>,
      <code>set_activate_signal</code>,
      <code>set_app_paintable</code>,
      <code>set_child_visible</code>,
      <code>set_colormap</code>,
      <code>set_composite_name</code>,
      <code>set_direction</code>,
      <code>set_double_buffered</code>,
      <code>set_events</code>,
      <code>set_extension_events</code>,
      <code>set_has_tooltip</code>,
      <code>set_name</code>,
      <code>set_no_show_all</code>,
      <code>set_parent</code>,
      <code>set_parent_window</code>,
      <code>set_redraw_on_allocate</code>,
      <code>set_scroll_adjustments</code>,
      <code>set_sensitive</code>,
      <code>set_set_scroll_adjustments_signal</code>,
      <code>set_size_request</code>,
      <code>set_state</code>,
      <code>set_style</code>,
      <code>set_tooltip_markup</code>,
      <code>set_tooltip_text</code>,
      <code>set_tooltip_window</code>,
      <code>set_uposition</code>,
      <code>set_usize</code>,
      <code>shape_combine_mask</code>,
      <code>show</code>,
      <code>show_all</code>,
      <code>show_now</code>,
      <code>size_allocate</code>,
      <code>size_request</code>,
      <code>style_get_property</code>,
      <code>thaw_child_notify</code>,
      <code>translate_coordinates</code>,
      <code>trigger_tooltip_query</code>,
      <code>unmap</code>,
      <code>unparent</code>,
      <code>unrealize</code>
      </p>
    <p class="indent-wrapped-lines"><b>Inherited from <code>gtk.Object</code></b>:
      <code>do_destroy</code>,
      <code>flags</code>,
      <code>remove_data</code>,
      <code>remove_no_notify</code>,
      <code>set_flags</code>,
      <code>unset_flags</code>
      </p>
    <p class="indent-wrapped-lines"><b>Inherited from <code>kiwi.ui.views.BaseView</code></b>:
      <code>check_focus</code>,
      <code>get_focus_widget</code>,
      <code>get_glade_adaptor</code>,
      <code>hide_and_quit</code>,
      <code>quit_if_last</code>,
      <code>set_title</code>,
      <code>set_transient_for</code>
      </p>
    <div class="private">    <p class="indent-wrapped-lines"><b>Inherited from <code>kiwi.ui.views.BaseView</code></b> (private):
      <code>_attach_callbacks</code>,
      <code>_setup_keypress_handler</code>
      </p></div>
    <p class="indent-wrapped-lines"><b>Inherited from <code>kiwi.ui.views.SlaveView</code></b>:
      <code>add_proxy</code>,
      <code>attach_slave</code>,
      <code>check_and_notify_validity</code>,
      <code>connect_multiple</code>,
      <code>detach_slave</code>,
      <code>disconnect_autoconnected</code>,
      <code>enable_window_controls</code>,
      <code>focus_toplevel</code>,
      <code>focus_topmost</code>,
      <code>force_validation</code>,
      <code>get_sizegroups</code>,
      <code>get_slave</code>,
      <code>get_topmost_widget</code>,
      <code>get_widget</code>,
      <code>handler_block</code>,
      <code>handler_unblock</code>,
      <code>on_attach</code>,
      <code>on_startup</code>,
      <code>register_validate_function</code>,
      <code>set_controller</code>,
      <code>show_and_loop</code>
      </p>
    <div class="private">    <p class="indent-wrapped-lines"><b>Inherited from <code>kiwi.ui.views.SlaveView</code></b> (private):
      <code>_attach_groups</code>,
      <code>_check_reserved</code>,
      <code>_get_notebooks</code>,
      <code>_get_toplevel</code>,
      <code>_merge_sizegroup</code>,
      <code>_on_child__validation_changed</code>,
      <code>_on_notebook_slave__validation_changed</code>
      </p></div>
    <p class="indent-wrapped-lines"><b>Inherited from <code><i>unreachable</i>.GObject</code></b>:
      <code>__cmp__</code>,
      <code>__copy__</code>,
      <code>__deepcopy__</code>,
      <code>__delattr__</code>,
      <code>__gdoc__</code>,
      <code>__gobject_init__</code>,
      <code>__hash__</code>,
      <code>__new__</code>,
      <code>__setattr__</code>,
      <code>chain</code>,
      <code>connect</code>,
      <code>connect_after</code>,
      <code>connect_object</code>,
      <code>connect_object_after</code>,
      <code>disconnect</code>,
      <code>disconnect_by_func</code>,
      <code>emit</code>,
      <code>emit_stop_by_name</code>,
      <code>freeze_notify</code>,
      <code>get_data</code>,
      <code>get_properties</code>,
      <code>get_property</code>,
      <code>handler_block_by_func</code>,
      <code>handler_disconnect</code>,
      <code>handler_is_connected</code>,
      <code>handler_unblock_by_func</code>,
      <code>notify</code>,
      <code>props</code>,
      <code>set_data</code>,
      <code>set_properties</code>,
      <code>set_property</code>,
      <code>stop_emission</code>,
      <code>thaw_notify</code>,
      <code>weak_ref</code>
      </p>
    <p class="indent-wrapped-lines"><b>Inherited from <code>gtk.Buildable</code></b>:
      <code>add_child</code>,
      <code>construct_child</code>,
      <code>do_add_child</code>,
      <code>do_construct_child</code>,
      <code>do_get_internal_child</code>,
      <code>do_parser_finished</code>,
      <code>do_set_name</code>,
      <code>get_internal_child</code>,
      <code>parser_finished</code>
      </p>
    <p class="indent-wrapped-lines"><b>Inherited from <code>atk.ImplementorIface</code></b>:
      <code>ref_accessible</code>
      </p>
    <p class="indent-wrapped-lines"><b>Inherited from <code>gtk.Orientable</code></b>:
      <code>get_orientation</code>,
      <code>set_orientation</code>
      </p>
    <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
      <code>__format__</code>,
      <code>__getattribute__</code>,
      <code>__reduce__</code>,
      <code>__reduce_ex__</code>,
      <code>__sizeof__</code>,
      <code>__str__</code>,
      <code>__subclasshook__</code>
      </p>
    <p class="indent-wrapped-lines"><b>Inherited from <code>kiwi.controllers.BaseController</code></b>:
      <code>get_view</code>,
      <code>on_key_press</code>,
      <code>set_keyactions</code>,
      <code>set_view</code>,
      <code>update_keyactions</code>
      </p>
    <div class="private">    <p class="indent-wrapped-lines"><b>Inherited from <code>kiwi.controllers.BaseController</code></b> (private):
      <code>_get_all_methods</code>
      </p></div>
    <p class="indent-wrapped-lines"><b>Inherited from <code><a href="flumotion.extern.log.log.Loggable-class.html">extern.log.log.Loggable</a></code></b>:
      <code><a href="flumotion.extern.log.log.Loggable-class.html#debug">debug</a></code>,
      <code><a href="flumotion.extern.log.log.Loggable-class.html#doLog">doLog</a></code>,
      <code><a href="flumotion.extern.log.log.Loggable-class.html#error">error</a></code>,
      <code><a href="flumotion.extern.log.log.Loggable-class.html#info">info</a></code>,
      <code><a href="flumotion.extern.log.log.Loggable-class.html#log">log</a></code>,
      <code><a href="flumotion.extern.log.log.Loggable-class.html#logFunction">logFunction</a></code>,
      <code><a href="flumotion.extern.log.log.Loggable-class.html#logObjectName">logObjectName</a></code>,
      <code><a href="flumotion.extern.log.log.Loggable-class.html#warning">warning</a></code>,
      <code><a href="flumotion.extern.log.log.Loggable-class.html#warningFailure">warningFailure</a></code>,
      <code><a href="flumotion.extern.log.log.Loggable-class.html#writeMarker">writeMarker</a></code>
      </p>
    </td>
  </tr>
</table>
<!-- ==================== CLASS VARIABLES ==================== -->
<a name="section-ClassVariables"></a>
<table class="summary" border="1" cellpadding="3"
       cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="table-header">
  <td colspan="2" class="table-header">
    <table border="0" cellpadding="0" cellspacing="0" width="100%">
      <tr valign="top">
        <td align="left"><span class="table-header">Class Variables</span></td>
        <td align="right" valign="top"
         ><span class="options">[<a href="#section-ClassVariables"
         class="privatelink" onclick="toggle_private();"
         >hide private</a>]</span></td>
      </tr>
    </table>
  </td>
</tr>
<tr>
    <td width="15%" align="right" valign="top" class="summary">
      <span class="summary-type">&nbsp;</span>
    </td><td class="summary">
        <a name="name"></a><span class="summary-name">name</span> = <code title="'Vorbis encoder'"><code class="variable-quote">'</code><code class="variable-string">Vorbis encoder</code><code class="variable-quote">'</code></code><br />
      hash(x)
    </td>
  </tr>
<tr>
    <td width="15%" align="right" valign="top" class="summary">
      <span class="summary-type">&nbsp;</span>
    </td><td class="summary">
        <a name="title"></a><span class="summary-name">title</span> = <code title="'Vorbis Encoder'"><code class="variable-quote">'</code><code class="variable-string">Vorbis Encoder</code><code class="variable-quote">'</code></code><br />
      hash(x)
    </td>
  </tr>
<tr>
    <td width="15%" align="right" valign="top" class="summary">
      <span class="summary-type">&nbsp;</span>
    </td><td class="summary">
        <a name="sidebarName"></a><span class="summary-name">sidebarName</span> = <code title="'Vorbis'"><code class="variable-quote">'</code><code class="variable-string">Vorbis</code><code class="variable-quote">'</code></code><br />
      hash(x)
    </td>
  </tr>
<tr>
    <td width="15%" align="right" valign="top" class="summary">
      <span class="summary-type">&nbsp;</span>
    </td><td class="summary">
        <a name="icon"></a><span class="summary-name">icon</span> = <code title="'xiphfish.png'"><code class="variable-quote">'</code><code class="variable-string">xiphfish.png</code><code class="variable-quote">'</code></code>
    </td>
  </tr>
<tr>
    <td width="15%" align="right" valign="top" class="summary">
      <span class="summary-type">str</span>
    </td><td class="summary">
        <a href="flumotion.component.encoders.vorbis.wizard_gtk.VorbisStep-class.html#gladeFile" class="summary-name">gladeFile</a> = <code title="'/home/mandrake/rpm/BUILD/flumotion-0.6.1/flumotion/component/encoders\
/vorbis/wizard.glade'"><code class="variable-quote">'</code><code class="variable-string">/home/mandrake/rpm/BUILD/flumotion-0.6.1/flumotio</code><code class="variable-ellipsis">...</code></code><br />
      filename of glade file containing the interface
    </td>
  </tr>
<tr>
    <td width="15%" align="right" valign="top" class="summary">
      <span class="summary-type">&nbsp;</span>
    </td><td class="summary">
        <a name="componentType"></a><span class="summary-name">componentType</span> = <code title="'vorbis'"><code class="variable-quote">'</code><code class="variable-string">vorbis</code><code class="variable-quote">'</code></code>
    </td>
  </tr>
<tr>
    <td width="15%" align="right" valign="top" class="summary">
      <span class="summary-type">&nbsp;</span>
    </td><td class="summary">
        <a name="docSection"></a><span class="summary-name">docSection</span> = <code title="'help-configuration-assistant-encoder-vorbis'"><code class="variable-quote">'</code><code class="variable-string">help-configuration-assistant-encoder-vorbis</code><code class="variable-quote">'</code></code><br />
      hash(x)
    </td>
  </tr>
<tr>
    <td width="15%" align="right" valign="top" class="summary">
      <span class="summary-type">&nbsp;</span>
    </td><td class="summary">
        <a name="docAnchor"></a><span class="summary-name">docAnchor</span> = <code title="''"><code class="variable-quote">'</code><code class="variable-string"></code><code class="variable-quote">'</code></code><br />
      hash(x)
    </td>
  </tr>
<tr>
    <td width="15%" align="right" valign="top" class="summary">
      <span class="summary-type">&nbsp;</span>
    </td><td class="summary">
        <a name="docVersion"></a><span class="summary-name">docVersion</span> = <code title="'local'"><code class="variable-quote">'</code><code class="variable-string">local</code><code class="variable-quote">'</code></code>
    </td>
  </tr>
  <tr>
    <td colspan="2" class="summary">
    <p class="indent-wrapped-lines"><b>Inherited from <code><a href="flumotion.admin.gtk.basesteps.AudioEncoderStep-class.html">admin.gtk.basesteps.AudioEncoderStep</a></code></b>:
      <code><a href="flumotion.admin.gtk.basesteps.AudioEncoderStep-class.html#section">section</a></code>
      </p>
    <p class="indent-wrapped-lines"><b>Inherited from <code>ui.wizard.WizardStep</code></b>:
      <code>gladeTypedict</code>
      </p>
    <p class="indent-wrapped-lines"><b>Inherited from <code>ui.glade.GladeWidget</code></b>:
      <code>__gtype__</code>
      </p>
    <p class="indent-wrapped-lines"><b>Inherited from <code>ui.glade.GladeBacked</code></b>:
      <code>toplevel_name</code>
      </p>
    <div class="private">    <p class="indent-wrapped-lines"><b>Inherited from <code>ui.glade.GladeBacked</code></b> (private):
      <code>_window</code>
      </p></div>
    <p class="indent-wrapped-lines"><b>Inherited from <code>kiwi.ui.views.SlaveView</code></b>:
      <code>controller</code>,
      <code>domain</code>,
      <code>gladefile</code>,
      <code>toplevel</code>
      </p>
    <p class="indent-wrapped-lines"><b>Inherited from <code>kiwi.controllers.BaseController</code></b>:
      <code>view</code>
      </p>
    <p class="indent-wrapped-lines"><b>Inherited from <code><a href="flumotion.extern.log.log.Loggable-class.html">extern.log.log.Loggable</a></code></b>:
      <code><a href="flumotion.extern.log.log.Loggable-class.html#logCategory">logCategory</a></code>
      </p>
    </td>
  </tr>
</table>
<!-- ==================== INSTANCE VARIABLES ==================== -->
<a name="section-InstanceVariables"></a>
<table class="summary" border="1" cellpadding="3"
       cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="table-header">
  <td colspan="2" class="table-header">
    <table border="0" cellpadding="0" cellspacing="0" width="100%">
      <tr valign="top">
        <td align="left"><span class="table-header">Instance Variables</span></td>
        <td align="right" valign="top"
         ><span class="options">[<a href="#section-InstanceVariables"
         class="privatelink" onclick="toggle_private();"
         >hide private</a>]</span></td>
      </tr>
    </table>
  </td>
</tr>
  <tr>
    <td colspan="2" class="summary">
    <p class="indent-wrapped-lines"><b>Inherited from <code>ui.glade.GladeBacked</code></b>:
      <code>widgets</code>
      </p>
    </td>
  </tr>
</table>
<!-- ==================== PROPERTIES ==================== -->
<a name="section-Properties"></a>
<table class="summary" border="1" cellpadding="3"
       cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="table-header">
  <td colspan="2" class="table-header">
    <table border="0" cellpadding="0" cellspacing="0" width="100%">
      <tr valign="top">
        <td align="left"><span class="table-header">Properties</span></td>
        <td align="right" valign="top"
         ><span class="options">[<a href="#section-Properties"
         class="privatelink" onclick="toggle_private();"
         >hide private</a>]</span></td>
      </tr>
    </table>
  </td>
</tr>
  <tr>
    <td colspan="2" class="summary">
    <p class="indent-wrapped-lines"><b>Inherited from <code>gtk.Container</code></b>:
      <code>border_width</code>,
      <code>focus_child</code>,
      <code>has_focus_chain</code>,
      <code>need_resize</code>,
      <code>reallocate_redraws</code>,
      <code>resize_mode</code>
      </p>
    <p class="indent-wrapped-lines"><b>Inherited from <code>gtk.Widget</code></b>:
      <code>allocation</code>,
      <code>parent</code>,
      <code>requisition</code>,
      <code>saved_state</code>,
      <code>state</code>,
      <code>style</code>,
      <code>window</code>
      </p>
    <p class="indent-wrapped-lines"><b>Inherited from <code><i>unreachable</i>.GObject</code></b>:
      <code>__grefcount__</code>
      </p>
    <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
      <code>__class__</code>
      </p>
    </td>
  </tr>
</table>
<!-- ==================== METHOD DETAILS ==================== -->
<a name="section-MethodDetails"></a>
<table class="details" border="1" cellpadding="3"
       cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="table-header">
  <td colspan="2" class="table-header">
    <table border="0" cellpadding="0" cellspacing="0" width="100%">
      <tr valign="top">
        <td align="left"><span class="table-header">Method Details</span></td>
        <td align="right" valign="top"
         ><span class="options">[<a href="#section-MethodDetails"
         class="privatelink" onclick="toggle_private();"
         >hide private</a>]</span></td>
      </tr>
    </table>
  </td>
</tr>
</table>
<a name="setup"></a>
<div>
<table class="details" border="1" cellpadding="3"
       cellspacing="0" width="100%" bgcolor="white">
<tr><td>
  <table width="100%" cellpadding="0" cellspacing="0" border="0">
  <tr valign="top"><td>
  <h3 class="epydoc"><span class="sig"><span class="sig-name">setup</span>(<span class="sig-arg">self</span>)</span>
  </h3>
  </td><td align="right" valign="top"
    ><span class="codelink"><a href="flumotion.component.encoders.vorbis.wizard_gtk-pysrc.html#VorbisStep.setup">source&nbsp;code</a></span>&nbsp;
    </td>
  </tr></table>
  
  <p>This is called after the step is constructed, to be able to do some 
  initalization time logic in the steps.</p>
  <dl class="fields">
    <dt>Overrides:
        ui.wizard.WizardStep.setup
        <dd><em class="note">(inherited documentation)</em></dd>
    </dt>
  </dl>
</td></tr></table>
</div>
<a name="workerChanged"></a>
<div>
<table class="details" border="1" cellpadding="3"
       cellspacing="0" width="100%" bgcolor="white">
<tr><td>
  <table width="100%" cellpadding="0" cellspacing="0" border="0">
  <tr valign="top"><td>
  <h3 class="epydoc"><span class="sig"><span class="sig-name">workerChanged</span>(<span class="sig-arg">self</span>,
        <span class="sig-arg">worker</span>)</span>
  </h3>
  </td><td align="right" valign="top"
    ><span class="codelink"><a href="flumotion.component.encoders.vorbis.wizard_gtk-pysrc.html#VorbisStep.workerChanged">source&nbsp;code</a></span>&nbsp;
    </td>
  </tr></table>
  
  <p>This is called when a worker changed. Can be overridden in a 
  subclass</p>
  <dl class="fields">
    <dt>Parameters:</dt>
    <dd><ul class="nomargin-top">
        <li><strong class="pname"><code>worker</code></strong> - the new worker</li>
    </ul></dd>
    <dt>Overrides:
        <a href="flumotion.admin.gtk.workerstep.WorkerWizardStep-class.html#workerChanged">admin.gtk.workerstep.WorkerWizardStep.workerChanged</a>
        <dd><em class="note">(inherited documentation)</em></dd>
    </dt>
  </dl>
</td></tr></table>
</div>
<br />
<!-- ==================== CLASS VARIABLE DETAILS ==================== -->
<a name="section-ClassVariableDetails"></a>
<table class="details" border="1" cellpadding="3"
       cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="table-header">
  <td colspan="2" class="table-header">
    <table border="0" cellpadding="0" cellspacing="0" width="100%">
      <tr valign="top">
        <td align="left"><span class="table-header">Class Variable Details</span></td>
        <td align="right" valign="top"
         ><span class="options">[<a href="#section-ClassVariableDetails"
         class="privatelink" onclick="toggle_private();"
         >hide private</a>]</span></td>
      </tr>
    </table>
  </td>
</tr>
</table>
<a name="gladeFile"></a>
<div>
<table class="details" border="1" cellpadding="3"
       cellspacing="0" width="100%" bgcolor="white">
<tr><td>
  <h3 class="epydoc">gladeFile</h3>
  filename of glade file containing the interface
  <dl class="fields">
    <dt>Type:</dt>
      <dd>str</dd>
  </dl>
  <dl class="fields">
    <dt>Value:</dt>
      <dd><table><tr><td><pre class="variable">
<code class="variable-quote">'</code><code class="variable-string">/home/mandrake/rpm/BUILD/flumotion-0.6.1/flumotion/component/encoders</code><span class="variable-linewrap"><img src="crarr.png" alt="\" /></span>
<code class="variable-string">/vorbis/wizard.glade</code><code class="variable-quote">'</code>
</pre></td></tr></table>
</dd>
  </dl>
</td></tr></table>
</div>
<br />
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
       bgcolor="#a0c0ff" cellspacing="0">
  <tr valign="middle">

  <!-- Tree link -->
      <th>&nbsp;&nbsp;&nbsp;<a
        href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>

  <!-- Index link -->
      <th>&nbsp;&nbsp;&nbsp;<a
        href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>

  <!-- Help link -->
      <th>&nbsp;&nbsp;&nbsp;<a
        href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>

      <th class="navbar" width="100%"></th>
  </tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
  <tr>
    <td align="left" class="footer">
    Generated by Epydoc 3.0.1 on Sun Sep 13 13:14:08 2009
    </td>
    <td align="right" class="footer">
      <a target="mainFrame" href="http://epydoc.sourceforge.net"
        >http://epydoc.sourceforge.net</a>
    </td>
  </tr>
</table>

<script type="text/javascript">
  <!--
  // Private objects are initially displayed (because if
  // javascript is turned off then we want them to be
  // visible); but by default, we want to hide them.  So hide
  // them unless we have a cookie that says to show them.
  checkCookie();
  // -->
</script>
</body>
</html>