|
OpenMS
2.5.0
|
int flags_
Definition: Annotation1DTextItem.h:84
void setFlags(int flags)
Set Qt flags (default: Qt::AlignCenter)
An annotation item which represents an arbitrary text on the canvas.
Definition: Annotation1DTextItem.h:44
const PointType & getPosition() const
Returns the position of the item (in MZ / intensity coordinates)
An abstract class acting as an interface for the different 1D annotation items.
Definition: Annotation1DItem.h:59
void setPosition(const PointType &position)
Sets the position of the item (in MZ / intensity coordinates)
Annotation1DTextItem(const PointType &position, const QString &text, const int flags=Qt::AlignCenter)
Constructor.
void ensureWithinDataRange(Spectrum1DCanvas *const canvas) override
Ensures that the item has coordinates within the visible area of the canvas.
Size< TNeedle >::Type position(const PatternAuxData< TNeedle > &dh)
Definition: AhoCorasickAmbiguous.h:561
void move(const PointType &delta) override
Moves the item; behaviour depends on item type and is implemented in the subclasses.
~Annotation1DTextItem() override
Destructor.
int getFlags() const
Get Qt flags.
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
void draw(Spectrum1DCanvas *const canvas, QPainter &painter, bool flipped=false) override
Draws the item on painter.
PointType position_
The position of the item (in MZ / intensity coordinates)
Definition: Annotation1DTextItem.h:82
Canvas for visualization of one or several spectra.
Definition: Spectrum1DCanvas.h:67