#include <WebBrowser.h>
Inherits FEBDispatch< WebBrowser, IBrowserDispatch, &IID_IBrowserDispatch >, and SubsystemInterface.
Inherited by W3DWebBrowser.
Definition at line 79 of file WebBrowser.h.
◆ WebBrowser() [1/2]
| WebBrowser::WebBrowser |
( |
| ) |
|
|
protected |
◆ ~WebBrowser()
| WebBrowser::~WebBrowser |
( |
| ) |
|
|
protectedvirtual |
◆ WebBrowser() [2/2]
◆ AddRef()
| ULONG STDMETHODCALLTYPE WebBrowser::AddRef |
( |
void | | ) |
|
|
protected |
◆ closeBrowserWindow()
| virtual void WebBrowser::closeBrowserWindow |
( |
GameWindow * | win | ) |
|
|
pure virtual |
◆ createBrowserWindow()
| virtual Bool WebBrowser::createBrowserWindow |
( |
char * | tag, |
|
|
GameWindow * | win ) |
|
pure virtual |
◆ findURL()
◆ init()
| void WebBrowser::init |
( |
void | | ) |
|
|
virtual |
- Assign any default values to data required for the class
- Allocate any memory and resources needed throughout the lifetime of the class
Implements SubsystemInterface.
Definition at line 171 of file WebBrowser.cpp.
◆ makeNewURL()
◆ operator=()
◆ QueryInterface()
| STDMETHODIMP WebBrowser::QueryInterface |
( |
REFIID | riid, |
|
|
void ** | ppvObject ) |
|
protected |
◆ Release()
| ULONG STDMETHODCALLTYPE WebBrowser::Release |
( |
void | | ) |
|
|
protected |
◆ reset()
| void WebBrowser::reset |
( |
void | | ) |
|
|
virtual |
- Any system should be able to reset all data and go back to an empty state that is ready to accept a completely new set of data. Reset() can expect to be used in the context of resetting the engine in order to start or load a new game.
- Do NOT free and re-allocate resources needed, where possible reorganize and re-initialize the resources already allocated.
- After a reset, the system does not need to be in EXACTLY the same state as a fresh instantiation. If there are persistent state information for the system make sure you maintain it while restoring or re-initializing other transient parts.
Implements SubsystemInterface.
Definition at line 194 of file WebBrowser.cpp.
◆ TestMethod()
| STDMETHODIMP WebBrowser::TestMethod |
( |
Int | num1 | ) |
|
◆ update()
| void WebBrowser::update |
( |
void | | ) |
|
|
virtual |
- Update methods are the place to do system per frame processing. You should call the system update once each time through the game loop to service the system.
- Note that currently the GameClient and GameLogic will be updating at different rates where the logic is running real time, and the client will adjust how many loops can be done during one server time slice in order to improve performance on low end machines.
Implements SubsystemInterface.
Definition at line 198 of file WebBrowser.cpp.
◆ m_urlList
◆ mRefCount
| ULONG WebBrowser::mRefCount |
|
protected |
The documentation for this class was generated from the following files: