py::gui::editor::author_editor Class Reference

Inheritance diagram for py::gui::editor::author_editor:

Inheritance graph
[legend]

List of all members.

Public Member Functions

def __init__
def apply

Public Attributes

 entity
 value

Static Public Attributes

list properties = ['name']
 model = Author


Member Function Documentation

def py::gui::editor::author_editor::__init__ (   self,
  parent,
  entity,
  context = None 
)

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

00267                                                            :
00268                 Ui_author_editor.__init__(self)
00269                 entity_editor.__init__(self, parent, entity, context)
00270         
        def apply( self, form ) :

def py::gui::editor::author_editor::apply (   self,
  form 
)

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

00271                                 :
00272                 if not self.entity :
00273                         author = Author.find_matching(form['name'])
00274                         if author :
00275                                 self.entity = self.value = author
00276                 entity_editor.apply(self, form)
00277 
00278 
class album( entity_editor, Ui_album_editor ) :


Member Data Documentation

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

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

py::gui::editor::author_editor::model = Author [static]

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

py::gui::editor::author_editor::entity

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

py::gui::editor::author_editor::value

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