36 #ifndef OPENMS_VISUAL_TOPPASWIDGET_H 
   37 #define OPENMS_VISUAL_TOPPASWIDGET_H 
   43 #include <QtGui/QGraphicsView> 
   74     virtual void setWindowId(
Int id);
 
   77     virtual Int getWindowId();
 
   82     void zoom(
bool zoom_in);
 
   87     void sendStatusMessage(std::string message, 
OpenMS::UInt time);
 
   89     void sendCursorStatus(
double x = 0.0, 
double y = 0.0);
 
   91     void aboutToBeDestroyed(
int w_id);
 
   93     void toolDroppedOnWidget(
double x = 0.0, 
double y = 0.0);
 
   95     void pipelineDroppedOnWidget(
const String & filename, 
bool new_window);
 
  104     void wheelEvent(QWheelEvent * event);
 
  105     void keyPressEvent(QKeyEvent * e);
 
  106     void keyReleaseEvent(QKeyEvent * e);
 
  107     void leaveEvent(QEvent * e);
 
  108     void enterEvent(QEvent * e);
 
  109     void dragEnterEvent(QDragEnterEvent * event);
 
  110     void dragMoveEvent(QDragMoveEvent * event);
 
  111     void dropEvent(QDropEvent * event);
 
  112     void resizeEvent(QResizeEvent * event);
 
  113     void closeEvent(QCloseEvent * e);
 
A container for all visual items of a TOPPAS workflow. 
Definition: TOPPASScene.h:84
A more convenient string class. 
Definition: String.h:56
Management and storage of parameters / INI files. 
Definition: Param.h:69
int Int
Signed integer type. 
Definition: Types.h:100