ParaView
Signals | Public Member Functions | List of all members
pqLabel Class Reference

pqLabel is a subclass of QLabel that emits a clicked() signal when the label text is clicked. More...

#include <pqLabel.h>

Inherits QLabel.

Signals

void clicked ()
 

Public Member Functions

 pqLabel (const QString &text, QWidget *parent=0, Qt::WindowFlags f=0)
 
 ~pqLabel ()
 
void mousePressEvent (QMouseEvent *event)
 

Detailed Description

pqLabel is a subclass of QLabel that emits a clicked() signal when the label text is clicked.

Definition at line 43 of file pqLabel.h.

Constructor & Destructor Documentation

◆ pqLabel()

pqLabel::pqLabel ( const QString &  text,
QWidget *  parent = 0,
Qt::WindowFlags  f = 0 
)

◆ ~pqLabel()

pqLabel::~pqLabel ( )

Member Function Documentation

◆ mousePressEvent()

void pqLabel::mousePressEvent ( QMouseEvent *  event)

◆ clicked

void pqLabel::clicked ( )
signal

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