My Project
Public Member Functions | Public Attributes | List of all members
ParaScripting::ParaHTMLBrowser Class Reference

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
 

Detailed Description

a HTML browser control and texture

Member Function Documentation

§ GetLastNavURL()

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

the last url when navigateTo() is called.

default is ""

§ GetName()

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

get the window name.


The documentation for this class was generated from the following file: