Konsole
Konsole::ColorSchemeViewDelegate Class Reference
#include <EditProfileDialog.h>
Inheritance diagram for Konsole::ColorSchemeViewDelegate:

Detailed Description
A delegate which can display and edit color schemes in a view.Definition at line 242 of file EditProfileDialog.h.
Public Member Functions | |
ColorSchemeViewDelegate (QObject *parent=0) | |
virtual void | paint (QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const |
void | setEntryTimeLine (QTimeLine *timeLine) |
virtual QSize | sizeHint (const QStyleOptionViewItem &option, const QModelIndex &index) const |
Constructor & Destructor Documentation
ColorSchemeViewDelegate::ColorSchemeViewDelegate | ( | QObject * | parent = 0 |
) |
Definition at line 1114 of file EditProfileDialog.cpp.
Member Function Documentation
void ColorSchemeViewDelegate::paint | ( | QPainter * | painter, | |
const QStyleOptionViewItem & | option, | |||
const QModelIndex & | index | |||
) | const [virtual] |
Definition at line 1125 of file EditProfileDialog.cpp.
void ColorSchemeViewDelegate::setEntryTimeLine | ( | QTimeLine * | timeLine | ) |
Sets the timeline used to control the entry animation for this delegate.
During a call to paint(), the value of the timeLine is used to determine how to render the item ( with 0 being the beginning of the animation and 1.0 being the end )
Definition at line 1120 of file EditProfileDialog.cpp.
QSize ColorSchemeViewDelegate::sizeHint | ( | const QStyleOptionViewItem & | option, | |
const QModelIndex & | index | |||
) | const [virtual] |
Definition at line 1245 of file EditProfileDialog.cpp.
The documentation for this class was generated from the following files: