MCPcopy Create free account
hub / github.com/boostorg/compute / ImageWidget

Method ImageWidget

example/resize_image.cpp:82–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80};
81
82ImageWidget::ImageWidget(QString fileName, QWidget *parent)
83 : QGLWidget(parent),
84 qt_image_(fileName)
85{
86 gl_texture_ = 0;
87}
88
89ImageWidget::~ImageWidget()
90{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected