|
Isis 3 Programmer Reference
|
1 #ifndef MdiCubeViewport_h
2 #define MdiCubeViewport_h
12 #include "CubeViewport.h"
18 template <
class T >
class QList;
47 void forceAbstract() {}
60 void linkChanging(
bool);
66 void viewGray(
int band);
67 void viewRGB(
int red,
int green,
int blue);
Reads and stores visible DN values.
Cube display widget for certain Isis MDI applications.
This is free and unencumbered software released into the public domain.
void paintEvent(QPaintEvent *e)
Repaint the viewport.
Encapsulation of Cube I/O with Change Notifications.
void setLinked(bool b)
Change the linked state of the viewport.
bool isLinked() const
Is the viewport linked with other viewports.
IO Handler for Isis Cubes.
Widget to display Isis cubes for qt apps.
void restretch(ViewportBuffer *buffer)
This is called by internal viewport buffers when a stretch action should be performed.
void registerTool(Tool *tool)
Registers the tool given tool.
This is free and unencumbered software released into the public domain.
Q_DECLARE_METATYPE(Isis::PlotWindow *)
We have plot windows as QVariant data types, so here it's enabled.