![]() |
OpenMS
2.7.0
|
#include <OpenMS/VISUAL/EnhancedWorkspace.h>
Signals | |
| void | dropReceived (const QMimeData *data, QWidget *source, int id) |
| Signal that is emitted, when a drag-and-drop action ends on this widget. More... | |
Public Member Functions | |
| EnhancedWorkspace (QWidget *parent) | |
| Constructor. More... | |
| ~EnhancedWorkspace () override | |
| Destructor. More... | |
| void | tileHorizontal () |
| arrange all windows horizontally More... | |
| void | tileVertical () |
| arrange all windows vertically More... | |
| EnhancedTabBarWidgetInterface * | getWidget (int id) const |
Protected Member Functions | |
Reimplemented Qt events | |
| void | dragEnterEvent (QDragEnterEvent *event) override |
| void | dragMoveEvent (QDragMoveEvent *event) override |
| void | dropEvent (QDropEvent *event) override |
| EnhancedWorkspace | ( | QWidget * | parent | ) |
Constructor.
|
override |
Destructor.
|
overrideprotected |
|
overrideprotected |
|
overrideprotected |
|
signal |
Signal that is emitted, when a drag-and-drop action ends on this widget.
Referenced by TOPPViewBase::TOPPViewBase().
| EnhancedTabBarWidgetInterface* getWidget | ( | int | id | ) | const |
get the subwindow with the given id (for all subwindows which inherit from EnhancedTabBarWidgetInterface) Returns nullptr if window is not present
Referenced by TOPPViewBase::addData(), TOPPViewBase::closeByTab(), TOPPViewBase::showWindow(), and TOPPASBase::window_().
| void tileHorizontal | ( | ) |
arrange all windows horizontally
| void tileVertical | ( | ) |
arrange all windows vertically
1.9.1