35 #ifndef OPENMS_VISUAL_TOPPASWIDGET_H 36 #define OPENMS_VISUAL_TOPPASWIDGET_H 39 #include <OpenMS/VISUAL/OpenMS_GUIConfig.h> 45 #include <QtGui/QGraphicsView> 76 virtual void setWindowId(
Int id);
79 virtual Int getWindowId();
84 void zoom(
bool zoom_in);
89 void sendStatusMessage(std::string message,
OpenMS::UInt time);
91 void sendCursorStatus(
double x = 0.0,
double y = 0.0);
93 void aboutToBeDestroyed(
int w_id);
95 void toolDroppedOnWidget(
double x = 0.0,
double y = 0.0);
97 void pipelineDroppedOnWidget(
const String & filename,
bool new_window);
106 void wheelEvent(QWheelEvent * event);
107 void keyPressEvent(QKeyEvent * e);
108 void keyReleaseEvent(QKeyEvent * e);
109 void leaveEvent(QEvent * e);
110 void enterEvent(QEvent * e);
111 void dragEnterEvent(QDragEnterEvent * event);
112 void dragMoveEvent(QDragMoveEvent * event);
113 void dropEvent(QDropEvent * event);
114 void resizeEvent(QResizeEvent * event);
115 void closeEvent(QCloseEvent * e);
A container for all visual items of a TOPPAS workflow.
Definition: TOPPASScene.h:86
A more convenient string class.
Definition: String.h:57
unsigned int UInt
Unsigned integer type.
Definition: Types.h:95
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
Management and storage of parameters / INI files.
Definition: Param.h:75
int Int
Signed integer type.
Definition: Types.h:103