KDevelop API Documentation

BufferedStringReader Class Reference

#include <bufferedstringreader.h>

Collaboration diagram for BufferedStringReader:

Collaboration graph
[legend]
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.

Referenced by 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.1.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Mar 23 00:19:36 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003