MakeItem Class Reference
#include <makeitem.h>
Inheritance diagram for MakeItem:

Public Types | |
enum | Type { Normal, Error, Warning, Diagnostic } |
Public Member Functions | |
MakeItem () | |
MakeItem (const QString &text) | |
virtual | ~MakeItem () |
virtual bool | append (const QString &) |
virtual Type | type () |
virtual bool | visible (EOutputLevel level) |
virtual QString | text (EOutputLevel) |
virtual QString | formattedText (EOutputLevel, bool bright_bg) |
QString | icon () |
QString | color (bool bright_bg) |
Static Public Member Functions | |
QString | br () |
Public Attributes | |
QString | m_text |
Member Enumeration Documentation
|
Definition at line 28 of file makeitem.h. Referenced by type(). |
Constructor & Destructor Documentation
|
Definition at line 20 of file makeitem.cpp. |
|
Definition at line 24 of file makeitem.cpp. References text(). |
|
Definition at line 29 of file makeitem.cpp. |
Member Function Documentation
|
Reimplemented in ErrorItem. Definition at line 33 of file makeitem.h. References append(). Referenced by append(), and MakeWidget::appendToLastLine(). |
|
Definition at line 75 of file makeitem.cpp. References br(). Referenced by br(), and formattedText(). |
|
Definition at line 33 of file makeitem.cpp. References color(), Diagnostic, type(), and Warning. Referenced by color(), and formattedText(). |
|
Definition at line 67 of file makeitem.cpp. References br(), color(), formattedText(), icon(), m_text, and text(). Referenced by MakeWidget::appendToLastLine(), formattedText(), and MakeWidget::insertItem(). |
|
Definition at line 48 of file makeitem.cpp. References Diagnostic, type(), and Warning. Referenced by formattedText(). |
|
Reimplemented in ExitStatusItem, EnteringDirectoryItem, ExitingDirectoryItem, and ActionItem. Definition at line 62 of file makeitem.cpp. |
|
Reimplemented in CommandItem, ExitStatusItem, DirectoryItem, and ErrorItem. Definition at line 34 of file makeitem.h. References Diagnostic, and Type. |
|
Reimplemented in CommandItem, ExitStatusItem, EnteringDirectoryItem, ExitingDirectoryItem, ErrorItem, and ActionItem. Definition at line 35 of file makeitem.h. References eVeryShort, and visible(). Referenced by MakeWidget::insertItem(), and visible(). |
Member Data Documentation
|
Definition at line 43 of file makeitem.h. Referenced by formattedText(), MakeWidget::slotProcessExited(), and text(). |
The documentation for this class was generated from the following files:
- parts/outputviews/makeitem.h
- parts/outputviews/makeitem.cpp