ErrorItem Class Reference
#include <makeitem.h>
Inheritance diagram for ErrorItem:


Public Member Functions | |
ErrorItem (const QString &fn, int ln, const QString &tx, const QString &line, bool isWarning, const QString &compiler) | |
virtual | ~ErrorItem () |
virtual bool | append (const QString &text) |
virtual int | displayMode () const |
Type | type () |
virtual bool | visible (EOutputLevel) |
Public Attributes | |
QString | fileName |
int | lineNum |
QString | m_error |
KTextEditor::Cursor * | m_cursor |
KTextEditor::Document * | m_doc |
bool | m_isWarning |
QString | m_compiler |
QString | filename |
int | line |
Constructor & Destructor Documentation
|
Definition at line 96 of file makeitem.cpp. |
|
Definition at line 107 of file makeitem.cpp. References m_cursor, and KTextEditor::Cursor::setPosition(). |
Member Function Documentation
|
Reimplemented from MakeItem. Definition at line 112 of file makeitem.cpp. References m_compiler, m_error, and text(). |
|
Reimplemented from MakeItem. Definition at line 134 of file makeitem.h. |
|
Reimplemented from MakeItem. Definition at line 135 of file makeitem.h. References m_isWarning. |
|
Reimplemented from MakeItem. Definition at line 136 of file makeitem.h. |
Member Data Documentation
|
Definition at line 30 of file phperrorview.h. Referenced by PHPErrorView::parse(), and PHPErrorView::slotItemSelected(). |
|
Definition at line 138 of file makeitem.h. Referenced by MakeWidget::createCursor(), MakeWidget::searchItem(), and MakeWidget::slotDocumentOpened(). |
|
Definition at line 31 of file phperrorview.h. Referenced by PHPErrorView::parse(), and PHPErrorView::slotItemSelected(). |
|
Definition at line 139 of file makeitem.h. Referenced by MakeWidget::createCursor(), and MakeWidget::searchItem(). |
|
Definition at line 144 of file makeitem.h. Referenced by append(). |
|
Definition at line 141 of file makeitem.h. Referenced by MakeWidget::createCursor(), MakeWidget::searchItem(), MakeWidget::slotDocumentClosed(), MakeWidget::slotDocumentOpened(), and ~ErrorItem(). |
|
Definition at line 142 of file makeitem.h. Referenced by MakeWidget::createCursor(), and MakeWidget::slotDocumentClosed(). |
|
Definition at line 140 of file makeitem.h. Referenced by append(), and MakeWidget::searchItem(). |
|
Definition at line 143 of file makeitem.h. Referenced by type(). |
The documentation for this class was generated from the following files:
- parts/outputviews/makeitem.h
- languages/php/phperrorview.h
- parts/outputviews/makeitem.cpp