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