khtml Library API Documentation

DOM::HTMLPreElement Class Reference

Preformatted text. More...

#include <html_block.h>

Inheritance diagram for DOM::HTMLPreElement:

DOM::HTMLElement DOM::Element DOM::Node List of all members.

Public Member Functions

 HTMLPreElement ()
 HTMLPreElement (const HTMLPreElement &other)
 HTMLPreElement (const Node &other)
HTMLPreElementoperator= (const HTMLPreElement &other)
HTMLPreElementoperator= (const Node &other)
 ~HTMLPreElement ()
long width () const
void setWidth (long)

Protected Member Functions

 HTMLPreElement (HTMLPreElementImpl *impl)

Detailed Description

Preformatted text.

See the PRE element definition in HTML 4.0.

Definition at line 299 of file html_block.h.


Member Function Documentation

long HTMLPreElement::width  )  const
 

Fixed width for content.

See the width attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

Definition at line 334 of file html_block.cpp.

References DOM::Node::impl, and DOM::DOMString::toInt().

Referenced by KJS::HTMLElement::getValueProperty().

void HTMLPreElement::setWidth long   ) 
 

see width

Definition at line 341 of file html_block.cpp.

References DOM::Node::impl, and QString::sprintf().

Referenced by KJS::HTMLElement::putValueProperty().


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for khtml Library Version 3.4.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Feb 8 08:04:52 2006 by doxygen 1.4.4 written by Dimitri van Heesch, © 1997-2003