LcConfigC - define the class … More...
Functions | |
static OT_ProcRet | pylcconfig_LcConfigC_HandleResolve (OtClass_ARGS) |
Python: → C-API Handle-Resolve-Slot - return a LcConfigC from netHdl or None if invalid… | |
MK_DEPRECATED static MK_UNUSED OT_ProcRet | pylcconfig_LcConfigC_HandleGet (LcConfigC_ARGS) |
static OT_ProcRet | pylcconfig_LcConfigC_Next (LcConfigC_ARGS) |
Python: → C-API get next instance from linked-list of LcConfigS type | |
static OT_ProcRet | pylcconfig_LcConfigC_Prev (LcConfigC_ARGS) |
Python: → C-API get previous instance from linked-list of LcConfigS type | |
static OT_ProcRet | pylcconfig_LcConfigC_Instances (OtClass_ARGS) |
Python: → C-API get head-instance from linked-list of LcConfigS type … | |
static OT_ProcRet | pylcconfig_LcConfigC_GetNull (OtClass_ARGS) |
Python: → C-API Null-Slot - return a LcConfigC typed NULL instance … | |
LcConfigC - define the class …
Method definition
|
static |
Python:
→ C-API [static] LcConfigC LcConfigC.GetNull()
Null-Slot - return a LcConfigC typed NULL
instance …
Definition at line 249 of file LcConfigC_py.c.
|
static |
Definition at line 184 of file LcConfigC_py.c.
|
static |
Python:
→ C-API [static] LcConfigC LcConfigC.HandleResolve(netHdl:MK_HDL)
Handle-Resolve-Slot - return a LcConfigC from netHdl or None
if invalid…
Definition at line 165 of file LcConfigC_py.c.
|
static |
Python:
→ C-API [static] LcConfigC LcConfigC.Instances()
get head-instance from linked-list of LcConfigS type …
Definition at line 226 of file LcConfigC_py.c.
|
static |
Python:
→ C-API LcConfigC cfg.Next()
get next instance from linked-list of LcConfigS type
Definition at line 196 of file LcConfigC_py.c.
|
static |
Python:
→ C-API LcConfigC cfg.Prev()
get previous instance from linked-list of LcConfigS type
Definition at line 210 of file LcConfigC_py.c.