
Public Member Functions | |
| def | __init__ |
| def | apply |
Public Attributes | |
| entity | |
| value | |
Static Public Attributes | |
| list | properties = ['name'] |
| model = Author | |
| 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 ) :
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.
Reimplemented from py::gui::editor::entity_editor.
Reimplemented from py::gui::editor::entity_editor.
1.5.3