InDesign SDK
20.5
InDesign SDK
Documentation
Bosses
Sample plug-ins
Class Index
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
14
class
DV_
DVPanelViewCustomColor
:
public
DVPanelView
15
{
16
typedef
DVPanelView
inherited
;
17
public
:
18
DVPanelViewCustomColor
(
IPMUnknown
*boss);
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
tmpdoxygeninput
DVPanelViewCustomColor.h
Generated on Sat Jul 19 2025 02:54:12 for InDesign SDK by
1.8.3.1