|
Blender
V2.59
|
Public Member Functions | |
| def | __init__ |
| def | __call__ |
| def | __getattr__ |
| def | __getitem__ |
| def | __setitem__ |
| def | __repr__ |
| def | __iter__ |
| def | __int__ |
| def | __cmp__ |
| def | __lt__ |
| def | __gt__ |
| def | __le__ |
| def | __add__ |
| def | __sub__ |
| def | lower |
| def | upper |
| def | keys |
__slots__ = (
"_attr", "_attr_list", "_item_set", "_args",
"active", "operator_context", "enabled", "index", "data"
)Definition at line 41 of file bpy_introspect_ui.py.
| def bpy_introspect_ui::AttributeBuilder::__init__ | ( | self, | |
| attr, | |||
| attr_single | |||
| ) |
Definition at line 95 of file bpy_introspect_ui.py.
References _args, _args_tuple, _attr, _attr_list, _attr_single, and _item_set.
| def bpy_introspect_ui::AttributeBuilder::__add__ | ( | self, | |
| other | |||
| ) |
Definition at line 149 of file bpy_introspect_ui.py.
| def bpy_introspect_ui::AttributeBuilder::__call__ | ( | self, | |
| args, | |||
| kwargs | |||
| ) |
Definition at line 103 of file bpy_introspect_ui.py.
References _args, and _args_tuple.
| def bpy_introspect_ui::AttributeBuilder::__cmp__ | ( | self, | |
| other | |||
| ) |
Definition at line 137 of file bpy_introspect_ui.py.
| def bpy_introspect_ui::AttributeBuilder::__getattr__ | ( | self, | |
| attr | |||
| ) |
Definition at line 109 of file bpy_introspect_ui.py.
References _attr, and bpy_introspect_ui::NewAttr().
| def bpy_introspect_ui::AttributeBuilder::__getitem__ | ( | self, | |
| item | |||
| ) |
Definition at line 117 of file bpy_introspect_ui.py.
References _attr, and bpy_introspect_ui::NewAttr().
| def bpy_introspect_ui::AttributeBuilder::__gt__ | ( | self, | |
| other | |||
| ) |
Definition at line 143 of file bpy_introspect_ui.py.
| def bpy_introspect_ui::AttributeBuilder::__int__ | ( | self | ) |
Definition at line 134 of file bpy_introspect_ui.py.
| def bpy_introspect_ui::AttributeBuilder::__iter__ | ( | self | ) |
Definition at line 128 of file bpy_introspect_ui.py.
| def bpy_introspect_ui::AttributeBuilder::__le__ | ( | self, | |
| other | |||
| ) |
Definition at line 146 of file bpy_introspect_ui.py.
| def bpy_introspect_ui::AttributeBuilder::__lt__ | ( | self, | |
| other | |||
| ) |
Definition at line 140 of file bpy_introspect_ui.py.
| def bpy_introspect_ui::AttributeBuilder::__repr__ | ( | self | ) |
Definition at line 125 of file bpy_introspect_ui.py.
References _attr.
| def bpy_introspect_ui::AttributeBuilder::__setitem__ | ( | self, | |
| item, | |||
| value | |||
| ) |
Definition at line 122 of file bpy_introspect_ui.py.
| def bpy_introspect_ui::AttributeBuilder::__sub__ | ( | self, | |
| other | |||
| ) |
Definition at line 152 of file bpy_introspect_ui.py.
| def bpy_introspect_ui::AttributeBuilder::keys | ( | self | ) |
Definition at line 162 of file bpy_introspect_ui.py.
| def bpy_introspect_ui::AttributeBuilder::lower | ( | self | ) |
Definition at line 156 of file bpy_introspect_ui.py.
| def bpy_introspect_ui::AttributeBuilder::upper | ( | self | ) |
Definition at line 159 of file bpy_introspect_ui.py.