Widgets that are placed into an EnhancedTabBar must implement this interface. More...
#include <OpenMS/VISUAL/EnhancedTabBarWidgetInterface.h>
Public Member Functions | |
| virtual | ~EnhancedTabBarWidgetInterface () |
| Destructor. | |
| virtual Int | getWindowId ()=0 |
| get the EnhancedTabBar unique window id | |
| virtual void | setWindowId (Int window_id)=0 |
| set the EnhancedTabBar unique window id | |
Widgets that are placed into an EnhancedTabBar must implement this interface.
| virtual ~EnhancedTabBarWidgetInterface | ( | ) | [inline, virtual] |
Destructor.
| virtual Int getWindowId | ( | ) | [pure virtual] |
get the EnhancedTabBar unique window id
Implemented in SpectrumWidget, and TOPPASWidget.
Referenced by TOPPViewBase::updateTabBar(), and TOPPViewBase::window_().
| virtual void setWindowId | ( | Int | window_id | ) | [pure virtual] |
set the EnhancedTabBar unique window id
Implemented in SpectrumWidget, and TOPPASWidget.
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:58 using doxygen 1.7.1 |