KDevelop API Documentation

ExitStatusItem Class Reference

#include <makeitem.h>

Inheritance diagram for ExitStatusItem:

MakeItem List of all members.

Public Member Functions

 ExitStatusItem (bool normalExit, int exitStatus)
Type type ()
virtual bool visible (EOutputLevel)
QString text (EOutputLevel level)

Private Attributes

bool m_normalExit
int m_exitStatus

Constructor & Destructor Documentation

ExitStatusItem::ExitStatusItem bool  normalExit,
int  exitStatus
 

Definition at line 115 of file makeitem.cpp.

References ExitStatusItem().

Referenced by ExitStatusItem().


Member Function Documentation

QString ExitStatusItem::text EOutputLevel  level  )  [virtual]
 

Reimplemented from MakeItem.

Definition at line 121 of file makeitem.cpp.

References m_exitStatus, and m_normalExit.

Type ExitStatusItem::type  )  [inline, virtual]
 

Reimplemented from MakeItem.

Definition at line 62 of file makeitem.h.

References m_exitStatus, and m_normalExit.

virtual bool ExitStatusItem::visible EOutputLevel   )  [inline, virtual]
 

Reimplemented from MakeItem.

Definition at line 63 of file makeitem.h.

References visible().

Referenced by visible().


Member Data Documentation

int ExitStatusItem::m_exitStatus [private]
 

Definition at line 68 of file makeitem.h.

Referenced by text(), and type().

bool ExitStatusItem::m_normalExit [private]
 

Definition at line 67 of file makeitem.h.

Referenced by text(), and type().


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:24 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003