svgui  1.9
NotifyingTabBar Class Reference

#include <NotifyingTabBar.h>

Inheritance diagram for NotifyingTabBar:
Collaboration diagram for NotifyingTabBar:

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

Detailed Description

Definition at line 21 of file NotifyingTabBar.h.

Constructor & Destructor Documentation

◆ NotifyingTabBar()

NotifyingTabBar::NotifyingTabBar ( QWidget *  parent = 0)

Definition at line 20 of file NotifyingTabBar.cpp.

◆ ~NotifyingTabBar()

NotifyingTabBar::~NotifyingTabBar ( )
virtual

Definition at line 25 of file NotifyingTabBar.cpp.

Member Function Documentation

◆ mouseEntered

void NotifyingTabBar::mouseEntered ( )
signal

Referenced by enterEvent().

◆ mouseLeft

void NotifyingTabBar::mouseLeft ( )
signal

Referenced by leaveEvent().

◆ activeTabClicked

void NotifyingTabBar::activeTabClicked ( )
signal

Referenced by mousePressEvent().

◆ mousePressEvent()

void NotifyingTabBar::mousePressEvent ( QMouseEvent *  e)
protectedvirtual

Definition at line 30 of file NotifyingTabBar.cpp.

References activeTabClicked().

◆ enterEvent()

void NotifyingTabBar::enterEvent ( QEvent *  e)
protectedvirtual

Definition at line 40 of file NotifyingTabBar.cpp.

References mouseEntered().

◆ leaveEvent()

void NotifyingTabBar::leaveEvent ( QEvent *  e)
protectedvirtual

Definition at line 47 of file NotifyingTabBar.cpp.

References mouseLeft().


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