Problem Class Reference
#include <driver.h>
Collaboration diagram for Problem:
[legend]List of all members.
|
Public Types |
enum | { Level_Error = 0,
Level_Warning,
Level_Todo,
Level_Fixme
} |
enum | { Level_Error = 0,
Level_Warning,
Level_Todo,
Level_Fixme
} |
Public Member Functions |
| Problem () |
| Problem (const Problem &source) |
| Problem (const QString &text, int line, int column, int level=Level_Error) |
Problem & | operator= (const Problem &source) |
bool | operator== (const Problem &p) const |
QString | text () const |
int | line () const |
int | column () const |
int | level () const |
| Problem () |
| Problem (const Problem &source) |
| Problem (const QString &text, int line, int column, int level=Level_Error) |
Problem & | operator= (const Problem &source) |
bool | operator== (const Problem &p) const |
QString | text () const |
int | line () const |
int | column () const |
int | level () const |
Private Attributes |
QString | m_text |
int | m_line |
int | m_column |
int | m_level |
Member Enumeration Documentation
|
- Enumeration values:
-
Level_Error |
|
Level_Warning |
|
Level_Todo |
|
Level_Fixme |
|
Definition at line 36 of file driver.h. |
|
- Enumeration values:
-
Level_Error |
|
Level_Warning |
|
Level_Todo |
|
Level_Fixme |
|
Definition at line 36 of file driver.h. |
Constructor & Destructor Documentation
Problem::Problem |
( |
|
) |
[inline] |
|
Problem::Problem |
( |
const Problem & |
source |
) |
[inline] |
|
Problem::Problem |
( |
const QString & |
text, |
|
|
int |
line, |
|
|
int |
column, |
|
|
int |
level = Level_Error |
|
) |
[inline] |
|
Problem::Problem |
( |
|
) |
[inline] |
|
Problem::Problem |
( |
const Problem & |
source |
) |
[inline] |
|
Problem::Problem |
( |
const QString & |
text, |
|
|
int |
line, |
|
|
int |
column, |
|
|
int |
level = Level_Error |
|
) |
[inline] |
|
Member Function Documentation
int Problem::column |
( |
|
) |
const [inline] |
|
int Problem::column |
( |
|
) |
const [inline] |
|
int Problem::level |
( |
|
) |
const [inline] |
|
int Problem::level |
( |
|
) |
const [inline] |
|
int Problem::line |
( |
|
) |
const [inline] |
|
int Problem::line |
( |
|
) |
const [inline] |
|
bool Problem::operator== |
( |
const Problem & |
p |
) |
const [inline] |
|
bool Problem::operator== |
( |
const Problem & |
p |
) |
const [inline] |
|
QString Problem::text |
( |
|
) |
const [inline] |
|
QString Problem::text |
( |
|
) |
const [inline] |
|
Member Data Documentation
The documentation for this class was generated from the following files:
This file is part of the documentation for KDevelop Version 3.1.2.