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

VCF::HTMLInputElement Class Reference

#include <HTMLDOMElements.h>

Inheritance diagram for VCF::HTMLInputElement:

VCF::HTMLElement List of all members.

Public Member Functions

 HTMLInputElement ()
 HTMLInputElement (const HTMLInputElement &rhs)
 HTMLInputElement (HTMLInputElementPeer *element)
 ~HTMLInputElement ()
HTMLInputElementoperator= (const HTMLInputElement &rhs)
HTMLInputElementoperator= (const HTMLElement &rhs)
void setInputPeer (HTMLInputElementPeer *element)
HTMLInputElementPeergetInputPeer () const
bool getChecked () const
void setChecked (bool val)
bool getDefaultChecked () const
void setDefaultChecked (bool val)
String getDefaultValue () const
void setDefaultValue (const String &val)
bool getDisabled () const
void setDisabled (bool val)
int getMaxLength () const
void setMaxLength (int val)
String getName () const
void setName (const String &val)
bool getReadOnly () const
void setReadOnly (bool val)
String getValue () const
void setValue (const String &val)
void select ()

Public Attributes

Delegate OnChange

Protected Attributes

HTMLInputElementPeerinputPeer_

Constructor & Destructor Documentation

VCF::HTMLInputElement::HTMLInputElement  ) 
 

VCF::HTMLInputElement::HTMLInputElement const HTMLInputElement rhs  ) 
 

VCF::HTMLInputElement::HTMLInputElement HTMLInputElementPeer element  ) 
 

VCF::HTMLInputElement::~HTMLInputElement  ) 
 


Member Function Documentation

bool VCF::HTMLInputElement::getChecked  )  const
 

bool VCF::HTMLInputElement::getDefaultChecked  )  const
 

String VCF::HTMLInputElement::getDefaultValue  )  const
 

bool VCF::HTMLInputElement::getDisabled  )  const
 

HTMLInputElementPeer* VCF::HTMLInputElement::getInputPeer  )  const [inline]
 

int VCF::HTMLInputElement::getMaxLength  )  const
 

String VCF::HTMLInputElement::getName  )  const
 

bool VCF::HTMLInputElement::getReadOnly  )  const
 

String VCF::HTMLInputElement::getValue  )  const
 

HTMLInputElement& VCF::HTMLInputElement::operator= const HTMLElement rhs  ) 
 

Reimplemented from VCF::HTMLElement.

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

void VCF::HTMLInputElement::select  ) 
 

void VCF::HTMLInputElement::setChecked bool  val  ) 
 

void VCF::HTMLInputElement::setDefaultChecked bool  val  ) 
 

void VCF::HTMLInputElement::setDefaultValue const String val  ) 
 

void VCF::HTMLInputElement::setDisabled bool  val  ) 
 

void VCF::HTMLInputElement::setInputPeer HTMLInputElementPeer element  ) 
 

void VCF::HTMLInputElement::setMaxLength int  val  ) 
 

void VCF::HTMLInputElement::setName const String val  ) 
 

void VCF::HTMLInputElement::setReadOnly bool  val  ) 
 

void VCF::HTMLInputElement::setValue const String val  ) 
 


Member Data Documentation

HTMLInputElementPeer* VCF::HTMLInputElement::inputPeer_ [protected]
 

Delegate VCF::HTMLInputElement::OnChange
 


The documentation for this class was generated from the following file:
   Comments or Suggestions?    License Information