Isis 3.0 Programmer Reference
Back
|
Home
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
MosaicSelectTool.h
1
#ifndef MosaicSelectTool_h
2
#define MosaicSelectTool_h
3
4
#include "MosaicTool.h"
5
6
#include <QAction>
7
8
namespace
Isis {
19
class
MosaicSelectTool
:
public
MosaicTool
{
20
Q_OBJECT
21
22
public
:
23
MosaicSelectTool
(
MosaicSceneWidget
*);
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
Isis::MosaicSelectTool::MosaicSelectTool
MosaicSelectTool(MosaicSceneWidget *)
MosaicSelectTool constructor.
Definition:
MosaicSelectTool.cpp:18
Isis::MosaicSceneWidget
This widget encompasses the entire mosaic scene.
Definition:
MosaicSceneWidget.h:141
Isis::MosaicSelectTool
Handles selection operations for Isis qt apps.
Definition:
MosaicSelectTool.h:19
Isis::MosaicSelectTool::getPrimaryAction
virtual QAction * getPrimaryAction()
Adds the action to the toolpad.
Definition:
MosaicSelectTool.cpp:31
Isis::MosaicTool
Base class for the MosaicTools.
Definition:
MosaicTool.h:37
Isis::MosaicSelectTool::updateTool
void updateTool()
This method sets the QGraphicsView to allow the user to select mosaic items by dragging a rubber band...
Definition:
MosaicSelectTool.cpp:53
QAction
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
ISIS Support Center
File Modified: 07/12/2023 23:24:08