ValgrindBacktraceItem Class Reference
#include <valgrinditem.h>
Public Types | |
enum | Type { Unknown, SourceCode, Library } |
Public Member Functions | |
ValgrindBacktraceItem (const QString &rawOutput=QString::null) | |
~ValgrindBacktraceItem () | |
QString | message () const |
QString | address () const |
QString | url () const |
QString | function () const |
int | line () const |
int | pid () const |
Type | type () const |
bool | isHighlighted () const |
void | setHighlighted (bool h) |
Private Attributes | |
QString | _rawOutput |
QString | _address |
QString | _url |
QString | _function |
QString | _message |
int | _line |
int | _pid |
Type | _type |
bool | _highlight |
Member Enumeration Documentation
|
Definition at line 10 of file valgrinditem.h. Referenced by type(). |
Constructor & Destructor Documentation
|
Definition at line 8 of file valgrinditem.cpp. References _address, _function, _line, _message, _pid, _rawOutput, _type, _url, Library, SourceCode, Unknown, and ValgrindBacktraceItem(). Referenced by ValgrindBacktraceItem(). |
|
Definition at line 36 of file valgrinditem.cpp. |
Member Function Documentation
|
Definition at line 15 of file valgrinditem.h. References _address. |
|
Definition at line 17 of file valgrinditem.h. References _function. |
|
Definition at line 21 of file valgrinditem.h. References _highlight. |
|
Definition at line 18 of file valgrinditem.h. References _line. |
|
Definition at line 14 of file valgrinditem.h. References _message. |
|
Definition at line 19 of file valgrinditem.h. References _pid. |
|
Definition at line 22 of file valgrinditem.h. References _highlight, and setHighlighted(). Referenced by setHighlighted(). |
|
Definition at line 20 of file valgrinditem.h. |
|
Definition at line 16 of file valgrinditem.h. References _url. |
Member Data Documentation
|
Definition at line 25 of file valgrinditem.h. Referenced by address(), and ValgrindBacktraceItem(). |
|
Definition at line 25 of file valgrinditem.h. Referenced by function(), and ValgrindBacktraceItem(). |
|
Definition at line 29 of file valgrinditem.h. Referenced by isHighlighted(), and setHighlighted(). |
|
Definition at line 26 of file valgrinditem.h. Referenced by line(), and ValgrindBacktraceItem(). |
|
Definition at line 25 of file valgrinditem.h. Referenced by message(), and ValgrindBacktraceItem(). |
|
Definition at line 27 of file valgrinditem.h. Referenced by pid(), and ValgrindBacktraceItem(). |
|
Definition at line 25 of file valgrinditem.h. Referenced by ValgrindBacktraceItem(). |
|
Definition at line 28 of file valgrinditem.h. Referenced by type(), and ValgrindBacktraceItem(). |
|
Definition at line 25 of file valgrinditem.h. Referenced by url(), and ValgrindBacktraceItem(). |
The documentation for this class was generated from the following files:
- parts/valgrind/valgrinditem.h
- parts/valgrind/valgrinditem.cpp