|
My Project
|
a HTML browser control and texture More...
#include <ParaScriptingHTMLBrowser.h>
Public Member Functions | |
| ParaHTMLBrowser (int nID) | |
| bool | IsValid () |
| check if the object is valid | |
| const char * | GetName () |
| get the window name. More... | |
| const char * | GetLastNavURL () |
| the last url when navigateTo() is called. More... | |
| void | Release () |
| something like delete this | |
| bool | setSize (int widthIn, int heightIn) |
| int | getBrowserWidth () |
| int | getBrowserHeight () |
| bool | scrollByLines (int linesIn) |
| bool | setBackgroundColor (int red, int green, int blue) |
| bool | setEnabled (bool enabled) |
| bool | navigateTo (const char *url) |
| bool | navigateStop () |
| bool | canNavigateBack () |
| bool | navigateBack () |
| bool | canNavigateForward () |
| bool | navigateForward () |
| bool | mouseDown (int xPos, int yPos) |
| bool | mouseUp (int xPos, int yPos) |
| bool | mouseMove (int xPos, int yPos) |
| bool | keyPress (int keyCode) |
| bool | focusBrowser (bool focusBrowser) |
Public Attributes | |
| int | m_nID |
a HTML browser control and texture
| const char* ParaScripting::ParaHTMLBrowser::GetLastNavURL | ( | ) |
the last url when navigateTo() is called.
default is ""
| const char* ParaScripting::ParaHTMLBrowser::GetName | ( | ) |
get the window name.
1.8.12