okteta
Kasten2::AbstractColumnTextRenderer Class Referenceabstract
#include <abstractcolumntextrenderer.h>
Inheritance diagram for Kasten2::AbstractColumnTextRenderer:
Public Member Functions | |
virtual | ~AbstractColumnTextRenderer () |
virtual int | noOfSublinesNeeded () const |
virtual void | renderFirstLine (QTextStream *stream, int lineIndex) const =0 |
virtual void | renderNextLine (QTextStream *stream, bool isSubline=false) const =0 |
Static Protected Member Functions | |
static QString | whiteSpace (unsigned int length) |
Detailed Description
interface for the text export of columns
Definition at line 36 of file abstractcolumntextrenderer.h.
Constructor & Destructor Documentation
|
virtual |
Definition at line 42 of file abstractcolumntextrenderer.cpp.
Member Function Documentation
|
virtual |
default returns 1
Reimplemented in Kasten2::ByteArrayRowsColumnTextRenderer.
Definition at line 40 of file abstractcolumntextrenderer.cpp.
|
pure virtual |
|
pure virtual |
|
staticprotected |
Definition at line 35 of file abstractcolumntextrenderer.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:12 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:12 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.