Public Member Functions | |
ParaHTMLBrowser (int nID) | |
bool | IsValid () |
check if the object is valid | |
const char * | GetName () |
get the window name. | |
const char * | GetLastNavURL () |
the last url when navigateTo() is called. | |
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 |
const char * ParaScripting::ParaHTMLBrowser::GetName | ( | ) |
get the window name.
const char * ParaScripting::ParaHTMLBrowser::GetLastNavURL | ( | ) |
the last url when navigateTo() is called.
default is ""