Project

General

Profile

SO3Engine
SCOLObjWindowWidget.cpp File Reference

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 },
{ "SO3ObjWindowWidgetBlit", 2, "fun [SO3_WIDGET ObjWin] I", SO3ObjWindowWidgetBlit },
{ "SO3ObjWindowWidgetGetBorderVisible", 1, "fun [SO3_WIDGET] I", SO3ObjWindowWidgetGetBorderVisible },
{ "SO3ObjWindowWidgetSetBorderVisible", 2, "fun [SO3_WIDGET I] I", SO3ObjWindowWidgetSetBorderVisible }
}
int SO3ObjWindowWidgetSetBorderVisible(mmachine m)
int SO3ObjWindowWidgetGetBorderVisible(mmachine m)
int SO3ObjWindowWidgetBlit(mmachine m)
SO3ObjWindowWidgetBlit : Blit a scol objWindow on a "ObjWindow Widget".
int SO3ObjWindowWidgetCreateOnMaterial(mmachine m)
SO3ObjWindowWidgetCreateOnMaterial : Set a texture objWindow on a material.
int SO3ObjWindowWidgetCreate(mmachine m)
main include
int SO3ObjWindowWidgetCreateBackground(mmachine m)
SO3ObjWindowWidgetCreateBackground : Create a new ObjWindow widget on background.

Definition at line 563 of file SCOLObjWindowWidget.cpp.