Sourceforge.net - The VCF's Project Host
   The VCF Website Home   |   Online Discussion Forums   |   Sourceforge.net Project Page   

VCF::HTMLDocument Class Reference

#include <vcf/HTMLKit/HTMLDOMElements.h>

List of all members.

Public Member Functions

 HTMLDocument ()
 HTMLDocument (const HTMLDocument &rhs)
 ~HTMLDocument ()
HTMLDocumentoperator= (const HTMLDocument &rhs)
void setPeer (HTMLDocumentPeer *doc)
HTMLDocumentPeergetPeer () const
bool null () const
HTMLElementCollection getAll ()
HTMLElement getBody () const
HTMLElement getActiveElement () const
HTMLElementCollection getImages ()
HTMLElementCollection getApplets ()
HTMLElementCollection getLinks ()
HTMLElementCollection getForms ()
HTMLElementCollection getAnchors ()
void setTitle (const String &title)
String getTitle () const
HTMLElementCollection getScripts ()
String getReadyState () const
HTMLElementCollection getEmbeds ()
HTMLElementCollection getPlugins ()
String getReferrer () const
String getLastModified () const
void setURL (const String &url)
String getURL () const
void setDomain (const String &domain)
String getDomain () const
void setCookie (const String &cookie)
String getCookie () const
bool getExpando () const
void setExpando (bool expando)
void setCharset (const String &val)
String getCharset () const
void setDefaultCharset (const String &val)
String getDefaultCharset () const
String getMimeType () const
String getFileSize () const
int getIntFileSize () const
String getFileCreatedDate () const
String getFileModifiedDate () const
String getFileUpdatedDate () const
String getSecurity () const
String getProtocol () const
String getNameProp () const
String toString () const
void write (const String &text)
void writeln (const String &text)
HTMLElement createElement (const String &elementTag) const
HTMLElement elementFromPoint (long x, long y)
 Returns the element at the point x, y.
void setDesignMode (bool val)
bool getDesignMode () const
void copy ()
void cut ()
void paste ()
void selectAll ()
void underline ()
void bold ()
void italic ()
void justifyLeft ()
void justifyRight ()
void justifyCenter ()
void justifyFull ()
void outdent ()
void indent ()
void clearSelection ()


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  ) 
 

HTMLElement VCF::HTMLDocument::createElement const String elementTag  )  const
 

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
 

HTMLElementCollection VCF::HTMLDocument::getAll  ) 
 

HTMLElementCollection VCF::HTMLDocument::getAnchors  ) 
 

HTMLElementCollection VCF::HTMLDocument::getApplets  ) 
 

HTMLElement VCF::HTMLDocument::getBody  )  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
 

HTMLElementCollection VCF::HTMLDocument::getEmbeds  ) 
 

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
 

HTMLElementCollection VCF::HTMLDocument::getForms  ) 
 

HTMLElementCollection VCF::HTMLDocument::getImages  ) 
 

int VCF::HTMLDocument::getIntFileSize  )  const
 

String VCF::HTMLDocument::getLastModified  )  const
 

HTMLElementCollection VCF::HTMLDocument::getLinks  ) 
 

String VCF::HTMLDocument::getMimeType  )  const
 

String VCF::HTMLDocument::getNameProp  )  const
 

HTMLDocumentPeer* VCF::HTMLDocument::getPeer  )  const [inline]
 

HTMLElementCollection VCF::HTMLDocument::getPlugins  ) 
 

String VCF::HTMLDocument::getProtocol  )  const
 

String VCF::HTMLDocument::getReadyState  )  const
 

String VCF::HTMLDocument::getReferrer  )  const
 

HTMLElementCollection VCF::HTMLDocument::getScripts  ) 
 

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
 

HTMLDocument& VCF::HTMLDocument::operator= const HTMLDocument rhs  ) 
 

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::setPeer HTMLDocumentPeer doc  ) 
 

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:
   Comments or Suggestions?    License Information