|
| | __init__ (self, name, parent=None) |
| |
| | SetName (self, name) |
| |
| | GetName (self) |
| |
| | InsertOp (self, index, op) |
| |
| | RemoveOp (self, op) |
| |
| | RemoveOpAt (self, index) |
| |
| | GetOp (self, index) |
| |
| | GetOpCount (self) |
| |
| | SetOp (self, index, op) |
| |
| | AddOp (self, op) |
| |
| | GetOps (self) |
| |
| | ApplyOn (self, entity) |
| |
| | ToInfo (self, group) |
| |
Definition at line 27 of file preset.py.
◆ __init__()
| __init__ |
( |
|
self, |
|
|
|
name, |
|
|
|
parent = None |
|
) |
| |
◆ AddOp()
◆ ApplyOn()
◆ FromInfo()
◆ GetName()
◆ GetOp()
◆ GetOpCount()
◆ GetOps()
◆ InsertOp()
| InsertOp |
( |
|
self, |
|
|
|
index, |
|
|
|
op |
|
) |
| |
◆ RemoveOp()
◆ RemoveOpAt()
| RemoveOpAt |
( |
|
self, |
|
|
|
index |
|
) |
| |
◆ SetName()
◆ SetOp()
| SetOp |
( |
|
self, |
|
|
|
index, |
|
|
|
op |
|
) |
| |
◆ ToInfo()
◆ CLASS_NAME_ATTRIBUTE_NAME
| str CLASS_NAME_ATTRIBUTE_NAME = "ClassName" |
|
static |
◆ INDEX_ATTRIBUTE_NAME
| str INDEX_ATTRIBUTE_NAME = "Index" |
|
static |
◆ MODULE_NAMES
| list MODULE_NAMES = ["ost.gfx","ost.gui.scene.visibility_op","ost.gui.scene.render_op"] |
|
static |
◆ name_
◆ NAME_ATTRIBUTE_NAME
| str NAME_ATTRIBUTE_NAME = "Name" |
|
static |
◆ OP_GROUP_NAME
◆ ops_
The documentation for this class was generated from the following file:
- build-dev/stage/lib/python3.11/site-packages/ost/gui/scene/preset.py