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