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

Method closeEvent

ImagePlay/src/ImageViewerWindow.cpp:723–728  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

721}
722
723void ImageViewerWindow::closeEvent(QCloseEvent* e)
724{
725 // tell the MainWindow that the image viewer is no longer visible
726 _mainWindow->on_actionImageViewer_hidden();
727 QMainWindow::closeEvent(e);
728}
729//-----------------------------------------------------------------------------
730/*!
731ImageViewerWindow::on_btnZoomIn_clicked

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected