FLImaging 7.4.28.2
GUIPropertyItemSheet.h
1#pragma once
2#include "GUIPropertyItemBase.h"
3#include "GUISheetInterface.h"
4
12
14namespace FLImaging
15{
17 namespace GUI
18 {
19 class CGUISliderOwnerDrawnBase;
20
28 class FL_EXPORT CGUIPropertyItemSheet : public CGUIPropertyItemBase, public CGUISheetInterface
29 {
30 friend class CGUIPropertyGridPropertySheet;
31
32 public:
41
49
50 virtual void ShowName(bool bShow);
51 virtual bool IsNameVisible() const;
52 virtual CMFCPropertyGridProperty* CreateGridProperty() override;
53
54 protected:
55 bool m_bShowName;
56 };
57 }
58}
59
virtual ~CGUIPropertyItemSheet()
CGUIPropertyItemSheet 클래스의 소멸자입니다.
CGUIPropertyItemSheet()
CGUIPropertyItemSheet 클래스의 생성자입니다.
virtual CMFCPropertyGridProperty * CreateGridProperty() override
이 아이템에 대한 MFC 그리드 프로퍼티를 생성 후 리턴합니다. 만약 이미 생성된 객체가 있다면 그 객체를 리턴합니다.
Definition D2DObject.h:12