// DemoView.h : interface of the CDemoView class // ///////////////////////////////////////////////////////////////////////////// #if !defined(AFX_DEMOVIEW_H__EC308E4F_4BB3_11D2_8AFB_444553540000__INCLUDED_) #define AFX_DEMOVIEW_H__EC308E4F_4BB3_11D2_8AFB_444553540000__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 // server name #define REGISTRYKEY_SERVER_NAME _T("LEAD.MainCLBDemo.Image.14") class LUserAnimationWindow : public LAnimationWindow { public: LPRECT m_prcSlices; UINT m_uSlicesCount; static L_INT EXT_CALLBACK SliceCallBack(pBITMAPHANDLE pBitmap, LPRECT lpSliceRect, L_INT nAngle, L_VOID L_FAR * pUserData); L_INT Slice(pSLICEBITMAPOPTIONS pOptions, L_INT32 L_FAR * pnDeskewAngle); }; class CDemoView : public CView { protected: // create from serialization only CDemoView(); DECLARE_DYNCREATE(CDemoView) private: L_INT m_nBitonalScaling; L_INT m_nOrderedDither; L_INT m_nAutoPalette; L_INT m_bPictrezeCallback; L_INT m_VersionLevel; L_BOOL m_bDlgAutoProcess; L_BOOL m_bDlgEnableToolBar; L_INT m_nBitmapsCount ; // Attributes public: CDemoDoc* GetDocument(); L_UINT m_uZoomMode; LUserAnimationWindow m_LAniWnd; L_INT GammaCorrect(L_UINT uRed, L_UINT uGreen, L_UINT uBlue); L_VOID DisplayDICOMSaveMsg(L_INT nFormat); L_INT GenerateBitampList ( L_TCHAR L_FAR * pszFolder, LPDLGBITMAPLIST pDlgBitmapList, L_BOOL fThumbnail ); // Operations public: // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CDemoView) public: virtual void OnDraw(CDC* pDC); // overridden to draw this view virtual BOOL PreCreateWindow(CREATESTRUCT& cs); virtual void OnInitialUpdate(); protected: virtual BOOL OnPreparePrinting(CPrintInfo* pInfo); virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo); virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo); virtual void OnActivateView(BOOL bActivate, CView* pActivateView, CView* pDeactiveView); //}}AFX_VIRTUAL afx_msg LRESULT OnHandlePalette(WPARAM wParam, LPARAM lParam); afx_msg LRESULT OnLoadFile(WPARAM wParam,LPARAM lParam); // Implementation public: virtual ~CDemoView(); #ifdef _DEBUG virtual void AssertValid() const; virtual void Dump(CDumpContext& dc) const; #endif protected: // Generated message map functions protected: //{{AFX_MSG(CDemoView) afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct); afx_msg void OnSize(UINT nType, int cx, int cy); afx_msg void OnImageAddnoise(); afx_msg void OnImageFlip(); afx_msg void OnImageAverage(); afx_msg void OnImagePosterize(); afx_msg void OnImageMosaic(); afx_msg void OnImageMedian(); afx_msg void OnImageSharpen(); afx_msg void OnImageDespeckle(); afx_msg void OnImageEmboss(); afx_msg void OnImageOilify(); afx_msg void OnImageErosion(); afx_msg void OnImageDilation(); afx_msg void OnImageFiltermax(); afx_msg void OnImageFiltermin(); afx_msg void OnImageGradient(); afx_msg void OnImageLaplacian(); afx_msg void OnImageSobel(); afx_msg void OnImagePrewit(); afx_msg void OnImageShitdiff(); afx_msg void OnImageLinesegment(); afx_msg void OnImageReverce(); afx_msg void OnImageShear(); afx_msg void OnImageDeskew(); afx_msg void OnImageAutotrim(); afx_msg void OnImageRot90(); afx_msg void OnImageRot270(); afx_msg void OnImageRot180(); afx_msg void OnImageRotanyangle(); afx_msg void OnImageFast180(); afx_msg void OnImageFast270(); afx_msg void OnImageFast90(); afx_msg void OnColorBrightness(); afx_msg void OnColorContrast(); afx_msg void OnColorFill(); afx_msg void OnColorGamma(); afx_msg void OnColorGray12(); afx_msg void OnColorGray16(); afx_msg void OnColorGray8(); afx_msg void OnColorHalfview(); afx_msg void OnColorHistocontrast(); afx_msg void OnColorHistoequalize(); afx_msg void OnColorHue(); afx_msg void OnColorIntensitydetect(); afx_msg void OnColorIntensitystretch(); afx_msg void OnColorInvert(); afx_msg void OnColorPicturize(); afx_msg void OnColorResolution(); afx_msg void OnColorSaturation(); afx_msg void OnColorSepalpha(); afx_msg void OnColorSepcmy(); afx_msg void OnColorSepcmyk(); afx_msg void OnColorSephls(); afx_msg void OnColorSephsv(); afx_msg void OnColorSeprgb(); afx_msg void OnColorSolarize(); afx_msg void OnColorUnique(); afx_msg void OnColorWinlevel(); afx_msg void OnEditCopy(); afx_msg void OnUpdateEditCopy(CCmdUI* pCmdUI); afx_msg void OnPrefBitfavor(); afx_msg void OnViewNormal(); afx_msg void OnUpdateViewNormal(CCmdUI* pCmdUI); afx_msg void OnViewZoom(); afx_msg void OnUpdateViewZoom(CCmdUI* pCmdUI); afx_msg void OnViewZoomin(); afx_msg void OnUpdateViewZoomin(CCmdUI* pCmdUI); afx_msg void OnViewZoomout(); afx_msg void OnUpdateViewZoomout(CCmdUI* pCmdUI); afx_msg void OnFitFitwin(); afx_msg void OnUpdateFitFitwin(CCmdUI* pCmdUI); afx_msg void OnFitHeight(); afx_msg void OnUpdateFitHeight(CCmdUI* pCmdUI); afx_msg void OnFitStretch(); afx_msg void OnUpdateFitStretch(CCmdUI* pCmdUI); afx_msg void OnFitWidth(); afx_msg void OnUpdateFitWidth(CCmdUI* pCmdUI); afx_msg void OnAniPlay(); afx_msg void OnUpdateAniPlay(CCmdUI* pCmdUI); afx_msg void OnAniFirst(); afx_msg void OnUpdateAniFirst(CCmdUI* pCmdUI); afx_msg void OnAniLast(); afx_msg void OnUpdateAniLast(CCmdUI* pCmdUI); afx_msg void OnAniLoop(); afx_msg void OnUpdateAniLoop(CCmdUI* pCmdUI); afx_msg void OnAniNext(); afx_msg void OnUpdateAniNext(CCmdUI* pCmdUI); afx_msg void OnAniPrevious(); afx_msg void OnUpdateAniPrevious(CCmdUI* pCmdUI); afx_msg void OnAniStop(); afx_msg void OnUpdateAniStop(CCmdUI* pCmdUI); afx_msg void OnAniCreate(); afx_msg void OnAniBackcolor(); afx_msg void OnUpdateAniBackcolor(CCmdUI* pCmdUI); afx_msg void OnUpdateAniOptimize(CCmdUI* pCmdUI); afx_msg void OnAniOptimize(); afx_msg void OnAniSettings(); afx_msg void OnUpdateAniSettings(CCmdUI* pCmdUI); afx_msg void OnUpdatePrefBitfavor(CCmdUI* pCmdUI); afx_msg void OnPrefBitscalegray(); afx_msg void OnUpdatePrefBitscalegray(CCmdUI* pCmdUI); afx_msg void OnPrefBitnormal(); afx_msg void OnUpdatePrefBitnormal(CCmdUI* pCmdUI); afx_msg void OnPrefDispcontrast(); afx_msg void OnUpdatePrefDispcontrast(CCmdUI* pCmdUI); afx_msg void OnPrefDispgamma(); afx_msg void OnUpdatePrefDispgamma(CCmdUI* pCmdUI); afx_msg void OnPrefDispintensity(); afx_msg void OnUpdatePrefDispintensity(CCmdUI* pCmdUI); afx_msg void OnPrefDithrerrdiff(); afx_msg void OnUpdatePrefDithrerrdiff(CCmdUI* pCmdUI); afx_msg void OnPrefDithrordered(); afx_msg void OnUpdatePrefDithrordered(CCmdUI* pCmdUI); afx_msg void OnPrefPalauto(); afx_msg void OnPrefPalfixed(); afx_msg void OnUpdatePrefPalfixed(CCmdUI* pCmdUI); afx_msg void OnPrefPalnetscape(); afx_msg void OnUpdatePrefPalnetscape(CCmdUI* pCmdUI); afx_msg void OnPrefLocalsettings(); afx_msg void OnUpdatePrefLocalsettings(CCmdUI* pCmdUI); afx_msg void OnViewPanwindow(); afx_msg void OnUpdateViewPanwindow(CCmdUI* pCmdUI); afx_msg void OnFileSave(); afx_msg void OnFileSaveAs(); afx_msg void OnToolNone(); afx_msg void OnUpdateToolNone(CCmdUI* pCmdUI); afx_msg void OnToolPanimage(); afx_msg void OnUpdateToolPanimage(CCmdUI* pCmdUI); afx_msg void OnToolZoomrect(); afx_msg void OnUpdateToolZoomrect(CCmdUI* pCmdUI); afx_msg void OnRgnEllipse(); afx_msg void OnUpdateRgnEllipse(CCmdUI* pCmdUI); afx_msg void OnRgnFreehand(); afx_msg void OnUpdateRgnFreehand(CCmdUI* pCmdUI); afx_msg void OnRgnPolygon(); afx_msg void OnUpdateRgnPolygon(CCmdUI* pCmdUI); afx_msg void OnRgnRectangle(); afx_msg void OnUpdateRgnRectangle(CCmdUI* pCmdUI); afx_msg void OnRgnRndrect(); afx_msg void OnUpdateRgnRndrect(CCmdUI* pCmdUI); afx_msg void OnRgnTriangle(); afx_msg void OnUpdateRgnTriangle(CCmdUI* pCmdUI); afx_msg void OnRgnAnimframe(); afx_msg void OnUpdateRgnAnimframe(CCmdUI* pCmdUI); afx_msg void OnPrefEnablescroll(); afx_msg void OnUpdatePrefEnablescroll(CCmdUI* pCmdUI); afx_msg void OnViewEnableGradint(); afx_msg void OnUpdateViewEnableGradint(CCmdUI* pCmdUI); afx_msg void OnViewEnableTransition(); afx_msg void OnUpdateViewEnableTransition(CCmdUI* pCmdUI); afx_msg void OnViewEffects(); afx_msg void OnViewEnablePattern(); afx_msg void OnUpdateViewEnablePattern(CCmdUI* pCmdUI); afx_msg void OnViewPaintTransition(); afx_msg void OnViewPaintGradient(); afx_msg void OnUpdateColorWinlevel(CCmdUI* pCmdUI); afx_msg void OnFilePrint(); afx_msg void OnViewEnablePaintEffects(); afx_msg void OnUpdateViewEnablePaintEffects(CCmdUI* pCmdUI); afx_msg void OnRgnCancel(); afx_msg void OnUpdateRgnCancel(CCmdUI* pCmdUI); afx_msg void OnToolZoomInMouse(); afx_msg void OnUpdateToolZoomInMouse(CCmdUI* pCmdUI); afx_msg void OnViewZoomCenter(); afx_msg void OnUpdateViewZoomCenter(CCmdUI* pCmdUI); afx_msg void OnViewPaintusedpi(); afx_msg void OnUpdateViewPaintusedpi(CCmdUI* pCmdUI); afx_msg void OnUpdateColorHalfprint(CCmdUI* pCmdUI); afx_msg void OnUpdateImageFast180(CCmdUI* pCmdUI); afx_msg void OnUpdateImageFast270(CCmdUI* pCmdUI); afx_msg void OnUpdateImageFast90(CCmdUI* pCmdUI); afx_msg void OnUpdateColorGray12(CCmdUI* pCmdUI); afx_msg void OnUpdateColorGray16(CCmdUI* pCmdUI); afx_msg void OnUpdateColorGray8(CCmdUI* pCmdUI); afx_msg void OnUpdateColorResolution(CCmdUI* pCmdUI); afx_msg void OnRgnStaticframe(); afx_msg void OnUpdateRgnStaticframe(CCmdUI* pCmdUI); afx_msg void OnRgnNoneframe(); afx_msg void OnUpdateRgnNoneframe(CCmdUI* pCmdUI); afx_msg void OnPrefEnablekeyboard(); afx_msg void OnUpdatePrefEnablekeyboard(CCmdUI* pCmdUI); afx_msg void OnPrefPlaywhileload(); afx_msg void OnUpdatePrefPlaywhileload(CCmdUI* pCmdUI); afx_msg void OnUpdateAppAbout(CCmdUI* pCmdUI); afx_msg void OnUpdateFilePrint(CCmdUI* pCmdUI); afx_msg void OnUpdateFilePrintSetup(CCmdUI* pCmdUI); afx_msg void OnUpdateAniCreate(CCmdUI* pCmdUI); afx_msg void OnUpdateWindowArrange(CCmdUI* pCmdUI); afx_msg void OnUpdateWindowCascade(CCmdUI* pCmdUI); afx_msg void OnUpdateWindowTileHorz(CCmdUI* pCmdUI); afx_msg void OnUpdateColorBrightness(CCmdUI* pCmdUI); afx_msg void OnUpdateColorContrast(CCmdUI* pCmdUI); afx_msg void OnUpdateColorFill(CCmdUI* pCmdUI); afx_msg void OnUpdateColorGamma(CCmdUI* pCmdUI); afx_msg void OnUpdateColorHistocontrast(CCmdUI* pCmdUI); afx_msg void OnUpdateColorHistoequalize(CCmdUI* pCmdUI); afx_msg void OnUpdateColorHue(CCmdUI* pCmdUI); afx_msg void OnUpdateColorIntensitydetect(CCmdUI* pCmdUI); afx_msg void OnUpdateColorIntensitystretch(CCmdUI* pCmdUI); afx_msg void OnUpdateColorInvert(CCmdUI* pCmdUI); afx_msg void OnUpdateColorPicturize(CCmdUI* pCmdUI); afx_msg void OnUpdateColorSaturation(CCmdUI* pCmdUI); afx_msg void OnUpdateColorSepalpha(CCmdUI* pCmdUI); afx_msg void OnUpdateColorSepcmy(CCmdUI* pCmdUI); afx_msg void OnUpdateColorSepcmyk(CCmdUI* pCmdUI); afx_msg void OnUpdateColorSephls(CCmdUI* pCmdUI); afx_msg void OnUpdateColorSephsv(CCmdUI* pCmdUI); afx_msg void OnUpdateColorSeprgb(CCmdUI* pCmdUI); afx_msg void OnUpdateColorSolarize(CCmdUI* pCmdUI); afx_msg void OnUpdateColorUnique(CCmdUI* pCmdUI); afx_msg void OnUpdateImageAddnoise(CCmdUI* pCmdUI); afx_msg void OnUpdateImageAutotrim(CCmdUI* pCmdUI); afx_msg void OnUpdateImageAverage(CCmdUI* pCmdUI); afx_msg void OnUpdateImageDeskew(CCmdUI* pCmdUI); afx_msg void OnUpdateImageDespeckle(CCmdUI* pCmdUI); afx_msg void OnUpdateImageDilation(CCmdUI* pCmdUI); afx_msg void OnUpdateImageEdgeenhance(CCmdUI* pCmdUI); afx_msg void OnUpdateImageEmboss(CCmdUI* pCmdUI); afx_msg void OnUpdateImageErosion(CCmdUI* pCmdUI); afx_msg void OnUpdateImageFiltermax(CCmdUI* pCmdUI); afx_msg void OnUpdateImageFiltermin(CCmdUI* pCmdUI); afx_msg void OnUpdateImageFlip(CCmdUI* pCmdUI); afx_msg void OnUpdateImageGradient(CCmdUI* pCmdUI); afx_msg void OnUpdateImageLaplacian(CCmdUI* pCmdUI); afx_msg void OnUpdateImageLinesegment(CCmdUI* pCmdUI); afx_msg void OnUpdateImageMedian(CCmdUI* pCmdUI); afx_msg void OnUpdateImageMosaic(CCmdUI* pCmdUI); afx_msg void OnUpdateImageOilify(CCmdUI* pCmdUI); afx_msg void OnUpdateImagePosterize(CCmdUI* pCmdUI); afx_msg void OnUpdateImagePrewit(CCmdUI* pCmdUI); afx_msg void OnUpdateImageReverce(CCmdUI* pCmdUI); afx_msg void OnUpdateImageRot180(CCmdUI* pCmdUI); afx_msg void OnUpdateImageRot270(CCmdUI* pCmdUI); afx_msg void OnUpdateImageRot90(CCmdUI* pCmdUI); afx_msg void OnUpdateImageRotanyangle(CCmdUI* pCmdUI); afx_msg void OnUpdateImageSharpen(CCmdUI* pCmdUI); afx_msg void OnUpdateImageShear(CCmdUI* pCmdUI); afx_msg void OnUpdateImageShitdiff(CCmdUI* pCmdUI); afx_msg void OnUpdateImageSobel(CCmdUI* pCmdUI); afx_msg void OnUpdateImageUnderlay(CCmdUI* pCmdUI); afx_msg void OnUpdateRgnNone(CCmdUI* pCmdUI); afx_msg void OnUpdateRgnShowrgnonly(CCmdUI* pCmdUI); afx_msg void OnUpdateViewEffects(CCmdUI* pCmdUI); afx_msg void OnUpdateViewElements(CCmdUI* pCmdUI); afx_msg void OnUpdateCaptureActiveclient(CCmdUI* pCmdUI); afx_msg void OnUpdateCaptureActivewin(CCmdUI* pCmdUI); afx_msg void OnUpdateCaptureArea(CCmdUI* pCmdUI); afx_msg void OnUpdateCaptureAreaop(CCmdUI* pCmdUI); afx_msg void OnUpdateCaptureCaptop(CCmdUI* pCmdUI); afx_msg void OnUpdateCaptureExetabbed(CCmdUI* pCmdUI); afx_msg void OnUpdateCaptureExetree(CCmdUI* pCmdUI); afx_msg void OnUpdateCaptureMenu(CCmdUI* pCmdUI); afx_msg void OnUpdateCaptureMousecursor(CCmdUI* pCmdUI); afx_msg void OnUpdateCaptureObject(CCmdUI* pCmdUI); afx_msg void OnUpdateCaptureObjectop(CCmdUI* pCmdUI); afx_msg void OnUpdateCaptureScreen(CCmdUI* pCmdUI); afx_msg void OnUpdateCaptureStop(CCmdUI* pCmdUI); afx_msg void OnUpdateCaptureWallpaper(CCmdUI* pCmdUI); afx_msg void OnUpdateCaptureWinundercursor(CCmdUI* pCmdUI); afx_msg void OnUpdateViewPaintGradient(CCmdUI* pCmdUI); afx_msg void OnUpdateViewPaintTransition(CCmdUI* pCmdUI); afx_msg void OnViewPaintPattern(); afx_msg void OnUpdateViewPaintPattern(CCmdUI* pCmdUI); afx_msg void OnDropFiles(HDROP hDropInfo); afx_msg void OnPrefEnabledragfile(); afx_msg void OnUpdatePrefEnabledragfile(CCmdUI* pCmdUI); afx_msg void OnUpdateFileSaveAs(CCmdUI* pCmdUI); afx_msg void OnImageUnderlay(); afx_msg void OnUpdateIndicatorFileName(CCmdUI* pCmdUI) ; afx_msg void OnUpdateIndicatorSize(CCmdUI* pCmdUI) ; afx_msg void OnUpdateIndicatorBPP(CCmdUI* pCmdUI) ; afx_msg void OnUpdateIndicatorZoomPercent(CCmdUI* pCmdUI) ; afx_msg void OnUpdateIndicatorMemSize(CCmdUI* pCmdUI); afx_msg void OnEditPasteFloater(); afx_msg void OnUpdateEditPasteFloater(CCmdUI* pCmdUI); afx_msg void OnUpdatePrefPalauto(CCmdUI* pCmdUI); afx_msg void OnPrefPaintwhileload(); afx_msg void OnUpdatePrefPaintwhileload(CCmdUI* pCmdUI); afx_msg void OnPrefPaintwhileloadForCur(); afx_msg void OnUpdatePrefPaintwhileloadForCur(CCmdUI* pCmdUI); afx_msg void OnEditCopyFloater(); afx_msg void OnUpdateEditCopyFloater(CCmdUI* pCmdUI); afx_msg void OnUpdatePrefPictrezeCallback(CCmdUI* pCmdUI); afx_msg void OnPrefPictrezeCallback(); afx_msg void OnColorContour(); afx_msg void OnImageSmooth(); afx_msg void OnImageLine(); afx_msg void OnImageHolepunch(); afx_msg void OnImageDot(); afx_msg void OnImageInvertedtext(); afx_msg void OnImageBorder(); afx_msg void OnToolMagnifyingglass(); afx_msg void OnUpdateToolMagnifyingglass(CCmdUI* pCmdUI); afx_msg void OnUpdateColorHalftone(CCmdUI* pCmdUI); afx_msg void OnColorHalftone(); afx_msg void OnUpdateImageResize(CCmdUI* pCmdUI); afx_msg void OnImageResize(); afx_msg void OnRgnBezier(); afx_msg void OnUpdateRgnBezier(CCmdUI* pCmdUI); afx_msg void OnRgnCurve(); afx_msg void OnUpdateRgnCurve(CCmdUI* pCmdUI); afx_msg void OnConvert(); afx_msg void OnJpegwebtuner(); afx_msg void OnPrefPreview(); afx_msg void OnUpdatePrefPreview(CCmdUI* pCmdUI); afx_msg void OnPngwebtuner(); afx_msg void OnGifwebtuner(); afx_msg void OnImagemapper(); afx_msg void OnFileformatassociations(); afx_msg void OnFastflip(); afx_msg void OnFastreverse(); afx_msg void OnCanvassize(); afx_msg void OnHistogram(); afx_msg void OnAddborder(); afx_msg void OnAddframe(); afx_msg void OnRemoveredeye(); afx_msg void OnMotionblur(); afx_msg void OnRadialblur(); afx_msg void OnZoomblur(); afx_msg void OnGaussianblur(); afx_msg void OnAntialias(); afx_msg void OnUnsharpmask(); afx_msg void OnMultiply(); afx_msg void OnAddbitmaps(); afx_msg void OnStitch(); afx_msg void OnFreehandwave(); afx_msg void OnWind(); afx_msg void OnPolar(); afx_msg void OnZoomwave(); afx_msg void OnRadialwave(); afx_msg void OnSwirl(); afx_msg void OnWave(); afx_msg void OnWaveshear(); afx_msg void OnPunch(); afx_msg void OnRipple(); afx_msg void OnCylindrical(); afx_msg void OnBending(); afx_msg void OnSpherize(); afx_msg void OnImpression(); afx_msg void OnPixelate(); afx_msg void OnEdgedetect(); afx_msg void OnBalancecolors(); afx_msg void OnGrayscale(); afx_msg void OnColoredgray(); afx_msg void OnRemapintensity(); afx_msg void OnRemaphue(); afx_msg void OnLocalequalize(); afx_msg void OnPaletteeditor(); afx_msg void OnFillwhite(); afx_msg void OnFillred(); afx_msg void OnFillgreen(); afx_msg void OnFillblue(); afx_msg void OnFillcyan(); afx_msg void OnFillmagenta(); afx_msg void OnFillyellow(); afx_msg void OnUpdateSmooth(CCmdUI* pCmdUI); afx_msg void OnUpdateInvertedtext(CCmdUI* pCmdUI); afx_msg void OnUpdateDot(CCmdUI* pCmdUI); afx_msg void OnUpdateBorder(CCmdUI* pCmdUI); afx_msg void OnUpdateHolepunch(CCmdUI* pCmdUI); afx_msg void OnUpdateLine(CCmdUI* pCmdUI); afx_msg void OnPreview(); afx_msg void OnPrintstitchedimages(); afx_msg void OnUpdateFastflip(CCmdUI* pCmdUI); afx_msg void OnUpdateFastreverse(CCmdUI* pCmdUI); afx_msg void OnUpdateAddborder(CCmdUI* pCmdUI); afx_msg void OnUpdateAddframe(CCmdUI* pCmdUI); afx_msg void OnUpdateRemoveredeye(CCmdUI* pCmdUI); afx_msg void OnUpdateCanvassize(CCmdUI* pCmdUI); afx_msg void OnUpdateHistogram(CCmdUI* pCmdUI); afx_msg void OnUpdateMotionblur(CCmdUI* pCmdUI); afx_msg void OnUpdateRadialblur(CCmdUI* pCmdUI); afx_msg void OnUpdateZoomblur(CCmdUI* pCmdUI); afx_msg void OnUpdateGaussianblur(CCmdUI* pCmdUI); afx_msg void OnUpdateAntialias(CCmdUI* pCmdUI); afx_msg void OnUpdateUnsharpmask(CCmdUI* pCmdUI); afx_msg void OnUpdateMultiply(CCmdUI* pCmdUI); afx_msg void OnUpdateAddbitmaps(CCmdUI* pCmdUI); afx_msg void OnUpdateStitch(CCmdUI* pCmdUI); afx_msg void OnUpdateFreehandwave(CCmdUI* pCmdUI); afx_msg void OnUpdateWind(CCmdUI* pCmdUI); afx_msg void OnUpdatePolar(CCmdUI* pCmdUI); afx_msg void OnUpdateZoomwave(CCmdUI* pCmdUI); afx_msg void OnUpdateRadialwave(CCmdUI* pCmdUI); afx_msg void OnUpdateSwirl(CCmdUI* pCmdUI); afx_msg void OnUpdateWave(CCmdUI* pCmdUI); afx_msg void OnUpdateWaveshear(CCmdUI* pCmdUI); afx_msg void OnUpdatePunch(CCmdUI* pCmdUI); afx_msg void OnUpdateRipple(CCmdUI* pCmdUI); afx_msg void OnUpdateBending(CCmdUI* pCmdUI); afx_msg void OnUpdateCylindrical(CCmdUI* pCmdUI); afx_msg void OnUpdateSpherize(CCmdUI* pCmdUI); afx_msg void OnUpdateImpression(CCmdUI* pCmdUI); afx_msg void OnUpdatePixelate(CCmdUI* pCmdUI); afx_msg void OnUpdateEdgedetect(CCmdUI* pCmdUI); afx_msg void OnUpdateContourfilter(CCmdUI* pCmdUI); afx_msg void OnUpdateBalancecolors(CCmdUI* pCmdUI); afx_msg void OnUpdateGrayscale(CCmdUI* pCmdUI); afx_msg void OnUpdateColoredgray(CCmdUI* pCmdUI); afx_msg void OnUpdateLocalequalize(CCmdUI* pCmdUI); afx_msg void OnUpdateRemapintensity(CCmdUI* pCmdUI); afx_msg void OnUpdateRemaphue(CCmdUI* pCmdUI); afx_msg void OnUpdatePaletteeditor(CCmdUI* pCmdUI); afx_msg void OnUpdateFillwhite(CCmdUI* pCmdUI); afx_msg void OnUpdateFillyellow(CCmdUI* pCmdUI); afx_msg void OnUpdateFillred(CCmdUI* pCmdUI); afx_msg void OnUpdateFillmagenta(CCmdUI* pCmdUI); afx_msg void OnUpdateFillgreen(CCmdUI* pCmdUI); afx_msg void OnUpdateFillcyan(CCmdUI* pCmdUI); afx_msg void OnUpdateFillblue(CCmdUI* pCmdUI); afx_msg void OnUpdateConvert(CCmdUI* pCmdUI); afx_msg void OnUpdateJpegwebtuner(CCmdUI* pCmdUI); afx_msg void OnUpdatePngwebtuner(CCmdUI* pCmdUI); afx_msg void OnUpdateGifwebtuner(CCmdUI* pCmdUI); afx_msg void OnUpdateImagemapper(CCmdUI* pCmdUI); afx_msg void OnUpdateFileformatassociations(CCmdUI* pCmdUI); afx_msg void OnUpdatePrintstitchedimages(CCmdUI* pCmdUI); afx_msg void OnUpdatePreview(CCmdUI* pCmdUI); afx_msg void OnSlice(); afx_msg void OnPreferencesLoadtextfiles(); afx_msg void OnUpdatePreferencesLoadtextfiles(CCmdUI* pCmdUI); afx_msg void OnImageSlice(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; #ifndef _DEBUG // debug version in DemoView.cpp inline CDemoDoc* CDemoView::GetDocument() { return (CDemoDoc*)m_pDocument; } #endif ///////////////////////////////////////////////////////////////////////////// //{{AFX_INSERT_LOCATION}} // Microsoft Developer Studio will insert additional declarations immediately before the previous line. #endif // !defined(AFX_DEMOVIEW_H__EC308E4F_4BB3_11D2_8AFB_444553540000__INCLUDED_)