KDevelop API Documentation

CompileErrorFilter::ErrorFormat Struct Reference

#include <compileerrorfilter.h>

List of all members.

Public Member Functions

 ErrorFormat ()
 ErrorFormat (const char *, int, int, int)
 ErrorFormat (const char *, int, int, int, QString)

Public Attributes

QRegExp expression
int fileGroup
int lineGroup
int textGroup
QString compiler


Constructor & Destructor Documentation

CompileErrorFilter::ErrorFormat::ErrorFormat  )  [inline]
 

Definition at line 31 of file compileerrorfilter.h.

CompileErrorFilter::ErrorFormat::ErrorFormat const char *  ,
int  ,
int  ,
int 
 

Definition at line 18 of file compileerrorfilter.cpp.

References file, and text().

CompileErrorFilter::ErrorFormat::ErrorFormat const char *  ,
int  ,
int  ,
int  ,
QString 
 

Definition at line 26 of file compileerrorfilter.cpp.

References file, and text().


Member Data Documentation

QString CompileErrorFilter::ErrorFormat::compiler
 

Definition at line 38 of file compileerrorfilter.h.

Referenced by CompileErrorFilter::processLine().

QRegExp CompileErrorFilter::ErrorFormat::expression
 

Definition at line 34 of file compileerrorfilter.h.

Referenced by CompileErrorFilter::processLine().

int CompileErrorFilter::ErrorFormat::fileGroup
 

Definition at line 35 of file compileerrorfilter.h.

Referenced by CompileErrorFilter::processLine().

int CompileErrorFilter::ErrorFormat::lineGroup
 

Definition at line 36 of file compileerrorfilter.h.

Referenced by CompileErrorFilter::processLine().

int CompileErrorFilter::ErrorFormat::textGroup
 

Definition at line 37 of file compileerrorfilter.h.

Referenced by CompileErrorFilter::processLine().


The documentation for this struct 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 Tue Oct 19 08:02:00 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003