OpenMS  2.7.0
Classes | Namespaces | Functions
GUIHelpers.h File Reference
#include <OpenMS/VISUAL/OpenMS_GUIConfig.h>
#include <OpenMS/DATASTRUCTURES/ListUtils.h>
#include <QColor>
#include <QCursor>
#include <QFont>
#include <array>
Include dependency graph for GUIHelpers.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  OverlapDetector
 Given a set of levels (rows), try to add items at to topmost row which does not overlap an already placed item in this row (according to its x-coordinate) More...
 
class  GUILock
 RAII class to disable the GUI and set a busy cursor and go back to the orignal state when this class is destroyed. More...
 
class  ColorBrewer
 
struct  ColorBrewer::Distinct
 

Namespaces

 OpenMS
 Main OpenMS namespace.
 
 OpenMS::GUIHelpers
 

Functions

void openFolder (const QString &folder)
 
void startTOPPView (const QStringList &args)
 Open TOPPView (e.g. from within TOPPAS) More...
 
void openURL (const QString &target)
 
void drawText (QPainter &painter, const QStringList &text, const QPoint &where, const QColor col_fg=QColor("invalid"), const QColor col_bg=QColor("invalid"), const QFont &f=QFont("Courier"))
 draw a multi-line text at coordinates XY using a specific font and color More...
 
QRectF getTextDimension (const QStringList &text, const QFont &font, int &line_spacing)
 Obtains the bounding rectangle of a text (useful to determine overlaps etc) More...
 
StringList convert (const QStringList &in)
 
QStringList convert (const StringList &in)