
Public Member Functions | |
| def | __init__ |
| def | fetch_context |
| def | fill_context |
Static Public Attributes | |
| list | properties = ['name'] |
| list | ro_fields = ['editor','collection'] |
| model = Series | |
| 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 | ||||
| ) |
| 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 ) :
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.
1.5.3