KDevelop API Documentation

GrepListBoxItem Class Reference

Inheritance diagram for GrepListBoxItem:

ProcessListBoxItem QListBoxText List of all members.

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

GrepListBoxItem::GrepListBoxItem const QString fileName,
const QString lineNumber,
const QString text,
bool  showFilename
 

Definition at line 50 of file grepviewwidget.cpp.

References GrepListBoxItem(), and text().

Referenced by GrepListBoxItem().


Member Function Documentation

QString GrepListBoxItem::filename  )  [inline]
 

Definition at line 37 of file grepviewwidget.cpp.

Referenced by GrepViewWidget::slotExecuted().

bool GrepListBoxItem::isCustomItem  )  [virtual]
 

Reimplemented from ProcessListBoxItem.

Definition at line 57 of file grepviewwidget.cpp.

int GrepListBoxItem::linenumber  )  [inline]
 

Definition at line 39 of file grepviewwidget.cpp.

Referenced by GrepViewWidget::slotExecuted().

void GrepListBoxItem::paint QPainter p  )  [private, virtual]
 

Reimplemented from ProcessListBoxItem.

Definition at line 63 of file grepviewwidget.cpp.

References fileName, lineNumber, paint(), show, and text.

Referenced by paint().


Member Data Documentation

QString GrepListBoxItem::fileName [private]
 

Definition at line 45 of file grepviewwidget.cpp.

Referenced by paint().

QString GrepListBoxItem::lineNumber [private]
 

Definition at line 45 of file grepviewwidget.cpp.

Referenced by paint().

bool GrepListBoxItem::show [private]
 

Definition at line 46 of file grepviewwidget.cpp.

Referenced by paint().

QString GrepListBoxItem::text [private]
 

Definition at line 45 of file grepviewwidget.cpp.

Referenced by paint().


The documentation for this class was generated from the following file:
KDE Logo
This file is part of the documentation for KDevelop Version 3.0.4.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Oct 19 08:02:03 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003