VCF::HTMLKit Class Reference
The HTMLKit is used to provide support for rendering HTML in a control (as well as connecting to the HTML resource if it's not on the local machine), and for enumerating the various HTML DOM elements. More...
#include <vcf/HTMLKit/HTMLKit.h>
Static Public Member Functions | |
| static void | init (int argc, char **argv) |
| Initialize the HTML Kit. | |
| static void | terminate () |
| Terminate the HTML Kit. | |
Detailed Description
The HTMLKit is used to provide support for rendering HTML in a control (as well as connecting to the HTML resource if it's not on the local machine), and for enumerating the various HTML DOM elements.
- For Win32 this is a very thin wrapper around Internet Explorer's IWebBrowser2 COM interface. The code as written provide the ability for a number of advanced customizations for providing HTML support to your application.
Member Function Documentation
|
||||||||||||
|
Initialize the HTML Kit. Argc and argv may both be 0 and NULL respectively. |
|
|
Terminate the HTML Kit.
|
The documentation for this class was generated from the following file:
- vcf/HTMLKit/HTMLKit.h
