Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
DX8WebBrowser Class Reference

#include <dx8webbrowser.h>

Static Public Member Functions

static bool Initialize (const char *badpageurl=0, const char *loadingpageurl=0, const char *mousefilename=0, const char *mousebusyfilename=0)
 
static void Shutdown (void)
 
static void Update (void)
 
static void Render (int backbufferindex)
 
static void CreateBrowser (const char *browsername, const char *url, int x, int y, int w, int h, int updateticks=0, LONG options=BROWSEROPTION_SCROLLBARS|BROWSEROPTION_3DBORDER, LPDISPATCH gamedispatch=0)
 
static void DestroyBrowser (const char *browsername)
 
static bool Is_Browser_Open (const char *browsername)
 
static void Navigate (const char *browsername, const char *url)
 

Detailed Description

DX8WebBrowser

DX8 interface wrapper class. This encapsulates the BrowserEngine interface.

Definition at line 60 of file dx8webbrowser.h.

Member Function Documentation

◆ CreateBrowser()

void DX8WebBrowser::CreateBrowser ( const char * browsername,
const char * url,
int x,
int y,
int w,
int h,
int updateticks = 0,
LONG options = BROWSEROPTION_SCROLLBARS | BROWSEROPTION_3DBORDER,
LPDISPATCH gamedispatch = 0 )
static

Definition at line 177 of file dx8webbrowser.cpp.

◆ DestroyBrowser()

void DX8WebBrowser::DestroyBrowser ( const char * browsername)
static

Definition at line 200 of file dx8webbrowser.cpp.

◆ Initialize()

bool DX8WebBrowser::Initialize ( const char * badpageurl = 0,
const char * loadingpageurl = 0,
const char * mousefilename = 0,
const char * mousebusyfilename = 0 )
static

Definition at line 49 of file dx8webbrowser.cpp.

◆ Is_Browser_Open()

bool DX8WebBrowser::Is_Browser_Open ( const char * browsername)
static

Definition at line 219 of file dx8webbrowser.cpp.

◆ Navigate()

void DX8WebBrowser::Navigate ( const char * browsername,
const char * url )
static

Definition at line 236 of file dx8webbrowser.cpp.

◆ Render()

void DX8WebBrowser::Render ( int backbufferindex)
static

Definition at line 151 of file dx8webbrowser.cpp.

◆ Shutdown()

void DX8WebBrowser::Shutdown ( void )
static

Definition at line 106 of file dx8webbrowser.cpp.

◆ Update()

void DX8WebBrowser::Update ( void )
static

Definition at line 135 of file dx8webbrowser.cpp.


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