py::gui::editor::series_editor Class Reference

Inheritance diagram for py::gui::editor::series_editor:

Inheritance graph
[legend]

List of all members.

Public Member Functions

def __init__
def fetch_context
def fill_context

Static Public Attributes

list properties = ['name']
list ro_fields = ['editor','collection']
 model = Series


Member Function Documentation

def py::gui::editor::series_editor::__init__ (   self,
  parent,
  entity,
  context 
)

Reimplemented from py::gui::editor::entity_editor.

00245                                                       :
00246                 Ui_series_editor.__init__(self)
00247                 entity_editor.__init__(self, parent, entity, context)
00248         
        def fetch_context( self, form ) :

def py::gui::editor::series_editor::fetch_context (   self,
  form 
)

Reimplemented from py::gui::editor::entity_editor.

00249                                         :
00250                 form["collection"] = self.context
00251 
        def fill_context( self ) :

def py::gui::editor::series_editor::fill_context (   self  ) 

Reimplemented from py::gui::editor::entity_editor.

00252                                  :
00253                 self.editor.setText(self.context.editor.name)
00254                 self.collection.setText(self.context.name)
00255 
class series_selector( entity_selector ) :


Member Data Documentation

list py::gui::editor::series_editor::properties = ['name'] [static]

Reimplemented from py::gui::editor::entity_editor.

list py::gui::editor::series_editor::ro_fields = ['editor','collection'] [static]

Reimplemented from py::gui::editor::entity_editor.

py::gui::editor::series_editor::model = Series [static]

Reimplemented from py::gui::editor::entity_editor.


The documentation for this class was generated from the following file:
Generated on Tue Oct 9 20:40:27 2007 for Qomics by  doxygen 1.5.3