OpenMS  2.7.0
Public Member Functions | Private Attributes | List of all members
SwathGUILock Class Reference

RAII class to switch to certain TabWidget, disable the GUI and go back to the orignal Tab when this class is destroyed. More...

#include <OpenMS/VISUAL/DIALOGS/SwathTabWidget.h>

Collaboration diagram for SwathGUILock:
[legend]

Public Member Functions

 SwathGUILock (SwathTabWidget *stw)
 
 ~SwathGUILock ()
 

Private Attributes

SwathTabWidgetstw_
 
QWidgetold_
 
GUIHelpers::GUILock glock_
 

Detailed Description

RAII class to switch to certain TabWidget, disable the GUI and go back to the orignal Tab when this class is destroyed.

Constructor & Destructor Documentation

◆ SwathGUILock()

◆ ~SwathGUILock()

Member Data Documentation

◆ glock_

GUIHelpers::GUILock glock_
private

◆ old_

QWidget* old_
private

◆ stw_

SwathTabWidget* stw_
private