Loading [MathJax]/jax/output/NativeMML/config.js
Isis 3 Programmer Reference
MosaicPanTool.h
1 #ifndef MosaicPanTool_h
2 #define MosaicPanTool_h
3 
4 #include "MosaicTool.h"
5 
6 #include <QAction>
7 
8 namespace Isis {
22  class MosaicPanTool : public MosaicTool {
23  Q_OBJECT
24 
25  public:
27 
28  protected slots:
29  void updateTool();
30 
31  protected:
34 
35  public slots:
36 
37  private:
38  };
39 };
40 
41 #endif
42 
Isis::MosaicPanTool::getPrimaryAction
QAction * getPrimaryAction()
Adds the action to the toolpad.
Definition: MosaicPanTool.cpp:31
Isis::MosaicPanTool::MosaicPanTool
MosaicPanTool(MosaicSceneWidget *)
MosaicPanTool constructor.
Definition: MosaicPanTool.cpp:19
QWidget
Isis::MosaicSceneWidget
This widget encompasses the entire mosaic scene.
Definition: MosaicSceneWidget.h:153
Isis::MosaicPanTool::createToolBarWidget
QWidget * createToolBarWidget()
Creates the widget to add to the tool bar.
Definition: MosaicPanTool.cpp:55
Isis::MosaicTool
Base class for the MosaicTools.
Definition: MosaicTool.h:37
Isis::MosaicPanTool
Handles panning operations for Isis qt apps.
Definition: MosaicPanTool.h:22
QAction
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:54