KDevelop API Documentation

RecoveryPoint Struct Reference

Collaboration diagram for RecoveryPoint:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 RecoveryPoint ()

Public Attributes

int kind
QStringList scope
QValueList< QStringListimports
int startLine
int startColumn
int endLine
int endColumn

Private Member Functions

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

Constructor & Destructor Documentation

RecoveryPoint::RecoveryPoint  )  [inline]
 

Definition at line 135 of file cppcodecompletion.cpp.

RecoveryPoint::RecoveryPoint const RecoveryPoint source  )  [private]
 


Member Function Documentation

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


Member Data Documentation

int RecoveryPoint::endColumn
 

Definition at line 133 of file cppcodecompletion.cpp.

Referenced by ComputeRecoveryPoints::insertRecoveryPoint().

int RecoveryPoint::endLine
 

Definition at line 133 of file cppcodecompletion.cpp.

Referenced by ComputeRecoveryPoints::insertRecoveryPoint().

QValueList<QStringList> RecoveryPoint::imports
 

Definition at line 130 of file cppcodecompletion.cpp.

Referenced by ComputeRecoveryPoints::insertRecoveryPoint().

int RecoveryPoint::kind
 

Definition at line 128 of file cppcodecompletion.cpp.

Referenced by CppCodeCompletion::completeText(), and ComputeRecoveryPoints::insertRecoveryPoint().

QStringList RecoveryPoint::scope
 

Definition at line 129 of file cppcodecompletion.cpp.

Referenced by CppCodeCompletion::completeText(), and ComputeRecoveryPoints::insertRecoveryPoint().

int RecoveryPoint::startColumn
 

Definition at line 132 of file cppcodecompletion.cpp.

Referenced by CppCodeCompletion::completeText(), and ComputeRecoveryPoints::insertRecoveryPoint().

int RecoveryPoint::startLine
 

Definition at line 132 of file cppcodecompletion.cpp.

Referenced by CppCodeCompletion::completeText(), and ComputeRecoveryPoints::insertRecoveryPoint().


The documentation for this struct was generated from the following file:
KDE Logo
This file is part of the documentation for KDevelop Version 3.1.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Feb 22 09:46:52 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003