File failed to load: https://isis.astrogeology.usgs.gov/6.0.0/Object/assets/jax/output/NativeMML/config.js
Isis Developer Reference
FindSpotGraphicsItem.h
Go to the documentation of this file.
1 #ifndef FindSpotGraphicsItem_h
2 #define FindSpotGraphicsItem_h
3 
4 #include <QGraphicsEllipseItem>
5 
6 class QPointF;
7 
8 namespace Isis {
9  class MosaicSceneWidget;
10 
20  public:
21  FindSpotGraphicsItem(QPointF center,
22  MosaicSceneWidget *boundingRectSrc);
23  virtual ~FindSpotGraphicsItem();
24 
25  void paint(QPainter *, const QStyleOptionGraphicsItem *,
26  QWidget * widget = 0);
27  private:
28  QRectF calcRect() const;
29  QPointF *m_centerPoint;
30  MosaicSceneWidget *m_mosaicScene;
31  };
32 }
33 
34 #endif
35 
QWidget
MosaicSceneWidget.h
Isis::FindSpotGraphicsItem::FindSpotGraphicsItem
FindSpotGraphicsItem(QPointF center, MosaicSceneWidget *boundingRectSrc)
Definition: FindSpotGraphicsItem.cpp:14
Isis::MosaicSceneWidget
This widget encompasses the entire mosaic scene.
Definition: MosaicSceneWidget.h:153
Isis::FindSpotGraphicsItem::paint
void paint(QPainter *, const QStyleOptionGraphicsItem *, QWidget *widget=0)
Definition: FindSpotGraphicsItem.cpp:32
QGraphicsEllipseItem
Isis::FindSpotGraphicsItem::~FindSpotGraphicsItem
virtual ~FindSpotGraphicsItem()
Definition: FindSpotGraphicsItem.cpp:26
MosaicGraphicsView.h
std
Namespace for the standard library.
FindSpotGraphicsItem.h
Isis::FindSpotGraphicsItem
The visual display of the find point.
Definition: FindSpotGraphicsItem.h:19
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: 03/21/2022 06:50:47