File failed to load: https://isis.astrogeology.usgs.gov/6.0.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 
7 namespace 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 
Isis::MosaicSceneWidget
This widget encompasses the entire mosaic scene.
Definition: MosaicSceneWidget.h:153
QGraphicsScene
Isis::MosaicGraphicsScene
A graphics scene with improved user-interaction for use with the MosaicSceneWidget.
Definition: MosaicGraphicsScene.h:24
Isis
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: 07/13/2023 15:16:53