InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
DVAForwardDeclarations.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Dave Burnard
6 //
7 // $Author$
8 //
9 // $DateTime$
10 //
11 // $Revision$
12 //
13 // $Change$
14 //
15 // Copyright 1997-2012 Adobe Systems Incorporated. All rights reserved.
16 //
17 // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance
18 // with the terms of the Adobe license agreement accompanying it. If you have received
19 // this file from a source other than Adobe, then your use, modification, or
20 // distribution of it requires the prior written permission of Adobe.
21 //
22 //========================================================================================
23 
24 #ifndef __DVAForwardDeclarations__
25 #define __DVAForwardDeclarations__
26 
27 // Common DVA forward declarations
28 
29 namespace dvaui {
30 
31  //Drawbot
32  namespace drawbot {
33  class Drawbot;
34  struct ImageInterface;
35  struct SurfaceInterface;
36  struct SupplierInterface;
37  class PathP;
38  class FileImageP;
39  }
40 
41  //UI_Node
42  namespace ui {
43  class UI_Node;
44  class MouseEvent;
45  class PointerEvent;
46  class KeyboardEvent;
47  class OS_Event;
48 #ifdef MACINTOSH
49  class OS_View;
50 #endif
51  class OS_Window;
52  class UI_Dialog;
53  }
54 
55  //Controls
56  namespace controls {
57  class UI_Checkbox;
58  class UI_ControlView;
59  class UI_PictureButton;
60  class UI_Popup;
61  class UI_RadioButton;
62  class UI_StaticImage;
63  class UI_StaticText;
64  class UI_TextEdit;
65  class UI_TextButton;
66 
67  class UI_PictureSupplyMessage;
68  class UI_ControlChangedMessage;
69  }
70 }
71 
72 #endif