SO3Engine
|
Go to the source code of this file.
Functions | |
int | SO3BitmapWidgetCreate (mmachine m) |
main include | |
int | SO3BitmapWidgetCreateBackground (mmachine m) |
SO3BitmapWidgetCreateBackground : Create a new bitmap widget on background. | |
int | SO3BitmapWidgetCreateOnMaterial (mmachine m) |
SO3BitmapWidgetCreateOnMaterial : Set a texture bitmap on a material. | |
int | SO3BitmapWidgetBlit (mmachine m) |
SO3BitmapWidgetBlit : Blit a scol objBitmap on a "Bitmap Widget". | |
int | SO3BitmapWidgetBlitAlpha (mmachine m) |
SO3BitmapWidgetBlitAlpha : Blit a scol AlphaBitmap on a "Bitmap Widget". | |
int | SO3BitmapWidgetBlitBuffer (mmachine m) |
SO3BitmapWidgetBlitBuffer : Blit a scol buffer on a "Bitmap Widget". | |
int | SCOLloadBitmapWidget (mmachine m, cbmachine w) |
Load the SO3Engine Bitmap widget function. | |
int | SCOLfreeBitmapWidget () |
free the SO3Engine Bitmap widget function | |
Variables | |
NativeDefinition | natSO3BmpWidget [] |
Function Documentation
◆ SCOLfreeBitmapWidget()
int SCOLfreeBitmapWidget | ( | ) |
free the SO3Engine Bitmap widget function
- Parameters
-
m : The VM
Definition at line 585 of file SCOLBitmapWidget.cpp.
◆ SCOLloadBitmapWidget()
int SCOLloadBitmapWidget | ( | mmachine | m, |
cbmachine | w | ||
) |
Load the SO3Engine Bitmap widget function.
- Parameters
-
m : The VM w : The Callback VM
Definition at line 575 of file SCOLBitmapWidget.cpp.
Variable Documentation
◆ natSO3BmpWidget
NativeDefinition natSO3BmpWidget[] |
Initial value:
= {
{ "SO3BitmapWidgetCreate", 8, "fun [SO3_SCENE SO3_VIEWPORT S I I I I I] SO3_WIDGET", SO3BitmapWidgetCreate },
{ "SO3BitmapWidgetCreateBackground", 7, "fun [SO3_SCENE SO3_VIEWPORT S I I I I] SO3_WIDGET", SO3BitmapWidgetCreateBackground },
{ "SO3BitmapWidgetCreateOnMaterial", 8, "fun [SO3_SCENE SO3_MATERIAL S I I I I I] SO3_WIDGET", SO3BitmapWidgetCreateOnMaterial },
}
int SO3BitmapWidgetBlitBuffer(mmachine m)
SO3BitmapWidgetBlitBuffer : Blit a scol buffer on a "Bitmap Widget".
Definition SCOLBitmapWidget.cpp:512
int SO3BitmapWidgetBlit(mmachine m)
SO3BitmapWidgetBlit : Blit a scol objBitmap on a "Bitmap Widget".
Definition SCOLBitmapWidget.cpp:358
int SO3BitmapWidgetCreateOnMaterial(mmachine m)
SO3BitmapWidgetCreateOnMaterial : Set a texture bitmap on a material.
Definition SCOLBitmapWidget.cpp:236
int SO3BitmapWidgetCreateBackground(mmachine m)
SO3BitmapWidgetCreateBackground : Create a new bitmap widget on background.
Definition SCOLBitmapWidget.cpp:150
int SO3BitmapWidgetBlitAlpha(mmachine m)
SO3BitmapWidgetBlitAlpha : Blit a scol AlphaBitmap on a "Bitmap Widget".
Definition SCOLBitmapWidget.cpp:419
Definition at line 560 of file SCOLBitmapWidget.cpp.
Generated by 1.9.8