managing HTML browsers
More...
#include <ParaScriptingBrowserManager.h>
§ GetBrowserWindow()
static ParaHTMLBrowser ParaScripting::ParaBrowserManager::GetBrowserWindow |
( |
const char * |
sFileName | ) |
|
|
static |
get ParaHTMLBrowser by name.
this function does not create any player if there is no browser with the given name.
§ GetBrowserWindow1()
static ParaHTMLBrowser ParaScripting::ParaBrowserManager::GetBrowserWindow1 |
( |
int |
nWindowID | ) |
|
|
static |
get ParaHTMLBrowser by nWindowID.
this function does not create any player if there is no browser at the given index.
§ onClickLinkHref()
static void ParaScripting::ParaBrowserManager::onClickLinkHref |
( |
const object & |
strScriptName | ) |
|
|
static |
set event handler.
the scripting interface will receive a msg table for the following type msg={windowid=number, value=[ValueInt|ValueString|nil]} where value is a string of HRef
- Parameters
-
strScriptName | format is "[neuronfile];sCode"; |
§ onLocationChange()
static void ParaScripting::ParaBrowserManager::onLocationChange |
( |
const object & |
strScriptName | ) |
|
|
static |
set event handler.
the scripting interface will receive a msg table for the following type msg={windowid=number, value=[ValueInt|ValueString|nil]} where value is a string
- Parameters
-
strScriptName | format is "[neuronfile];sCode"; |
§ onNavigateBegin()
static void ParaScripting::ParaBrowserManager::onNavigateBegin |
( |
const object & |
strScriptName | ) |
|
|
static |
set event handler.
the scripting interface will receive a msg table for the following type msg={windowid=number, value=[ValueInt|ValueString|nil]} where value is a string
- Parameters
-
strScriptName | format is "[neuronfile];sCode"; |
§ onNavigateComplete()
static void ParaScripting::ParaBrowserManager::onNavigateComplete |
( |
const object & |
strScriptName | ) |
|
|
static |
set event handler.
the scripting interface will receive a msg table for the following type msg={windowid=number, value=[ValueInt|ValueString|nil]} where value is a string
- Parameters
-
strScriptName | format is "[neuronfile];sCode"; |
§ onPageChanged()
static void ParaScripting::ParaBrowserManager::onPageChanged |
( |
const object & |
strScriptName | ) |
|
|
static |
set event handler.
the scripting interface will receive a msg table for the following type msg={windowid=number, value=[ValueInt|ValueString|nil]} where value is nil
- Parameters
-
strScriptName | format is "[neuronfile];sCode"; |
§ onStatusTextChange()
static void ParaScripting::ParaBrowserManager::onStatusTextChange |
( |
const object & |
strScriptName | ) |
|
|
static |
set event handler.
the scripting interface will receive a msg table for the following type msg={windowid=number, value=[ValueInt|ValueString|nil]} where value is a string of status text
- Parameters
-
strScriptName | format is "[neuronfile];sCode"; |
§ onUpdateProgress()
static void ParaScripting::ParaBrowserManager::onUpdateProgress |
( |
const object & |
strScriptName | ) |
|
|
static |
set event handler.
the scripting interface will receive a msg table for the following type msg={windowid=number, value=[ValueInt|ValueString|nil]} where value is a int of [0-100]
- Parameters
-
strScriptName | format is "[neuronfile];sCode"; |
The documentation for this class was generated from the following file: