FLImaging 6.6.27.1
GUIMenuItemPropertyEventBase.h
1#pragma once
2
3namespace FLImaging
4{
5 namespace GUI
6 {
8
9 class FL_EXPORT CGUIMenuItemPropertyEventBase : public Base::CFLBase
10 {
11 public:
12 CGUIMenuItemPropertyEventBase();
13 virtual ~CGUIMenuItemPropertyEventBase();
14
15 virtual bool Execute(CGUIMenuItemProperty* pProperty) = 0;
16
17
18 DeclareGetClassType();
19 };
20 }
21}
22
프로퍼티 창에 연결된 메뉴 아이템 클래스
Definition GUIMenuItemProperty.h:48
Definition D2DObject.h:12