Sq3LiteC - define the class … More...
Functions | |
static OT_ProcRet | pysq3lite_Sq3LiteC_HandleResolve (OtClass_ARGS) |
Python: → C-API Handle-Resolve-Slot - return a Sq3LiteC from netHdl or None if invalid… | |
MK_DEPRECATED static MK_UNUSED OT_ProcRet | pysq3lite_Sq3LiteC_HandleGet (Sq3LiteC_ARGS) |
static OT_ProcRet | pysq3lite_Sq3LiteC_Next (Sq3LiteC_ARGS) |
Python: → C-API get next instance from linked-list of Sq3LiteS type | |
static OT_ProcRet | pysq3lite_Sq3LiteC_Prev (Sq3LiteC_ARGS) |
Python: → C-API get previous instance from linked-list of Sq3LiteS type | |
static OT_ProcRet | pysq3lite_Sq3LiteC_Instances (OtClass_ARGS) |
Python: → C-API get head-instance from linked-list of Sq3LiteS type … | |
static OT_ProcRet | pysq3lite_Sq3LiteC_GetNull (OtClass_ARGS) |
Python: → C-API Null-Slot - return a Sq3LiteC typed NULL instance … | |
Sq3LiteC - define the class …
Method definition
|
static |
Python:
→ C-API [static] Sq3LiteC Sq3LiteC.GetNull()
Null-Slot - return a Sq3LiteC typed NULL
instance …
Definition at line 267 of file Sq3LiteC_py.c.
|
static |
Definition at line 202 of file Sq3LiteC_py.c.
|
static |
Python:
→ C-API [static] Sq3LiteC Sq3LiteC.HandleResolve(netHdl:MK_HDL)
Handle-Resolve-Slot - return a Sq3LiteC from netHdl or None
if invalid…
Definition at line 183 of file Sq3LiteC_py.c.
|
static |
Python:
→ C-API [static] Sq3LiteC Sq3LiteC.Instances()
get head-instance from linked-list of Sq3LiteS type …
Definition at line 244 of file Sq3LiteC_py.c.
|
static |
Python:
→ C-API Sq3LiteC lite.Next()
get next instance from linked-list of Sq3LiteS type
Definition at line 214 of file Sq3LiteC_py.c.
|
static |
Python:
→ C-API Sq3LiteC lite.Prev()
get previous instance from linked-list of Sq3LiteS type
Definition at line 228 of file Sq3LiteC_py.c.