BiblioteQ
Source
biblioteq_bgraphicsscene.h
1
#ifndef _BIBLIOTEQ_BGRAPHICSSCENE_H_
2
#define _BIBLIOTEQ_BGRAPHICSSCENE_H_
3
4
#include <QGraphicsScene>
5
6
class
biblioteq_bgraphicsscene
:
public
QGraphicsScene
7
{
8
Q_OBJECT
9
10
public
:
11
biblioteq_bgraphicsscene
(QObject *parent);
12
~
biblioteq_bgraphicsscene
();
13
14
private
:
15
void
keyPressEvent(QKeyEvent *event);
16
void
mouseDoubleClickEvent(QGraphicsSceneMouseEvent *event);
17
18
signals:
19
void
deleteKeyPressed(
void
);
20
void
itemDoubleClicked(
void
);
21
};
22
23
#endif
biblioteq_bgraphicsscene
Definition:
biblioteq_bgraphicsscene.h:6
Generated by
1.8.13