USGS

Isis 3.0 Developer's Reference (API)

Home

ViewportBufferStretch.h

Go to the documentation of this file.
00001 #ifndef VieportBufferStretch_h
00002 #define VieportBufferStretch_h
00003 
00004 #include "ViewportBufferAction.h"
00005 
00006 class QRect;
00007 
00008 namespace Isis {
00014   class ViewportBufferStretch : public ViewportBufferAction {
00015     public:
00016       ViewportBufferStretch();
00017       ~ViewportBufferStretch();
00018 
00019       virtual ViewportBufferAction::ActionType getActionType() {
00020         return ViewportBufferAction::stretch;
00021       };
00022   };
00023 }
00024 
00025 #endif