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 50 of file grepviewwidget.cpp. References GrepListBoxItem(), and text(). Referenced by GrepListBoxItem(). |
Member Function Documentation
|
Definition at line 37 of file grepviewwidget.cpp. Referenced by GrepViewWidget::slotExecuted(). |
|
Reimplemented from ProcessListBoxItem. Definition at line 57 of file grepviewwidget.cpp. |
|
Definition at line 39 of file grepviewwidget.cpp. Referenced by GrepViewWidget::slotExecuted(). |
|
Reimplemented from ProcessListBoxItem. Definition at line 63 of file grepviewwidget.cpp. References fileName, lineNumber, paint(), show, and text. Referenced by paint(). |
Member Data Documentation
|
Definition at line 45 of file grepviewwidget.cpp. Referenced by paint(). |
|
Definition at line 45 of file grepviewwidget.cpp. Referenced by paint(). |
|
Definition at line 46 of file grepviewwidget.cpp. Referenced by paint(). |
|
Definition at line 45 of file grepviewwidget.cpp. Referenced by paint(). |
The documentation for this class was generated from the following file:
- parts/grepview/grepviewwidget.cpp