KHTML
Go to the documentation of this file.
25 #include "html/html_miscimpl.h"
60 return ((ElementImpl *)
impl)->getAttribute(ATTR_COLOR);
65 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_COLOR, value);
71 return ((ElementImpl *)
impl)->getAttribute(ATTR_FACE);
76 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_FACE, value);
79 #ifndef KDE_NO_DEPRECATED
83 return ((ElementImpl *)
impl)->getAttribute(ATTR_SIZE);
87 #ifndef KDE_NO_DEPRECATED
90 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_SIZE, value);
97 return ((ElementImpl *)
impl)->getAttribute(ATTR_SIZE).toInt();
104 DOMString value( QString::number( _value ) );
105 ((ElementImpl *)
impl)->setAttribute(ATTR_SIZE, value);
130 impl =
new HTMLCollectionImpl(base, type);
152 return ((HTMLCollectionImpl *)
impl)->length();
158 return ((HTMLCollectionImpl *)
impl)->item( index );
164 return ((HTMLCollectionImpl *)
impl)->namedItem( name );
172 return static_cast<HTMLCollectionImpl*
>(
impl )->m_refNode;
179 return static_cast<HTMLCollectionImpl*
>(
impl )->
firstItem();
186 return static_cast<HTMLCollectionImpl*
>(
impl )->
nextItem();
212 impl =
new HTMLFormCollectionImpl(base);
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sun Apr 28 2013 14:30:07 by
doxygen 1.8.1.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.