KDevelop API Documentation

OutputFilter Class Reference

#include <outputfilter.h>

Inheritance diagram for OutputFilter:

Inheritance graph
[legend]
Collaboration diagram for OutputFilter:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 OutputFilter (OutputFilter &)
virtual ~OutputFilter ()
virtual void processLine (const QString &line)

Private Attributes

OutputFilterm_next

Constructor & Destructor Documentation

OutputFilter::OutputFilter OutputFilter  ) 
 

Definition at line 16 of file outputfilter.cpp.

virtual OutputFilter::~OutputFilter  )  [inline, virtual]
 

Definition at line 21 of file outputfilter.h.


Member Function Documentation

void OutputFilter::processLine const QString line  )  [virtual]
 

Reimplemented in CommandContinuationFilter, CompileErrorFilter, DirectoryStatusMessageFilter, MakeActionFilter, and OtherFilter.

Definition at line 21 of file outputfilter.cpp.

References m_next.

Referenced by MakeActionFilter::processLine(), DirectoryStatusMessageFilter::processLine(), CompileErrorFilter::processLine(), and CommandContinuationFilter::processLine().


Member Data Documentation

OutputFilter& OutputFilter::m_next [private]
 

Definition at line 26 of file outputfilter.h.

Referenced by processLine().


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for KDevelop Version 3.1.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Mar 23 00:27:30 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003