KoParagVisitor Class Reference
Base class for "visitors". More...
#include <kotextdocument.h>
Public Member Functions | |
virtual bool | visit (KoTextParag *parag, int start, int end)=0 |
Protected Member Functions | |
KoParagVisitor () |
Detailed Description
Base class for "visitors".Visitors are a well-designed way to apply a given operation to all the paragraphs in a selection, or in a document. The visitor needs to inherit KoParagVisitor, and implement visit().
Definition at line 589 of file kotextdocument.h.
Constructor & Destructor Documentation
|
protected since this is an abstract base class
Definition at line 593 of file kotextdocument.h. |
Member Function Documentation
|
Visit the paragraph
|
The documentation for this class was generated from the following file: