Sq3FileC - define the class … More...
Functions | |
static OT_ProcRet | pysq3lite_Sq3FileC_HandleResolve (OtClass_ARGS) |
Python: → C-API Handle-Resolve-Slot - return a Sq3FileC from netHdl or None if invalid… | |
MK_DEPRECATED static MK_UNUSED OT_ProcRet | pysq3lite_Sq3FileC_HandleGet (Sq3FileC_ARGS) |
static OT_ProcRet | pysq3lite_Sq3FileC_Next (Sq3FileC_ARGS) |
Python: → C-API get next instance from linked-list of Sq3FileS type | |
static OT_ProcRet | pysq3lite_Sq3FileC_Prev (Sq3FileC_ARGS) |
Python: → C-API get previous instance from linked-list of Sq3FileS type | |
static OT_ProcRet | pysq3lite_Sq3FileC_Instances (OtClass_ARGS) |
Python: → C-API get head-instance from linked-list of Sq3FileS type … | |
static OT_ProcRet | pysq3lite_Sq3FileC_GetNull (OtClass_ARGS) |
Python: → C-API Null-Slot - return a Sq3FileC typed NULL instance … | |
Sq3FileC - define the class …
Method definition
|
static |
Python:
→ C-API [static] Sq3FileC Sq3FileC.GetNull()
Null-Slot - return a Sq3FileC typed NULL
instance …
Definition at line 219 of file Sq3FileC_py.c.
|
static |
Definition at line 154 of file Sq3FileC_py.c.
|
static |
Python:
→ C-API [static] Sq3FileC Sq3FileC.HandleResolve(netHdl:MK_HDL)
Handle-Resolve-Slot - return a Sq3FileC from netHdl or None
if invalid…
Definition at line 135 of file Sq3FileC_py.c.
|
static |
Python:
→ C-API [static] Sq3FileC Sq3FileC.Instances()
get head-instance from linked-list of Sq3FileS type …
Definition at line 196 of file Sq3FileC_py.c.
|
static |
Python:
→ C-API Sq3FileC file.Next()
get next instance from linked-list of Sq3FileS type
Definition at line 166 of file Sq3FileC_py.c.
|
static |
Python:
→ C-API Sq3FileC file.Prev()
get previous instance from linked-list of Sq3FileS type
Definition at line 180 of file Sq3FileC_py.c.