InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
DVAbstractControlView.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Dave Burnard
6 //
7 // $Author$
8 //
9 // $DateTime$
10 //
11 // $Revision$
12 //
13 // $Change$
14 //
15 // ADOBE CONFIDENTIAL
16 //
17 // Copyright 1997-2008 Adobe Systems Incorporated. All rights reserved.
18 //
19 // NOTICE: All information contained herein is, and remains
20 // the property of Adobe Systems Incorporated and its suppliers,
21 // if any. The intellectual and technical concepts contained
22 // herein are proprietary to Adobe Systems Incorporated and its
23 // suppliers and may be covered by U.S. and Foreign Patents,
24 // patents in process, and are protected by trade secret or copyright law.
25 // Dissemination of this information or reproduction of this material
26 // is strictly forbidden unless prior written permission is obtained
27 // from Adobe Systems Incorporated.
28 //
29 //========================================================================================
30 
31 #ifndef __DVAbstractControlView__
32 #define __DVAbstractControlView__
33 
34 #include "DVHostedWidgetView.h"
35 
36 
37 #ifdef DV_WIDGET_BUILD
38 #endif
39 
40 class ICMSProofing;
41 
55 {
57 public:
58  // ----- Initialization -----
59 
61  virtual ~DVAbstractControlView();
62 
64  virtual void Draw(IViewPort* viewPort, SysRgn updateRgn);
65 
70  virtual void DV_Draw(dvaui::drawbot::Drawbot* drawbotP) const;
71 
73 
74  static void PreDraw(IViewPort *viewPort, IControlView* iView, int32& setupFlagsOut, ICMSProofing* cmsProof);
75  static void PostDraw(IViewPort *viewPort, IControlView* iView, int32 setupFlagsIn, ICMSProofing* cmsProof);
76 
77  class AGMOffscreenSetup_Impl;
79  {
80  public:
81  AGMOffscreenSetup(const IControlView* view, dvaui::drawbot::Drawbot* drawbot, IViewPort** offscreenViewPortP, SysRgn* clipRgnP);
83 
84  private:
85  AGMOffscreenSetup_Impl* fImpl;
86  };
88 
89 private:
90 };
91 
92 
93 #endif
94