Loading...
Searching...
No Matches
score::ClickableTextItem Class Referencefinal
Inheritance diagram for score::ClickableTextItem:
Public Member Functions | |
| ClickableTextItem (const score::BrushSet &brush, QGraphicsItem *parent) | |
| void | clicked () |
Public Member Functions inherited from score::SimpleTextItem | |
| SimpleTextItem (const score::BrushSet &col, QGraphicsItem *) | |
| QRectF | boundingRect () const final override |
| void | paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) final override |
| void | setFont (const QFont &f) |
| void | setText (const QString &s) |
| void | setText (std::string_view s) |
| void | setColor (const score::BrushSet &c) |
| const QString & | text () const noexcept |
Protected Member Functions | |
| void | mousePressEvent (QGraphicsSceneMouseEvent *event) override |
| void | mouseReleaseEvent (QGraphicsSceneMouseEvent *event) override |
The documentation for this class was generated from the following files:
- TextItem.hpp
- TextItem.cpp
Public Member Functions inherited from