File failed to load: https://isis.astrogeology.usgs.gov/dev/Object/assets/jax/output/NativeMML/config.js
Isis Developer Reference
MosaicPanTool.h
Go to the documentation of this file.
1#ifndef MosaicPanTool_h
2#define MosaicPanTool_h
3
4#include "MosaicTool.h"
5
6#include <QAction>
7
8namespace 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
MosaicPanTool(MosaicSceneWidget *)
MosaicPanTool constructor.
Definition MosaicPanTool.cpp:19
QWidget * createToolBarWidget()
Creates the widget to add to the tool bar.
Definition MosaicPanTool.cpp:55
void updateTool()
Definition MosaicPanTool.cpp:65
QAction * getPrimaryAction()
Adds the action to the toolpad.
Definition MosaicPanTool.cpp:31
This widget encompasses the entire mosaic scene.
Definition MosaicSceneWidget.h:153
MosaicTool(MosaicSceneWidget *)
Definition MosaicTool.cpp:16
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16