|
svgui
1.9
|
#include <NotifyingTabBar.h>
Signals | |
| void | mouseEntered () |
| void | mouseLeft () |
| void | activeTabClicked () |
Public Member Functions | |
| NotifyingTabBar (QWidget *parent=0) | |
| virtual | ~NotifyingTabBar () |
Protected Member Functions | |
| virtual void | mousePressEvent (QMouseEvent *) |
| virtual void | enterEvent (QEvent *) |
| virtual void | leaveEvent (QEvent *) |
Definition at line 21 of file NotifyingTabBar.h.
| NotifyingTabBar::NotifyingTabBar | ( | QWidget * | parent = 0 | ) |
Definition at line 20 of file NotifyingTabBar.cpp.
| NotifyingTabBar::~NotifyingTabBar | ( | ) | [virtual] |
Definition at line 25 of file NotifyingTabBar.cpp.
| void NotifyingTabBar::mouseEntered | ( | ) | [signal] |
Referenced by enterEvent().
| void NotifyingTabBar::mouseLeft | ( | ) | [signal] |
Referenced by leaveEvent().
| void NotifyingTabBar::activeTabClicked | ( | ) | [signal] |
Referenced by mousePressEvent().
| void NotifyingTabBar::mousePressEvent | ( | QMouseEvent * | e | ) | [protected, virtual] |
Definition at line 30 of file NotifyingTabBar.cpp.
References activeTabClicked().
| void NotifyingTabBar::enterEvent | ( | QEvent * | e | ) | [protected, virtual] |
Definition at line 40 of file NotifyingTabBar.cpp.
References mouseEntered().
Referenced by leaveEvent().
| void NotifyingTabBar::leaveEvent | ( | QEvent * | e | ) | [protected, virtual] |
Definition at line 47 of file NotifyingTabBar.cpp.
References enterEvent(), and mouseLeft().