GrepListBoxItem Class Reference
Inheritance diagram for GrepListBoxItem:

Public Member Functions | |
GrepListBoxItem (const QString &fileName, const QString &lineNumber, const QString &text, bool showFilename) | |
QString | filename () |
int | linenumber () |
virtual bool | isCustomItem () |
Private Member Functions | |
virtual void | paint (QPainter *p) |
Private Attributes | |
QString | fileName |
QString | lineNumber |
QString | text |
bool | show |
Constructor & Destructor Documentation
|
Definition at line 52 of file grepviewwidget.cpp. References text(). |
Member Function Documentation
|
Definition at line 39 of file grepviewwidget.cpp. Referenced by GrepViewWidget::slotExecuted(). |
|
Reimplemented from ProcessListBoxItem. Definition at line 59 of file grepviewwidget.cpp. |
|
Definition at line 41 of file grepviewwidget.cpp. Referenced by GrepViewWidget::slotExecuted(). |
|
Reimplemented from ProcessListBoxItem. Definition at line 65 of file grepviewwidget.cpp. References fileName, lineNumber, and text. |
Member Data Documentation
|
Definition at line 47 of file grepviewwidget.cpp. Referenced by paint(). |
|
Definition at line 47 of file grepviewwidget.cpp. Referenced by paint(). |
|
Definition at line 48 of file grepviewwidget.cpp. |
|
Definition at line 47 of file grepviewwidget.cpp. Referenced by paint(). |
The documentation for this class was generated from the following file:
- parts/grepview/grepviewwidget.cpp