PHPErrorView Class Reference
#include <phperrorview.h>
Inheritance diagram for PHPErrorView:


Signals | |
void | fileSelected (const QString &fileName, int lineNumber) |
Public Member Functions | |
PHPErrorView (PHPSupportPart *part) | |
~PHPErrorView () | |
void | parse (QString &phpOutput) |
Private Slots | |
void | slotItemSelected (int) |
Private Attributes | |
QIntDict< ErrorItem > | errorDict |
Detailed Description
- Author:
Definition at line 38 of file phperrorview.h.
Constructor & Destructor Documentation
|
Definition at line 27 of file phperrorview.cpp. References slotItemSelected(). |
|
Definition at line 31 of file phperrorview.cpp. |
Member Function Documentation
|
Referenced by slotItemSelected(). |
|
KRegExp parseerror("^<b>Parse error</b>: parse error in<b>(.*)</b> on line<b>(.*)</b>*$");
Definition at line 39 of file phperrorview.cpp. References errorDict, ErrorItem::filename, and ErrorItem::line. Referenced by PHPSupportPart::slotPHPExeExited(), and PHPSupportPart::slotWebResult(). |
|
Definition at line 34 of file phperrorview.cpp. References errorDict, ErrorItem::filename, fileSelected(), and ErrorItem::line. Referenced by PHPErrorView(). |
Member Data Documentation
|
Definition at line 53 of file phperrorview.h. Referenced by parse(), and slotItemSelected(). |
The documentation for this class was generated from the following files:
- languages/php/phperrorview.h
- languages/php/phperrorview.cpp