py::gui::editor::collection_editor Class Reference

Inheritance diagram for py::gui::editor::collection_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']
 model = Collection


Member Function Documentation

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

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

00223                                                       :
00224                 Ui_collection_editor.__init__(self)
00225                 entity_editor.__init__(self, parent, entity, context)
00226 
        def fetch_context( self, form ) :

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

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

00227                                         :
00228                 form["editor"] = self.context
00229 
        def fill_context( self ) :

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

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

00230                                  :
00231                 self.editor.setText(self.context.name)
00232 
class collection_selector( entity_selector ) :


Member Data Documentation

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

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

list py::gui::editor::collection_editor::ro_fields = ['editor'] [static]

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

py::gui::editor::collection_editor::model = Collection [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:26 2007 for Qomics by  doxygen 1.5.3