Sq3StmtC - define the class … More...
Functions | |
static OT_ProcRet | pysq3lite_Sq3StmtC_HandleResolve (OtClass_ARGS) |
Python: → C-API Handle-Resolve-Slot - return a Sq3StmtC from netHdl or None if invalid… | |
MK_DEPRECATED static MK_UNUSED OT_ProcRet | pysq3lite_Sq3StmtC_HandleGet (Sq3StmtC_ARGS) |
static OT_ProcRet | pysq3lite_Sq3StmtC_Next (Sq3StmtC_ARGS) |
Python: → C-API get next instance from linked-list of Sq3StmtS type | |
static OT_ProcRet | pysq3lite_Sq3StmtC_Prev (Sq3StmtC_ARGS) |
Python: → C-API get previous instance from linked-list of Sq3StmtS type | |
static OT_ProcRet | pysq3lite_Sq3StmtC_Instances (OtClass_ARGS) |
Python: → C-API get head-instance from linked-list of Sq3StmtS type … | |
static OT_ProcRet | pysq3lite_Sq3StmtC_GetNull (OtClass_ARGS) |
Python: → C-API Null-Slot - return a Sq3StmtC typed NULL instance … | |
Sq3StmtC - define the class …
|
static |
Python:
→ C-API [static] Sq3StmtC Sq3StmtC.GetNull()
Null-Slot - return a Sq3StmtC typed NULL
instance …
Definition at line 475 of file Sq3StmtC_py.c.
|
static |
Definition at line 410 of file Sq3StmtC_py.c.
|
static |
Python:
→ C-API [static] Sq3StmtC Sq3StmtC.HandleResolve(netHdl:MK_HDL)
Handle-Resolve-Slot - return a Sq3StmtC from netHdl or None
if invalid…
Definition at line 391 of file Sq3StmtC_py.c.
|
static |
Python:
→ C-API [static] Sq3StmtC Sq3StmtC.Instances()
get head-instance from linked-list of Sq3StmtS type …
Definition at line 452 of file Sq3StmtC_py.c.
|
static |
Python:
→ C-API Sq3StmtC stmt.Next()
get next instance from linked-list of Sq3StmtS type
Definition at line 422 of file Sq3StmtC_py.c.
|
static |
Python:
→ C-API Sq3StmtC stmt.Prev()
get previous instance from linked-list of Sq3StmtS type
Definition at line 436 of file Sq3StmtC_py.c.