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


Public Types | |
enum | Type { Normal, Error, Warning, Diagnostic } |
enum | DisplayModes { DelayedDisplay = 0, ImmDisplay = 1, Append = 2 } |
Public Member Functions | |
MakeItem () | |
MakeItem (const QString &text) | |
virtual | ~MakeItem () |
virtual int | displayMode () const |
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 33 of file makeitem.h. |
|
Definition at line 28 of file makeitem.h. |
Constructor & Destructor Documentation
|
Definition at line 21 of file makeitem.cpp. |
|
Definition at line 25 of file makeitem.cpp. References text(). |
|
Definition at line 30 of file makeitem.cpp. |
Member Function Documentation
|
Reimplemented in ErrorItem. Definition at line 40 of file makeitem.h. Referenced by MakeWidget::appendToLastLine(). |
|
Definition at line 85 of file makeitem.cpp. References br(). Referenced by br(), and formattedText(). |
|
Definition at line 34 of file makeitem.cpp. References Diagnostic, type(), and Warning. Referenced by formattedText(). |
|
Reimplemented in ErrorItem. Definition at line 39 of file makeitem.h. |
|
Definition at line 68 of file makeitem.cpp. References br(), color(), icon(), and text(). Referenced by MakeWidget::appendToLastLine(), and MakeWidget::displayPendingItem(). |
|
Definition at line 49 of file makeitem.cpp. References Diagnostic, type(), and Warning. Referenced by formattedText(). |
|
Reimplemented in ExitStatusItem, EnteringDirectoryItem, ExitingDirectoryItem, and ActionItem. Definition at line 63 of file makeitem.cpp. References escape(), and m_text. Referenced by formattedText(), and ActionItem::text(). |
|
Reimplemented in CommandItem, ExitStatusItem, DirectoryItem, and ErrorItem. Definition at line 41 of file makeitem.h. |
|
Reimplemented in CommandItem, ExitStatusItem, EnteringDirectoryItem, ExitingDirectoryItem, ErrorItem, and ActionItem. Definition at line 42 of file makeitem.h. Referenced by MakeWidget::displayPendingItem(). |
Member Data Documentation
|
Definition at line 50 of file makeitem.h. Referenced by MakeWidget::slotProcessExited(), and text(). |
The documentation for this class was generated from the following files:
- parts/outputviews/makeitem.h
- parts/outputviews/makeitem.cpp