FLImaging
7.8.25.3
Toggle main menu visibility
FLImagingFoundation
FLImagingGUI
GUIChildFrameGraph.h
1
#pragma once
2
3
#include "GUIChildFrameBase.h"
4
5
namespace
FLImaging
6
{
7
namespace
GUI
8
{
9
class
FL_EXPORT CGUIChildFrameGraph :
public
CGUIChildFrameBase
10
{
11
DECLARE_DYNCREATE(CGUIChildFrameGraph)
12
public
:
13
CGUIChildFrameGraph();
14
15
// 특성입니다.
16
public
:
17
void
UpdateTheme();
18
// 구현입니다.
19
public
:
20
virtual
~CGUIChildFrameGraph();
21
#ifdef _DEBUG
22
virtual
void
AssertValid()
const
;
23
virtual
void
Dump(CDumpContext& dc)
const
;
24
#endif
25
26
27
// 생성된 메시지 맵 함수
28
protected
:
29
DECLARE_MESSAGE_MAP()
30
public:
31
afx_msg
int
OnCreate(LPCREATESTRUCT lpCreateStruct);
32
};
33
}
34
}
FLImaging::GUI
Definition
D2DObject.h:12
FLImaging
Generated on
for FLImaging by
1.17.0