FLImaging
7.8.25.3
Toggle main menu visibility
FLImagingFoundation
FLImagingGUI
GUIChildFrameDrawing.h
1
#pragma once
2
#include "GUIChildFrameBase.h"
3
4
5
namespace
FLImaging
6
{
7
namespace
GUI
8
{
9
class
FL_EXPORT CGUIChildFrameDrawing :
public
CGUIChildFrameBase
10
{
11
DECLARE_DYNCREATE(CGUIChildFrameDrawing)
12
public
:
13
CGUIChildFrameDrawing();
14
15
public
:
16
void
UpdateTheme();
17
18
public
:
19
virtual
~CGUIChildFrameDrawing();
20
#ifdef _DEBUG
21
virtual
void
AssertValid()
const
;
22
virtual
void
Dump(CDumpContext& dc)
const
;
23
#endif
24
25
protected
:
26
DECLARE_MESSAGE_MAP()
27
public:
28
afx_msg
int
OnCreate(LPCREATESTRUCT lpCreateStruct);
29
};
30
}
31
}
FLImaging::GUI
Definition
D2DObject.h:12
FLImaging
Generated on
for FLImaging by
1.17.0