35 #ifndef OPENMS_VISUAL_TOPPASTABBAR_H
36 #define OPENMS_VISUAL_TOPPASTABBAR_H
42 #include <QtGui/QTabBar>
71 int addTab(
const String & text,
int id);
73 void setCurrentId(
int id);
77 void removeId(
int id);
81 void currentIdChanged(
int id);
83 void aboutToCloseId(
int id);
93 void mouseDoubleClickEvent(QMouseEvent * e);
94 void contextMenuEvent(QContextMenuEvent * e);
100 int tabAt_(
const QPoint & pos);
104 void currentChanged_(
int id);
108 #endif // OPENMS_VISUAL_TOPPASTABBAR_H
A more convenient string class.
Definition: String.h:57
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
Convenience tab bar implementation.
Definition: TOPPASTabBar.h:60