MCPcopy Create free account
hub / github.com/cpvrlab/ImagePlay / IPProcessGridScene

Method IPProcessGridScene

ImagePlay/src/IPProcessGridScene.cpp:22–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20#include "IPProcessGridScene.h"
21
22IPProcessGridScene::IPProcessGridScene(QObject *parent) :
23 QGraphicsScene(parent)
24{
25 QBrush backgroundBrush(QImage(":/blueprint.png"));
26 setBackgroundBrush(backgroundBrush);
27
28 // add temporary arrow item
29 _tmpArrow = new IPProcessEdgeTmp;
30 addItem(_tmpArrow);
31
32 _showThumbnails = false;
33}
34
35IPProcessGridScene::~IPProcessGridScene()
36{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected