Biomedical Image Analysis Library
The Biomedical Image Analysis Library is a poweful tool for developers, physicians, researchers, engineers, and so on.
Main Page
Modules
Namespaces
Classes
Files
File List
File Members
label.h
Go to the documentation of this file.
1
#ifndef LABEL_H
2
#define LABEL_H
3
4
#include <QLabel>
5
6
class
Label
:
public
QLabel {
7
Q_OBJECT
8
9
public
:
10
explicit
Label
( QString
filePath
, QWidget *parent = 0 );
11
QString
filePath
;
12
QPixmap
m_pixmap
;
13
14
signals:
15
void
changeImage
(
const
QString & );
16
void
Image
(
const
QPixmap &,
const
QString & );
17
18
protected
:
19
void
mousePressEvent
( QMouseEvent* );
20
};
21
22
#endif
/* LABEL_H */
Label::mousePressEvent
void mousePressEvent(QMouseEvent *)
Definition:
label.cpp:9
Label::m_pixmap
QPixmap m_pixmap
Definition:
label.h:12
Label::changeImage
void changeImage(const QString &)
Label::Image
void Image(const QPixmap &, const QString &)
Label::Label
Label(QString filePath, QWidget *parent=0)
Definition:
label.cpp:5
Label::filePath
QString filePath
Definition:
label.h:11
Label
Definition:
label.h:6
BIAL-GUI
src
label.h
Generated by
1.8.11