LcSettingC - define the class … More...
Collaboration diagram for LcSettingC_Class_PY_API:Functions | |
| static OT_ProcRet | pylcconfig_LcSettingC_HandleResolve (OtClass_ARGS) |
Python: → C-API Handle-Resolve-Slot - return a LcSettingC from netHdl or None if invalid… | |
| MK_DEPRECATED static MK_UNUSED OT_ProcRet | pylcconfig_LcSettingC_HandleGet (LcSettingC_ARGS) |
| static OT_ProcRet | pylcconfig_LcSettingC_Next (LcSettingC_ARGS) |
Python: → C-API get next instance from linked-list of LcSettingS type | |
| static OT_ProcRet | pylcconfig_LcSettingC_Prev (LcSettingC_ARGS) |
Python: → C-API get previous instance from linked-list of LcSettingS type | |
| static OT_ProcRet | pylcconfig_LcSettingC_Instances (OtClass_ARGS) |
Python: → C-API get head-instance from linked-list of LcSettingS type … | |
| static OT_ProcRet | pylcconfig_LcSettingC_GetNull (OtClass_ARGS) |
Python: → C-API Null-Slot - return a LcSettingC typed NULL instance … | |
LcSettingC - define the class …
Method definition
|
static |
Python: → C-API [static] LcSettingC LcSettingC.GetNull()
Null-Slot - return a LcSettingC typed NULL instance …
Definition at line 269 of file LcSettingC_py.c.
|
static |
Definition at line 204 of file LcSettingC_py.c.
|
static |
Python: → C-API [static] LcSettingC LcSettingC.HandleResolve(netHdl:MK_HDL)
Handle-Resolve-Slot - return a LcSettingC from netHdl or None if invalid…
Definition at line 185 of file LcSettingC_py.c.
|
static |
Python: → C-API [static] LcSettingC LcSettingC.Instances()
get head-instance from linked-list of LcSettingS type …
Definition at line 246 of file LcSettingC_py.c.
|
static |
Python: → C-API LcSettingC cfs.Next()
get next instance from linked-list of LcSettingS type
Definition at line 216 of file LcSettingC_py.c.
|
static |
Python: → C-API LcSettingC cfs.Prev()
get previous instance from linked-list of LcSettingS type
Definition at line 230 of file LcSettingC_py.c.