Sq3ValueC - define the class … More...
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 239 of file Sq3ValueC_py.c.
|
static |
Definition at line 174 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 155 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 216 of file Sq3ValueC_py.c.
|
static |
Python:
→ C-API Sq3ValueC val.Next()
get next instance from linked-list of Sq3ValueS type
Definition at line 186 of file Sq3ValueC_py.c.
|
static |
Python:
→ C-API Sq3ValueC val.Prev()
get previous instance from linked-list of Sq3ValueS type
Definition at line 200 of file Sq3ValueC_py.c.