Home | Trees | Index | Help |
|
---|
Package wx :: Package lib :: Module pydocview :: Class ChildDocument |
|
object
--+ |Object
--+ |EvtHandler
--+ |Document
--+ | ChildDocument
Method Summary | |
---|---|
Returns the data that the ChildDocument contains. | |
Returns the parent Document of the ChildDocument. | |
Called when the ChildDocument is opened and does the minimum such that the ChildDocument looks like a real Document to the framework. | |
Called when the ChildDocument is saved and does the minimum such that the ChildDocument looks like a real Document to the framework. | |
Called when the ChildDocument is saved and does the minimum such that the ChildDocument looks like a real Document to the framework. | |
Called when the ChildDocument is saved and does the minimum such that the ChildDocument looks like a real Document to the framework. | |
Sets the data that the ChildDocument contains. | |
Sets the parent Document of the ChildDocument. |
Method Details |
---|
GetData(self)Returns the data that the ChildDocument contains. |
GetParentDocument(self)Returns the parent Document of the ChildDocument. |
OnOpenDocument(self, filename)Called when the ChildDocument is opened and does the minimum such that the ChildDocument looks like a real Document to the framework.
|
OnSaveDocument(self, filename)Called when the ChildDocument is saved and does the minimum such that the ChildDocument looks like a real Document to the framework.
|
Save(self)Called when the ChildDocument is saved and does the minimum such that the ChildDocument looks like a real Document to the framework.
|
SaveAs(self)Called when the ChildDocument is saved and does the minimum such that the ChildDocument looks like a real Document to the framework.
|
SetData(self, data)Sets the data that the ChildDocument contains. |
SetParentDocument(self, parentDocument)Sets the parent Document of the ChildDocument. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20040428.rpd on Tue Apr 26 14:25:24 2005 | http://epydoc.sf.net |