|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <SchemaGraphicNote.hpp>
Signals | |
| void | updated () |
Public Member Functions | |
| SchemaGraphicNote (const QString &name, const QString &text, QGraphicsObject *parent=nullptr) | |
| ~SchemaGraphicNote ()=default | |
| QRectF | boundingRect () const override |
| QPainterPath | shape () const override |
| void | paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) override |
| QString | text () |
| void | update_note (QString text) |
| void | open_editor () |
Protected Member Functions | |
| void | mouseDoubleClickEvent (QGraphicsSceneMouseEvent *ev) override |
Private Attributes | |
| QString | m_name |
| QString | m_text |
Definition at line 14 of file SchemaGraphicNote.hpp.
|
explicit |
Definition at line 23 of file SchemaGraphicNote.cpp.
|
default |
|
nodiscardoverride |
Definition at line 72 of file SchemaGraphicNote.cpp.
|
overrideprotected |
Definition at line 59 of file SchemaGraphicNote.cpp.
| void dbse::SchemaGraphicNote::open_editor | ( | ) |
Definition at line 38 of file SchemaGraphicNote.cpp.
|
override |
Definition at line 90 of file SchemaGraphicNote.cpp.
|
nodiscardoverride |
Definition at line 105 of file SchemaGraphicNote.cpp.
|
inlinenodiscard |
Definition at line 29 of file SchemaGraphicNote.hpp.
| void dbse::SchemaGraphicNote::update_note | ( | QString | text | ) |
Definition at line 64 of file SchemaGraphicNote.cpp.
|
signal |
|
private |
Definition at line 38 of file SchemaGraphicNote.hpp.
|
private |
Definition at line 39 of file SchemaGraphicNote.hpp.