#include <NotifyingTabBar.h>

Inheritance diagram for NotifyingTabBar:
Inheritance graph
Collaboration diagram for NotifyingTabBar:
Collaboration graph

Signals

void mouseEntered ()
 
void mouseLeft ()
 
void activeTabClicked ()
 

Public Member Functions

 NotifyingTabBar (QWidget *parent=0)
 
virtual ~NotifyingTabBar ()
 

Protected Member Functions

void mousePressEvent (QMouseEvent *) override
 
void enterEvent (QEvent *) override
 
void leaveEvent (QEvent *) override
 

Detailed Description

Definition at line 21 of file NotifyingTabBar.h.

Constructor & Destructor Documentation

NotifyingTabBar::NotifyingTabBar ( QWidget *  parent = 0)

Definition at line 20 of file NotifyingTabBar.cpp.

NotifyingTabBar::~NotifyingTabBar ( )
virtual

Definition at line 25 of file NotifyingTabBar.cpp.

Member Function Documentation

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)
overrideprotected

Definition at line 30 of file NotifyingTabBar.cpp.

References activeTabClicked().

void NotifyingTabBar::enterEvent ( QEvent *  e)
overrideprotected

Definition at line 40 of file NotifyingTabBar.cpp.

References mouseEntered().

void NotifyingTabBar::leaveEvent ( QEvent *  e)
overrideprotected

Definition at line 47 of file NotifyingTabBar.cpp.

References mouseLeft().


The documentation for this class was generated from the following files: