KDevelop API Documentation

ProcessListBoxItem Class Reference

#include <processwidget.h>

Inheritance diagram for ProcessListBoxItem:

QListBoxText GrepListBoxItem List of all members.

Public Types

enum  Type { Diagnostic, Normal, Error }

Public Member Functions

 ProcessListBoxItem (const QString &s, Type type)
virtual bool isCustomItem ()

Private Member Functions

virtual void paint (QPainter *p)

Private Attributes

Type t

Member Enumeration Documentation

enum ProcessListBoxItem::Type
 

Enumeration values:
Diagnostic 
Normal 
Error 

Definition at line 31 of file processwidget.h.


Constructor & Destructor Documentation

ProcessListBoxItem::ProcessListBoxItem const QString s,
Type  type
 

Definition at line 32 of file processwidget.cpp.

References ProcessListBoxItem().

Referenced by ProcessListBoxItem().


Member Function Documentation

bool ProcessListBoxItem::isCustomItem  )  [virtual]
 

Reimplemented in GrepListBoxItem.

Definition at line 37 of file processwidget.cpp.

Referenced by GrepViewWidget::slotExecuted().

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

Reimplemented in GrepListBoxItem.

Definition at line 43 of file processwidget.cpp.

References Diagnostic, paint(), and t.

Referenced by paint().


Member Data Documentation

Type ProcessListBoxItem::t [private]
 

Definition at line 39 of file processwidget.h.

Referenced by paint().


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for KDevelop Version 3.0.4.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Oct 6 17:39:28 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003