USGS

Isis 3.0 Developer's Reference (API)

Home

MosaicSelectTool.h

Go to the documentation of this file.
00001 #ifndef MosaicSelectTool_h
00002 #define MosaicSelectTool_h
00003 
00004 #include "MosaicTool.h"
00005 
00006 #include <QAction>
00007 
00008 namespace Isis {
00019   class MosaicSelectTool : public MosaicTool {
00020       Q_OBJECT
00021 
00022     public:
00023       MosaicSelectTool(MosaicSceneWidget *);
00024 
00025     protected slots:
00026       void updateTool();
00027 
00028     protected:
00029       virtual QAction *getPrimaryAction();
00030 
00031     public slots:
00032 
00033     private:
00034 
00035   };
00036 };
00037 
00038 #endif
00039