Isis 3 Programmer Reference
GraphicsView.h
1
#include <QGraphicsView>
2
3
namespace
Isis
{
9
class
GraphicsView
:
public
QGraphicsView
{
10
Q_OBJECT
11
public
:
12
GraphicsView
(
QGraphicsScene
*scene,
QWidget
*parent = 0) :
13
QGraphicsView
(scene, parent) {}
14
15
protected
:
16
virtual
void
resizeEvent(QResizeEvent *event);
17
};
18
}
19
Isis::GraphicsView
Definition
GraphicsView.h:9
QGraphicsScene
QGraphicsView
QWidget
Isis
This is free and unencumbered software released into the public domain.
Definition
Apollo.h:16
src
qisis
objs
GraphicsView
GraphicsView.h