File failed to load: https://isis.astrogeology.usgs.gov/dev/Object/assets/jax/output/NativeMML/config.js
Isis Developer Reference
MosaicSelectTool.h
Go to the documentation of this file.
1#ifndef MosaicSelectTool_h
2#define MosaicSelectTool_h
3
4#include "MosaicTool.h"
5
6#include <QAction>
7
8namespace Isis {
20 Q_OBJECT
21
22 public:
24
25 protected slots:
26 void updateTool();
27
28 protected:
29 virtual QAction *getPrimaryAction();
30
31 public slots:
32
33 private:
34
35 };
36};
37
38#endif
39
This widget encompasses the entire mosaic scene.
Definition MosaicSceneWidget.h:153
virtual QAction * getPrimaryAction()
Adds the action to the toolpad.
Definition MosaicSelectTool.cpp:31
MosaicSelectTool(MosaicSceneWidget *)
MosaicSelectTool constructor.
Definition MosaicSelectTool.cpp:18
void updateTool()
This method sets the QGraphicsView to allow the user to select mosaic items by dragging a rubber band...
Definition MosaicSelectTool.cpp:53
MosaicTool(MosaicSceneWidget *)
Definition MosaicTool.cpp:16
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16