|
enum | { Type = static_cast<int>(UserType) + static_cast<int>(ProcessorErrorItemType)
} |
|
|
| ProcessorErrorItem (QPointF anchor) |
|
virtual void | paint (QPainter *p, const QStyleOptionGraphicsItem *options, QWidget *widget) override |
|
void | setText (std::string_view error) |
|
void | clear () |
|
void | setAnchor (QPointF p) |
|
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_ |
|
QPointF | anchorPos_ |
|
The documentation for this class was generated from the following file: