Files
create/src/Doc/sphinx/DocumentObject.rst
2013-04-15 11:29:45 -03:00

19 lines
452 B
ReStructuredText

The FreeCAD Document Object
===========================
.. toctree::
:maxdepth: 4
.. automodule:: DocumentObject
.. autoclass:: DocumentObject
:members:
.. method:: __setstate__(value)
allows to save custom attributes of this object as strings, so they can be saved when saving the FreeCAD document
.. method:: __getstate__()
reads values previously saved with __setstate__()