#include <painter.hh>
Inherits PyQt4::QtCore::QObject.
Inherited by AlignPropertiesPainter, BackgroundPainter, ConservationPainter, SeqSecStrPainter, SeqSelectionPainter, SeqTextPainter, and TickPainter.
Public Member Functions | |
Painter (QObject *parent=0) | |
virtual void | Paint (QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index)=0 |
Definition at line 37 of file painter.hh.
Painter | ( | QObject * | parent = 0 |
) | [inline] |
Definition at line 42 of file painter.hh.
virtual void Paint | ( | QPainter * | painter, | |
const QStyleOptionViewItem & | option, | |||
const QModelIndex & | index | |||
) | [pure virtual] |
Implemented in AlignPropertiesPainter, BackgroundPainter, ConservationPainter, SeqSecStrPainter, SeqSelectionPainter, SeqTextPainter, and TickPainter.