Public Member Functions | |
def | __getstate__ |
def | __init__ |
def | __setstate__ |
def | addProperty |
def | Content |
def | Document |
def | execute |
def | getAllDerivedFrom |
def | getDocumentationOfProperty |
def | getGroupOfProperty |
def | getProperty |
def | getTypeOfProperty |
def | InList |
def | isDerivedFrom |
def | MemSize |
def | Module |
def | Name |
def | OutList |
def | PropertiesList |
def | purgeTouched |
def | State |
def | supportedProperties |
def | touch |
def | Type |
def | ViewObject |
def | ViewObject |
Definition at line 4 of file DocumentObject.py.
def DocumentObject::DocumentObject::__getstate__ | ( | self | ) |
Definition at line 38 of file DocumentObject.py.
def DocumentObject::DocumentObject::__init__ | ( | self | ) |
Definition at line 5 of file DocumentObject.py.
def DocumentObject::DocumentObject::__setstate__ | ( | self, | ||
value | ||||
) |
Definition at line 36 of file DocumentObject.py.
def DocumentObject::DocumentObject::addProperty | ( | self, | ||
type, | ||||
name = '' , |
||||
group = '' , |
||||
doc = '' , |
||||
attr = 0 , |
||||
readonly = False , |
||||
hidden = False | ||||
) |
Definition at line 16 of file DocumentObject.py.
def DocumentObject::DocumentObject::Content | ( | self | ) |
Definition at line 50 of file DocumentObject.py.
def DocumentObject::DocumentObject::Document | ( | self | ) |
Definition at line 59 of file DocumentObject.py.
def DocumentObject::DocumentObject::execute | ( | self | ) |
Reimplemented in DocumentObject::MyFeature.
Definition at line 7 of file DocumentObject.py.
def DocumentObject::DocumentObject::getAllDerivedFrom | ( | self | ) |
Definition at line 22 of file DocumentObject.py.
def DocumentObject::DocumentObject::getDocumentationOfProperty | ( | self, | ||
attr | ||||
) |
Definition at line 30 of file DocumentObject.py.
def DocumentObject::DocumentObject::getGroupOfProperty | ( | self, | ||
attr | ||||
) |
Definition at line 28 of file DocumentObject.py.
def DocumentObject::DocumentObject::getProperty | ( | self, | ||
attr | ||||
) |
Definition at line 24 of file DocumentObject.py.
def DocumentObject::DocumentObject::getTypeOfProperty | ( | self, | ||
attr | ||||
) |
Definition at line 26 of file DocumentObject.py.
def DocumentObject::DocumentObject::InList | ( | self | ) |
Definition at line 71 of file DocumentObject.py.
def DocumentObject::DocumentObject::isDerivedFrom | ( | self, | ||
obj | ||||
) |
Definition at line 20 of file DocumentObject.py.
def DocumentObject::DocumentObject::MemSize | ( | self | ) |
Definition at line 53 of file DocumentObject.py.
def DocumentObject::DocumentObject::Module | ( | self | ) |
Definition at line 47 of file DocumentObject.py.
def DocumentObject::DocumentObject::Name | ( | self | ) |
Definition at line 56 of file DocumentObject.py.
def DocumentObject::DocumentObject::OutList | ( | self | ) |
Definition at line 74 of file DocumentObject.py.
def DocumentObject::DocumentObject::PropertiesList | ( | self | ) |
Definition at line 41 of file DocumentObject.py.
def DocumentObject::DocumentObject::purgeTouched | ( | self | ) |
Definition at line 34 of file DocumentObject.py.
def DocumentObject::DocumentObject::State | ( | self | ) |
Definition at line 62 of file DocumentObject.py.
def DocumentObject::DocumentObject::supportedProperties | ( | self | ) |
Definition at line 18 of file DocumentObject.py.
def DocumentObject::DocumentObject::touch | ( | self | ) |
Definition at line 32 of file DocumentObject.py.
def DocumentObject::DocumentObject::Type | ( | self | ) |
Definition at line 44 of file DocumentObject.py.
def DocumentObject::DocumentObject::ViewObject | ( | self, | ||
value | ||||
) |
Definition at line 68 of file DocumentObject.py.
def DocumentObject::DocumentObject::ViewObject | ( | self | ) |
Definition at line 65 of file DocumentObject.py.