KDevelop API Documentation

FileParsedEvent Class Reference

#include <cppsupport_events.h>

Inheritance diagram for FileParsedEvent:

Inheritance graph
[legend]
Collaboration diagram for FileParsedEvent:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 FileParsedEvent (const QString &fileName, const QValueList< Problem > &problems)
QString fileName () const
QValueList< Problemproblems () const
 FileParsedEvent (const QString &fileName, const QValueList< Problem > &problems)
QString fileName () const
QValueList< Problemproblems () const

Private Member Functions

 FileParsedEvent (const FileParsedEvent &source)
void operator= (const FileParsedEvent &source)
 FileParsedEvent (const FileParsedEvent &source)
void operator= (const FileParsedEvent &source)

Private Attributes

QString m_fileName
QValueList< Problemm_problems
QValueList< Problemm_problems

Constructor & Destructor Documentation

FileParsedEvent::FileParsedEvent const QString fileName,
const QValueList< Problem > &  problems
[inline]
 

Definition at line 35 of file cppsupport_events.h.

References Problem::column(), deepCopy(), Event_FileParsed, Problem::level(), Problem::line(), m_fileName, m_problems, and Problem::text().

FileParsedEvent::FileParsedEvent const FileParsedEvent source  )  [private]
 

FileParsedEvent::FileParsedEvent const QString fileName,
const QValueList< Problem > &  problems
[inline]
 

Definition at line 35 of file javasupport_events.h.

References Problem::column(), deepCopy(), Event_FileParsed, Problem::level(), Problem::line(), m_fileName, m_problems, and Problem::text().

FileParsedEvent::FileParsedEvent const FileParsedEvent source  )  [private]
 


Member Function Documentation

QString FileParsedEvent::fileName  )  const [inline]
 

Definition at line 47 of file javasupport_events.h.

QString FileParsedEvent::fileName  )  const [inline]
 

Definition at line 47 of file cppsupport_events.h.

Referenced by JavaSupportPart::customEvent(), and CppSupportPart::customEvent().

void FileParsedEvent::operator= const FileParsedEvent source  )  [private]
 

void FileParsedEvent::operator= const FileParsedEvent source  )  [private]
 

QValueList<Problem> FileParsedEvent::problems  )  const [inline]
 

Definition at line 48 of file javasupport_events.h.

QValueList<Problem> FileParsedEvent::problems  )  const [inline]
 

Definition at line 48 of file cppsupport_events.h.

Referenced by JavaSupportPart::customEvent(), and CppSupportPart::customEvent().


Member Data Documentation

QString FileParsedEvent::m_fileName [private]
 

Definition at line 51 of file javasupport_events.h.

Referenced by FileParsedEvent().

QValueList<Problem> FileParsedEvent::m_problems [private]
 

Definition at line 52 of file javasupport_events.h.

QValueList<Problem> FileParsedEvent::m_problems [private]
 

Definition at line 52 of file cppsupport_events.h.

Referenced by FileParsedEvent().


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