38 #include <OpenMS/VISUAL/OpenMS_GUIConfig.h> 72 void setTabText(
const QString& text);
75 int addTab(
const String & text,
int id);
82 void removeId(
int id);
86 void currentIdChanged(
int id);
89 void closeRequested(
int id);
92 void dropOnTab(
const QMimeData * data,
QWidget * source,
int id);
95 void dropOnWidget(
const QMimeData * data,
QWidget * source);
100 void mouseDoubleClickEvent(QMouseEvent * e)
override;
101 void contextMenuEvent(QContextMenuEvent * e)
override;
102 void dragEnterEvent(QDragEnterEvent * e)
override;
103 void dropEvent(QDropEvent * e)
override;
107 int tabAt_(
const QPoint & pos);
111 void currentChanged_(
int id);
A more convenient string class.
Definition: String.h:58
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
Convenience tab bar implementation.
Definition: EnhancedTabBar.h:60