const PointType & getPosition() const
Returns the position of the item (in MZ / intensity coordinates)
PointType position_
The position of the item (in MZ / intensity coordinates)
Definition: Annotation1DTextItem.h:82
void draw(Plot1DCanvas *const canvas, QPainter &painter, bool flipped=false) override
Draws the item on painter.
~Annotation1DTextItem() override
Destructor.
void move(const PointType &delta) override
Moves the item; behaviour depends on item type and is implemented in the subclasses.
void ensureWithinDataRange(Plot1DCanvas *const canvas) override
Ensures that the item has coordinates within the visible area of the canvas.
void setPosition(const PointType &position)
Sets the position of the item (in MZ / intensity coordinates)
void setFlags(int flags)
Set Qt flags (default: Qt::AlignCenter)
int flags_
Definition: Annotation1DTextItem.h:84
An annotation item which represents an arbitrary text on the canvas.
Definition: Annotation1DTextItem.h:44
Annotation1DTextItem(const PointType &position, const QString &text, const int flags=Qt::AlignCenter)
Constructor.