File failed to load: https://isis.astrogeology.usgs.gov/8.3.0/Object/assets/jax/output/NativeMML/config.js
Isis 3 Programmer Reference
MosaicGraphicsScene.h
1#ifndef MosaicGraphicsScene_H
2#define MosaicGraphicsScene_H
3
4#include <QGraphicsView>
5#include <QPointer>
6
7namespace Isis {
8 class MosaicSceneWidget;
9
25 Q_OBJECT
26
27 public:
29 virtual ~MosaicGraphicsScene();
30
31 protected:
32 virtual void contextMenuEvent(QGraphicsSceneContextMenuEvent *contextMenuEvent);
33 virtual void mousePressEvent(QGraphicsSceneMouseEvent *mouseEvent);
34
35 private:
36 QPointer<MosaicSceneWidget> m_parent;
37 };
38}
39
40#endif
41
A graphics scene with improved user-interaction for use with the MosaicSceneWidget.
This widget encompasses the entire mosaic scene.
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16

U.S. Department of the Interior | U.S. Geological Survey
ISIS | Privacy & Disclaimers | Astrogeology Research Program
To contact us, please post comments and questions on the USGS Astrogeology Discussion Board
To report a bug, or suggest a feature go to: ISIS Github
File Modified: 02/24/2025 16:15:05