|
enum | { Type = static_cast<int>(UserType) + static_cast<int>(ProcessorErrorItemType)
} |
|
| ProcessorErrorItem (QGraphicsItem *parent) |
virtual void | paint (QPainter *p, const QStyleOptionGraphicsItem *options, QWidget *widget) override |
void | setText (std::string_view error) |
void | clear () |
void | setActive (bool active) |
QString | text () const |
void | mousePressEvent (QGraphicsSceneMouseEvent *e) override |
virtual int | type () const override |
|
static constexpr QPointF | offset {3.0f, -3.0f} |
|
virtual QVariant | itemChange (GraphicsItemChange change, const QVariant &value) override |
|
QGraphicsSimpleTextItem * | text_ |
QGraphicsLineItem * | line_ |
bool | hasError_ |
bool | active_ |
bool | pressing_ |
The documentation for this class was generated from the following file: