SO3Engine
|
Go to the source code of this file.
Functions | |
int | SO3ObjWindowWidgetCreate (mmachine m) |
main include | |
int | SO3ObjWindowWidgetCreateBackground (mmachine m) |
SO3ObjWindowWidgetCreateBackground : Create a new ObjWindow widget on background. | |
int | SO3ObjWindowWidgetCreateOnMaterial (mmachine m) |
SO3ObjWindowWidgetCreateOnMaterial : Set a texture objWindow on a material. | |
int | SO3ObjWindowWidgetBlit (mmachine m) |
SO3ObjWindowWidgetBlit : Blit a scol objWindow on a "ObjWindow Widget". | |
int | SO3ObjWindowWidgetGetBorderVisible (mmachine m) |
int | SO3ObjWindowWidgetSetBorderVisible (mmachine m) |
int | SCOLloadObjWindowWidget (mmachine m, cbmachine w) |
Load the SO3Engine ObjWindow widget function. | |
int | SCOLfreeObjWindowWidget () |
free the SO3Engine ObjWindow widget function | |
Variables | |
NativeDefinition | natSO3Wwidget [] |
Function Documentation
◆ SCOLfreeObjWindowWidget()
int SCOLfreeObjWindowWidget | ( | ) |
free the SO3Engine ObjWindow widget function
- Parameters
-
m : The VM
Definition at line 588 of file SCOLObjWindowWidget.cpp.
◆ SCOLloadObjWindowWidget()
int SCOLloadObjWindowWidget | ( | mmachine | m, |
cbmachine | w | ||
) |
Load the SO3Engine ObjWindow widget function.
- Parameters
-
m : The VM w : The Callback VM
Definition at line 578 of file SCOLObjWindowWidget.cpp.
◆ SO3ObjWindowWidgetGetBorderVisible()
int SO3ObjWindowWidgetGetBorderVisible | ( | mmachine | m | ) |
Definition at line 471 of file SCOLObjWindowWidget.cpp.
◆ SO3ObjWindowWidgetSetBorderVisible()
int SO3ObjWindowWidgetSetBorderVisible | ( | mmachine | m | ) |
Definition at line 515 of file SCOLObjWindowWidget.cpp.
Variable Documentation
◆ natSO3Wwidget
NativeDefinition natSO3Wwidget[] |
Initial value:
= {
{ "SO3ObjWindowWidgetCreate", 9, "fun [SO3_SCENE SO3_VIEWPORT S I I I I I ObjWin] SO3_WIDGET", SO3ObjWindowWidgetCreate },
{ "SO3ObjWindowWidgetCreateBackground", 8, "fun [SO3_SCENE SO3_VIEWPORT S I I I I ObjWin] SO3_WIDGET", SO3ObjWindowWidgetCreateBackground },
{ "SO3ObjWindowWidgetCreateOnMaterial", 9, "fun [SO3_SCENE SO3_MATERIAL S I I I I I ObjWin] SO3_WIDGET", SO3ObjWindowWidgetCreateOnMaterial },
{ "SO3ObjWindowWidgetGetBorderVisible", 1, "fun [SO3_WIDGET] I", SO3ObjWindowWidgetGetBorderVisible },
{ "SO3ObjWindowWidgetSetBorderVisible", 2, "fun [SO3_WIDGET I] I", SO3ObjWindowWidgetSetBorderVisible }
}
int SO3ObjWindowWidgetSetBorderVisible(mmachine m)
Definition SCOLObjWindowWidget.cpp:515
int SO3ObjWindowWidgetGetBorderVisible(mmachine m)
Definition SCOLObjWindowWidget.cpp:471
int SO3ObjWindowWidgetBlit(mmachine m)
SO3ObjWindowWidgetBlit : Blit a scol objWindow on a "ObjWindow Widget".
Definition SCOLObjWindowWidget.cpp:415
int SO3ObjWindowWidgetCreateOnMaterial(mmachine m)
SO3ObjWindowWidgetCreateOnMaterial : Set a texture objWindow on a material.
Definition SCOLObjWindowWidget.cpp:278
int SO3ObjWindowWidgetCreateBackground(mmachine m)
SO3ObjWindowWidgetCreateBackground : Create a new ObjWindow widget on background.
Definition SCOLObjWindowWidget.cpp:170
Definition at line 563 of file SCOLObjWindowWidget.cpp.
Generated by 1.9.8