khtml Library API Documentation

khtml::RenderFlow Class Reference

all geometry managing stuff is only in the block elements. More...

#include <render_flow.h>

List of all members.

Public Methods

virtual const char * renderName () const
virtual void setStyle (RenderStyle *style)
virtual bool isFlow () const
virtual bool childrenInline () const
virtual bool isRendered () const
virtual void paint (QPainter *, int x, int y, int w, int h, int tx, int ty)
virtual void paintObject (QPainter *, int x, int y, int w, int h, int tx, int ty)
virtual void layout ()
virtual void close ()
virtual void addChild (RenderObject *newChild, RenderObject *beforeChild=0)
virtual int lowestPosition () const
virtual int rightmostPosition () const
virtual void printTree (int indent=0) const
virtual void dump (QTextStream *stream, QString ind="") const
virtual FindSelectionResult checkSelectionPoint (int _x, int _y, int _tx, int _ty, DOM::NodeImpl *&, int &offset)
virtual bool nodeAtPoint (NodeInfo &info, int x, int y, int tx, int ty)
virtual void calcMinMaxWidth ()
virtual bool containsSpecial ()
virtual bool hasOverhangingFloats ()


Detailed Description

all geometry managing stuff is only in the block elements.

Inline elements don't layout themselves, but the whole paragraph gets layouted by the surrounding block element. This is, because one needs to know the whole paragraph to calculate bidirectional behaviour of text, so putting the layouting routines in the inline elements is impossible.

Definition at line 43 of file render_flow.h.


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.0.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Wed Oct 8 12:22:48 2003 by doxygen 1.2.18 written by Dimitri van Heesch, © 1997-2001