OpenMS
2.5.0
|
Widgets that are placed into an EnhancedTabBar must implement this interface. More...
#include <OpenMS/VISUAL/EnhancedTabBarWidgetInterface.h>
Public Member Functions | |
virtual | ~EnhancedTabBarWidgetInterface () |
Destructor. More... | |
virtual Int | getWindowId ()=0 |
get the EnhancedTabBar unique window id More... | |
virtual void | setWindowId (Int window_id)=0 |
set the EnhancedTabBar unique window id More... | |
Widgets that are placed into an EnhancedTabBar must implement this interface.
|
inlinevirtual |
Destructor.
|
pure virtual |
get the EnhancedTabBar unique window id
Implemented in SpectrumWidget, and TOPPASWidget.
Referenced by TOPPViewBase::updateTabBar(), and TOPPViewBase::window_().
|
pure virtual |
set the EnhancedTabBar unique window id
Implemented in SpectrumWidget, and TOPPASWidget.