#include <CompilerOutputWidget.h>
Public Slots | |
| void | currentChanged (const QModelIndex ¤t, const QModelIndex &previous) |
Public Member Functions | |
| TaskDelegate (QObject *parent=0) | |
| ~TaskDelegate () | |
| void | paint (QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const |
| QSize | sizeHint (const QStyleOptionViewItem &option, const QModelIndex &index) const |
| void | emitSizeHintChanged (const QModelIndex &index) |
Private Member Functions | |
| void | generateGradientPixmap (int width, int height, QColor color, bool selected) const |
Definition at line 60 of file CompilerOutputWidget.h.
| TaskDelegate::TaskDelegate | ( | QObject * | parent = 0 |
) |
Definition at line 360 of file CompilerOutputWidget.cpp.
| TaskDelegate::~TaskDelegate | ( | ) |
Definition at line 365 of file CompilerOutputWidget.cpp.
| void TaskDelegate::currentChanged | ( | const QModelIndex & | current, | |
| const QModelIndex & | previous | |||
| ) | [slot] |
Definition at line 413 of file CompilerOutputWidget.cpp.
| void TaskDelegate::emitSizeHintChanged | ( | const QModelIndex & | index | ) |
Definition at line 408 of file CompilerOutputWidget.cpp.
| void TaskDelegate::generateGradientPixmap | ( | int | width, | |
| int | height, | |||
| QColor | color, | |||
| bool | selected | |||
| ) | const [private] |
| void TaskDelegate::paint | ( | QPainter * | painter, | |
| const QStyleOptionViewItem & | option, | |||
| const QModelIndex & | index | |||
| ) | const |
| QSize TaskDelegate::sizeHint | ( | const QStyleOptionViewItem & | option, | |
| const QModelIndex & | index | |||
| ) | const |
Definition at line 369 of file CompilerOutputWidget.cpp.
1.4.7