1 #ifndef MdiCubeViewport_h 2 #define MdiCubeViewport_h 32 template <
class T >
class QList;
61 void forceAbstract() {}
74 void linkChanging(
bool);
80 void viewGray(
int band);
81 void viewRGB(
int red,
int green,
int blue);
Cube display widget for certain Isis MDI applications.
Reads and stores visible DN values.
void registerTool(Tool *tool)
Registers the tool given tool.
Q_DECLARE_METATYPE(Isis::Cube *)
This allows Cube *'s to be stored in a QVariant.
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 setLinked(bool b)
Change the linked state of the viewport.
void paintEvent(QPaintEvent *e)
Repaint the viewport.
bool isLinked() const
Is the viewport linked with other viewports.
Encapsulation of Cube I/O with Change Notifications.
Namespace for ISIS/Bullet specific routines.
IO Handler for Isis Cubes.