KDevelop API Documentation

Errors Class Reference

#include <errors.h>

List of all members.

Public Attributes

QT_STATIC_CONST ErrorInternalError = Error( 1, -1, i18n("Internal Error") )
QT_STATIC_CONST ErrorSyntaxError = Error( 2, -1, i18n("Syntax Error before '%1'") )
QT_STATIC_CONST ErrorParseError = Error( 3, -1, i18n("Parse Error before '%1'") )


Member Data Documentation

QT_STATIC_CONST_IMPL Error & Errors::InternalError = Error( 1, -1, i18n("Internal Error") )
 

Definition at line 23 of file errors.cpp.

QT_STATIC_CONST_IMPL Error & Errors::ParseError = Error( 3, -1, i18n("Parse Error before '%1'") )
 

Definition at line 25 of file errors.cpp.

QT_STATIC_CONST_IMPL Error & Errors::SyntaxError = Error( 2, -1, i18n("Syntax Error before '%1'") )
 

Definition at line 24 of file errors.cpp.


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:24 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003