InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
DVPanelViewCustomColor.h
1 #ifndef __DVPanelViewCustomColor__
2 #define __DVPanelViewCustomColor__
3 
4 #include "DVPanelView.h"
5 #include "DVUtilities.h"
6 
7 #ifdef DV_WIDGET_BUILD
8 #endif
9 
15 {
16  typedef DVPanelView inherited;
17 public:
19  virtual ~DVPanelViewCustomColor();
20 
21  virtual void DV_Draw(dvaui::drawbot::Drawbot* drawbotP) const;
22 };
23 
24 DVPanelViewCustomColor::DVPanelViewCustomColor(IPMUnknown *boss): inherited(boss)
25 {
26 
27 }
28 
29 DVPanelViewCustomColor::~DVPanelViewCustomColor()
30 {
31 
32 }
33 
34 #endif