|
SO3Engine
|
Go to the source code of this file.
Functions | |
| int | SO3WebNavigatorWidgetCreate (mmachine m) |
| SO3WebNavigatorWidgetCreate : Create a new web navigator widget. | |
| int | SO3WebNavigatorWidgetCreateBackground (mmachine m) |
| SO3WebNavigatorWidgetCreateBackground : Create a new web navigator widget. | |
| int | SO3WebNavigatorWidgetCreateOnMaterial (mmachine m) |
| SO3WebNavigatorWidgetCreateOnMaterial : Set a texture web navigator on a material. | |
| int | SO3WebNavigatorWidgetLoadHTML (mmachine m) |
| SO3WebNavigatorWidgetLoadHTML : Load a html content in a web navigator widget. | |
| int | SO3WebNavigatorWidgetActionUndo (mmachine m) |
| SO3WebNavigatorWidgetActionUndo : Execute undo on a frame. | |
| int | SO3WebNavigatorWidgetActionRedo (mmachine m) |
| SO3WebNavigatorWidgetActionRedo : Execute redo on a frame. | |
| int | SO3WebNavigatorWidgetActionCut (mmachine m) |
| SO3WebNavigatorWidgetActionCut : Execute cut on a frame. | |
| int | SO3WebNavigatorWidgetActionCopy (mmachine m) |
| SO3WebNavigatorWidgetActionCopy : Execute copy on a frame. | |
| int | SO3WebNavigatorWidgetActionPaste (mmachine m) |
| SO3WebNavigatorWidgetActionPaste : Execute paste on a frame. | |
| int | SO3WebNavigatorWidgetActionDelete (mmachine m) |
| SO3WebNavigatorWidgetActionDelete : Execute delete on a frame. | |
| int | SO3WebNavigatorWidgetActionSelectAll (mmachine m) |
| SO3WebNavigatorWidgetActionSelectAll : Execute select all on a frame. | |
| int | SO3WebNavigatorWidgetPrint (mmachine m) |
| SO3WebNavigatorWidgetPrint : Execute printing on a frame. The user will be prompted with the print dialog appropriate to the operating system. | |
| int | SO3WebNavigatorWidgetViewSource (mmachine m) |
| SO3WebNavigatorWidgetViewSource : Save a frame's HTML source to a temporary file and open it in the default text viewing application. | |
| int | SO3WebNavigatorWidgetGetSource (mmachine m) |
| SO3WebNavigatorWidgetGetSource : Returns a frame's HTML source as a string. | |
| int | SO3WebNavigatorWidgetGetText (mmachine m) |
| SO3WebNavigatorWidgetGetText : Returns a frame's display text as a string. | |
| int | SO3WebNavigatorWidgetGetURL (mmachine m) |
| SO3WebNavigatorWidgetGetURL : Returns the URL currently loaded in a frame. | |
| int | SO3WebNavigatorWidgetCanGoBack (mmachine m) |
| SO3WebNavigatorWidgetCanGoBack : Does the browser can navigate backward? | |
| int | SO3WebNavigatorWidgetGoBack (mmachine m) |
| SO3WebNavigatorWidgetGoBack : Navigate backward. | |
| int | SO3WebNavigatorWidgetCanGoForward (mmachine m) |
| SO3WebNavigatorWidgetCanGoForward : Does the browser can navigate forward? | |
| int | SO3WebNavigatorWidgetGoForward (mmachine m) |
| SO3WebNavigatorWidgetGoForward : Navigate forward. | |
| int | SO3WebNavigatorWidgetReload (mmachine m) |
| SO3WebNavigatorWidgetReload : Reload the current page. | |
| int | SO3WebNavigatorWidgetReloadIgnoreCache (mmachine m) |
| SO3WebNavigatorWidgetReloadIgnoreCache : Reload the current page ignoring any cached data. | |
| int | SO3WebNavigatorWidgetStopLoad (mmachine m) |
| SO3WebNavigatorWidgetStopLoad : Stop loading the page. | |
| int | SO3WebNavigatorWidgetFind (mmachine m) |
| SO3WebNavigatorWidgetFind : Search for text in the current page. | |
| int | SO3WebNavigatorWidgetStopFinding (mmachine m) |
| SO3WebNavigatorWidgetStopFinding : Cancel all searches that are currently going on. | |
| int | SO3WebNavigatorWidgetGetZoomLevel (mmachine m) |
| SO3WebNavigatorWidgetGetZoomLevel : Get the zoom level. | |
| int | SO3WebNavigatorWidgetSetZoomLevel (mmachine m) |
| SO3WebNavigatorWidgetSetZoomLevel : Change the zoom level. | |
| int | SO3WebNavigatorWidgetClearHistory (mmachine m) |
| SO3WebNavigatorWidgetClearHistory : Clear the back/forward browsing history. | |
| int | SO3WebNavigatorWidgetShowDevTools (mmachine m) |
| SO3WebNavigatorWidgetShowDevTools : Open developer tools window. | |
| int | SO3WebNavigatorWidgetCloseDevTools (mmachine m) |
| SO3WebNavigatorWidgetCloseDevTools : Close the developer tools window if one exists for this browser instance. | |
| int | SCOLloadWebNavigatorWidget (mmachine m) |
| Load the SO3Engine Web navigator widget functions. | |
| int | SCOLfreeWebNavigatorWidget () |
| free the SO3Engine Viewport function | |
Variables | |
| int(* | CallMainThread )(void *, mmachine m) |
| main include | |
| NativeDefinition | natSO3WebWidget [] |
Function Documentation
◆ SCOLfreeWebNavigatorWidget()
| int SCOLfreeWebNavigatorWidget | ( | ) |
free the SO3Engine Viewport function
- Parameters
-
m : The VM
Definition at line 1807 of file SCOLWebNavigatorWidget.cpp.
◆ SCOLloadWebNavigatorWidget()
| int SCOLloadWebNavigatorWidget | ( | mmachine | m | ) |
Load the SO3Engine Web navigator widget functions.
- Parameters
-
m : The VM w : The Callback VM
Definition at line 1797 of file SCOLWebNavigatorWidget.cpp.
Variable Documentation
◆ CallMainThread
|
extern |
main include
Definition at line 84 of file SO3SCOL.cpp.
◆ natSO3WebWidget
| NativeDefinition natSO3WebWidget[] |
Definition at line 1758 of file SCOLWebNavigatorWidget.cpp.
Generated by