|
def | __init__ (self, name, parent=None) |
|
def | SetName (self, name) |
|
def | GetName (self) |
|
def | InsertOp (self, index, op) |
|
def | RemoveOp (self, op) |
|
def | RemoveOpAt (self, index) |
|
def | GetOp (self, index) |
|
def | GetOpCount (self) |
|
def | SetOp (self, index, op) |
|
def | AddOp (self, op) |
|
def | GetOps (self) |
|
def | ApplyOn (self, entity) |
|
def | ToInfo (self, group) |
|
Definition at line 27 of file preset.py.
◆ __init__()
def __init__ |
( |
|
self, |
|
|
|
name, |
|
|
|
parent = None |
|
) |
| |
◆ AddOp()
◆ ApplyOn()
def ApplyOn |
( |
|
self, |
|
|
|
entity |
|
) |
| |
◆ FromInfo()
◆ GetName()
◆ GetOp()
def GetOp |
( |
|
self, |
|
|
|
index |
|
) |
| |
◆ GetOpCount()
◆ GetOps()
◆ InsertOp()
def InsertOp |
( |
|
self, |
|
|
|
index, |
|
|
|
op |
|
) |
| |
◆ RemoveOp()
def RemoveOp |
( |
|
self, |
|
|
|
op |
|
) |
| |
◆ RemoveOpAt()
def RemoveOpAt |
( |
|
self, |
|
|
|
index |
|
) |
| |
◆ SetName()
def SetName |
( |
|
self, |
|
|
|
name |
|
) |
| |
◆ SetOp()
def SetOp |
( |
|
self, |
|
|
|
index, |
|
|
|
op |
|
) |
| |
◆ ToInfo()
def ToInfo |
( |
|
self, |
|
|
|
group |
|
) |
| |
◆ CLASS_NAME_ATTRIBUTE_NAME
string CLASS_NAME_ATTRIBUTE_NAME = "ClassName" |
|
static |
◆ INDEX_ATTRIBUTE_NAME
string 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
string NAME_ATTRIBUTE_NAME = "Name" |
|
static |
◆ OP_GROUP_NAME
string OP_GROUP_NAME = "Op" |
|
static |
◆ ops_
The documentation for this class was generated from the following file:
- build-2.9.0-doc/stage/lib64/python3.9/site-packages/ost/gui/scene/preset.py