VCF::HTMLBrowserPeer Class Reference
HTMLBrowserPeer describes a generic interface for a browser control. More...
#include <vcf/HTMLKit/HTMLBrowserPeer.h>
Inheritance diagram for VCF::HTMLBrowserPeer:

Public Member Functions | |
| virtual | ~HTMLBrowserPeer () |
| virtual String | getCurrentURL ()=0 |
| virtual void | setCurrentURL (const String &url)=0 |
| virtual void | goBack ()=0 |
| virtual void | goForward ()=0 |
| virtual void | goHome ()=0 |
| virtual void | refresh ()=0 |
| virtual bool | isLoadingURL ()=0 |
| virtual void | stopLoadingURL ()=0 |
| virtual void | setFromHTML (const String &html)=0 |
| virtual String | getTitle ()=0 |
| virtual void | edit (const bool &val)=0 |
| virtual void | copy ()=0 |
| virtual void | selectAll ()=0 |
| virtual void | setAllowsPopupWindows (bool val)=0 |
| virtual void | setAllowsScrollbars (bool val)=0 |
| virtual void | setAllowsTextSelection (bool val)=0 |
| virtual String | getElementHTMLText (const String &elementName)=0 |
| virtual void | setElementHTMLText (const String &elementName, const String &html)=0 |
| virtual String | getElementText (const String &elementName)=0 |
| virtual void | setElementText (const String &elementName, const String &text)=0 |
| virtual String | getActiveElementID ()=0 |
| virtual String | getElementIDFromPoint (Point *pt)=0 |
| virtual bool | setElementClickedEventHandler (const String &elementName, EventHandler *handler)=0 |
| virtual HTMLDocument | getDocument ()=0 |
Detailed Description
HTMLBrowserPeer describes a generic interface for a browser control.Since browsers have become so common, as well as useful, it has been added to the set of peers for the ApplicationKit.
Constructor & Destructor Documentation
|
|
|
Member Function Documentation
|
|
Implemented in VCF::Win32HTMLBrowser. |
|
|
Implemented in VCF::Win32HTMLBrowser. |
|
|
Implemented in VCF::Win32HTMLBrowser. |
|
|
Implemented in VCF::Win32HTMLBrowser. |
|
|
Implemented in VCF::Win32HTMLBrowser. |
|
|
Implemented in VCF::Win32HTMLBrowser. |
|
|
Implemented in VCF::Win32HTMLBrowser. |
|
|
Implemented in VCF::Win32HTMLBrowser. |
|
|
Implemented in VCF::Win32HTMLBrowser. |
|
|
Implemented in VCF::Win32HTMLBrowser. |
|
|
Implemented in VCF::Win32HTMLBrowser. |
|
|
Implemented in VCF::Win32HTMLBrowser. |
|
|
Implemented in VCF::Win32HTMLBrowser. |
|
|
Implemented in VCF::Win32HTMLBrowser. |
|
|
Implemented in VCF::Win32HTMLBrowser. |
|
|
Implemented in VCF::Win32HTMLBrowser. |
|
|
Implemented in VCF::Win32HTMLBrowser. |
|
|
Implemented in VCF::Win32HTMLBrowser. |
|
|
Implemented in VCF::Win32HTMLBrowser. |
|
||||||||||||
|
Implemented in VCF::Win32HTMLBrowser. |
|
||||||||||||
|
Implemented in VCF::Win32HTMLBrowser. |
|
||||||||||||
|
Implemented in VCF::Win32HTMLBrowser. |
|
|
Implemented in VCF::Win32HTMLBrowser. |
|
|
Implemented in VCF::Win32HTMLBrowser. |
The documentation for this class was generated from the following file:
- vcf/HTMLKit/HTMLBrowserPeer.h
