Sq3ValueC - define the class … More...
Collaboration diagram for Sq3ValueC_Class_PY_API:Functions | |
| static OT_ProcRet | pysq3lite_Sq3ValueC_HandleResolve (OtClass_ARGS) |
Python: → C-API Handle-Resolve-Slot - return a Sq3ValueC from netHdl or None if invalid… | |
| MK_DEPRECATED static MK_UNUSED OT_ProcRet | pysq3lite_Sq3ValueC_HandleGet (Sq3ValueC_ARGS) |
| static OT_ProcRet | pysq3lite_Sq3ValueC_Next (Sq3ValueC_ARGS) |
Python: → C-API get next instance from linked-list of Sq3ValueS type | |
| static OT_ProcRet | pysq3lite_Sq3ValueC_Prev (Sq3ValueC_ARGS) |
Python: → C-API get previous instance from linked-list of Sq3ValueS type | |
| static OT_ProcRet | pysq3lite_Sq3ValueC_Instances (OtClass_ARGS) |
Python: → C-API get head-instance from linked-list of Sq3ValueS type … | |
| static OT_ProcRet | pysq3lite_Sq3ValueC_GetNull (OtClass_ARGS) |
Python: → C-API Null-Slot - return a Sq3ValueC typed NULL instance … | |
Sq3ValueC - define the class …
Method definition
|
static |
Python: → C-API [static] Sq3ValueC Sq3ValueC.GetNull()
Null-Slot - return a Sq3ValueC typed NULL instance …
Definition at line 236 of file Sq3ValueC_py.c.
|
static |
Definition at line 171 of file Sq3ValueC_py.c.
|
static |
Python: → C-API [static] Sq3ValueC Sq3ValueC.HandleResolve(netHdl:MK_HDL)
Handle-Resolve-Slot - return a Sq3ValueC from netHdl or None if invalid…
Definition at line 152 of file Sq3ValueC_py.c.
|
static |
Python: → C-API [static] Sq3ValueC Sq3ValueC.Instances()
get head-instance from linked-list of Sq3ValueS type …
Definition at line 213 of file Sq3ValueC_py.c.
|
static |
Python: → C-API Sq3ValueC val.Next()
get next instance from linked-list of Sq3ValueS type
Definition at line 183 of file Sq3ValueC_py.c.
|
static |
Python: → C-API Sq3ValueC val.Prev()
get previous instance from linked-list of Sq3ValueS type
Definition at line 197 of file Sq3ValueC_py.c.