An official website of the United States government
Here’s how you know
Official websites use .gov
A
.gov website belongs to an official government
organization in the United States.
Secure .gov websites use HTTPS
A
lock
( ) or https:// means you’ve safely connected to
the .gov website. Share sensitive information only on official,
secure websites.
Isis Developer Reference
|
This is the configuration dialog for the MosaicSceneWidget's projection parameters (map file). More...
#include <ProjectionConfigDialog.h>
Public Slots | |
void | applySettings () |
Take the settings that have been configured and apply them to the mosaic scene. | |
void | readSettings () |
Update the current widgets' states with the current settings in the mosaic scene. | |
Signals | |
void | shown () |
Public Member Functions | |
ProjectionConfigDialog (MosaicSceneWidget *scene, QWidget *parent=NULL) | |
Create a projection configuration dialog. | |
virtual | ~ProjectionConfigDialog () |
void | setQuickConfig (bool quick) |
Enable/disable minimal interaction mode. | |
Protected Member Functions | |
void | showEvent (QShowEvent *) |
This is the configuration dialog for the MosaicSceneWidget's projection parameters (map file).
Isis::ProjectionConfigDialog::ProjectionConfigDialog | ( | MosaicSceneWidget * | scene, |
QWidget * | parent = NULL ) |
Create a projection configuration dialog.
scene | The mosaic scene for which we're going to set the projection, this must not be NULL. |
parent | The Qt-parent for this dialog. |
References applySettings(), readSettings(), and shown().
Referenced by shown().
|
virtual |
|
slot |
Take the settings that have been configured and apply them to the mosaic scene.
References readSettings().
Referenced by ProjectionConfigDialog().
|
slot |
Update the current widgets' states with the current settings in the mosaic scene.
Referenced by applySettings(), and ProjectionConfigDialog().
void Isis::ProjectionConfigDialog::setQuickConfig | ( | bool | quick | ) |
Enable/disable minimal interaction mode.
This is defaulted to false. Setting this option will remove most mouse clicks from the interface and try to immediately use a projection that the user is expected to select from a file.
quick | True to minimize clicks/interaction, false (default) to use standard behavior. |
|
protected |
References shown().
|
signal |
References ProjectionConfigDialog().
Referenced by ProjectionConfigDialog(), and showEvent().