VCF::HTMLDocument Class Reference
#include <vcf/HTMLKit/HTMLDOMElements.h>
List of all members.
Constructor & Destructor Documentation
| VCF::HTMLDocument::HTMLDocument |
( |
|
) |
|
|
| VCF::HTMLDocument::HTMLDocument |
( |
const HTMLDocument & |
rhs |
) |
|
|
| VCF::HTMLDocument::~HTMLDocument |
( |
|
) |
|
|
Member Function Documentation
| void VCF::HTMLDocument::bold |
( |
|
) |
|
|
| void VCF::HTMLDocument::clearSelection |
( |
|
) |
|
|
| void VCF::HTMLDocument::copy |
( |
|
) |
|
|
| void VCF::HTMLDocument::cut |
( |
|
) |
|
|
| HTMLElement VCF::HTMLDocument::elementFromPoint |
( |
long |
x, |
|
|
long |
y |
|
) |
|
|
|
|
Returns the element at the point x, y.
The x/y corrdinates are in client local coordinate space. - Returns:
- HTMLElement the element found. If no element was found the HTMLElement's null() method will return true.
|
| HTMLElement VCF::HTMLDocument::getActiveElement |
( |
|
) |
const |
|
| String VCF::HTMLDocument::getCharset |
( |
|
) |
const |
|
| String VCF::HTMLDocument::getCookie |
( |
|
) |
const |
|
| String VCF::HTMLDocument::getDefaultCharset |
( |
|
) |
const |
|
| bool VCF::HTMLDocument::getDesignMode |
( |
|
) |
const |
|
| String VCF::HTMLDocument::getDomain |
( |
|
) |
const |
|
| bool VCF::HTMLDocument::getExpando |
( |
|
) |
const |
|
| String VCF::HTMLDocument::getFileCreatedDate |
( |
|
) |
const |
|
| String VCF::HTMLDocument::getFileModifiedDate |
( |
|
) |
const |
|
| String VCF::HTMLDocument::getFileSize |
( |
|
) |
const |
|
| String VCF::HTMLDocument::getFileUpdatedDate |
( |
|
) |
const |
|
| int VCF::HTMLDocument::getIntFileSize |
( |
|
) |
const |
|
| String VCF::HTMLDocument::getLastModified |
( |
|
) |
const |
|
| String VCF::HTMLDocument::getMimeType |
( |
|
) |
const |
|
| String VCF::HTMLDocument::getNameProp |
( |
|
) |
const |
|
| String VCF::HTMLDocument::getProtocol |
( |
|
) |
const |
|
| String VCF::HTMLDocument::getReadyState |
( |
|
) |
const |
|
| String VCF::HTMLDocument::getReferrer |
( |
|
) |
const |
|
| String VCF::HTMLDocument::getSecurity |
( |
|
) |
const |
|
| String VCF::HTMLDocument::getTitle |
( |
|
) |
const |
|
| String VCF::HTMLDocument::getURL |
( |
|
) |
const |
|
| void VCF::HTMLDocument::indent |
( |
|
) |
|
|
| void VCF::HTMLDocument::italic |
( |
|
) |
|
|
| void VCF::HTMLDocument::justifyCenter |
( |
|
) |
|
|
| void VCF::HTMLDocument::justifyFull |
( |
|
) |
|
|
| void VCF::HTMLDocument::justifyLeft |
( |
|
) |
|
|
| void VCF::HTMLDocument::justifyRight |
( |
|
) |
|
|
| bool VCF::HTMLDocument::null |
( |
|
) |
const |
|
| void VCF::HTMLDocument::outdent |
( |
|
) |
|
|
| void VCF::HTMLDocument::paste |
( |
|
) |
|
|
| void VCF::HTMLDocument::selectAll |
( |
|
) |
|
|
| void VCF::HTMLDocument::setCharset |
( |
const String & |
val |
) |
|
|
| void VCF::HTMLDocument::setCookie |
( |
const String & |
cookie |
) |
|
|
| void VCF::HTMLDocument::setDefaultCharset |
( |
const String & |
val |
) |
|
|
| void VCF::HTMLDocument::setDesignMode |
( |
bool |
val |
) |
|
|
| void VCF::HTMLDocument::setDomain |
( |
const String & |
domain |
) |
|
|
| void VCF::HTMLDocument::setExpando |
( |
bool |
expando |
) |
|
|
| void VCF::HTMLDocument::setTitle |
( |
const String & |
title |
) |
|
|
| void VCF::HTMLDocument::setURL |
( |
const String & |
url |
) |
|
|
| String VCF::HTMLDocument::toString |
( |
|
) |
const |
|
| void VCF::HTMLDocument::underline |
( |
|
) |
|
|
| void VCF::HTMLDocument::write |
( |
const String & |
text |
) |
|
|
| void VCF::HTMLDocument::writeln |
( |
const String & |
text |
) |
|
|
The documentation for this class was generated from the following file: