00001 // -*- c-basic-offset: 4 -*- 00022 #ifndef _PREVIEWPANOMASKTOOL_h 00023 #define _PREVIEWPANOMASKTOOL_h 00024 00025 #include "Tool.h" 00026 00031 class PreviewPanoMaskTool : public PreviewTool 00032 { 00033 public: 00034 PreviewPanoMaskTool(PreviewToolHelper *helper); 00035 void Activate(); 00036 void BeforeDrawImagesEvent(); 00037 void ReallyAfterDrawImagesEvent(); 00038 }; 00039 00040 #endif 00041
1.3.9.1