Trees | Indices | Help |
---|
|
|
|||
|
|||
|
|||
|
|||
|
|
Gets the currently edited resource. It is an error to call this method when no resource is being edited.
|
Queues commit of resource changes, marking the currently edited resource `dirty'. Call this method in particular resource editor subclass whenever user changes some editor property. To flush pending commit, call |
Commits pending resource changes, if there are any. It calls Changes are always immediately committed (if there are any pending): before the editor is destroyed, when a resource stops being edited, before a resource is deleted, before a resource is renamed. When a resource is newly created, it is immediately created on disk too.
|
Sets up particular resource editor. Helper method only intended for resource editor implementation. To be called in particular resource initialization methods. |
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 | http://epydoc.sourceforge.net |