KDevelop API Documentation

BufferedStringReader Class Reference

#include <bufferedstringreader.h>

List of all members.

Public Member Functions

 BufferedStringReader ()
virtual ~BufferedStringReader ()
QStringList process (const QString &otherChars)
 Add the specified characters to current buffered ones and grab as many '
'-terminated strings as found.


Private Attributes

QString m_stringBuffer


Constructor & Destructor Documentation

BufferedStringReader::BufferedStringReader  ) 
 

Definition at line 18 of file bufferedstringreader.cpp.

BufferedStringReader::~BufferedStringReader  )  [virtual]
 

Definition at line 24 of file bufferedstringreader.cpp.


Member Function Documentation

QStringList BufferedStringReader::process const QString otherChars  ) 
 

Add the specified characters to current buffered ones and grab as many '
'-terminated strings as found.

Parameters:
otherChars additional chars to be added to the buffer

Definition at line 30 of file bufferedstringreader.cpp.

References m_stringBuffer, and process().

Referenced by process(), CvsProcessWidget::slotReceivedErrors(), CvsProcessWidget::slotReceivedOutput(), and CVSFileInfoProvider::slotReceivedOutput().


Member Data Documentation

QString BufferedStringReader::m_stringBuffer [private]
 

Definition at line 41 of file bufferedstringreader.h.

Referenced by process().


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for KDevelop Version 3.0.4.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Oct 6 17:39:20 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003