ParaScripting::ParaHTMLBrowser Class Reference
[ParaUI]

List of all members.

Detailed Description

a HTML browser control and texture


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


Member Function Documentation

const char * ParaScripting::ParaHTMLBrowser::GetName (  ) 

get the window name.

const char * ParaScripting::ParaHTMLBrowser::GetLastNavURL (  ) 

the last url when navigateTo() is called.

default is ""


Generated on Mon Dec 1 14:34:44 2008 for NPL Scripting Reference for ParaEngine by  doxygen 1.5.2