FLImaging 7.4.14.3
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
CGUIPropertyItemBase()
Default constructor.
virtual ~CGUIPropertyItemSheet()
Destructor for CGUIPropertyItemSheet class.
CGUIPropertyItemSheet()
Constructor for CGUIPropertyItemSheet class.
virtual CMFCPropertyGridProperty * CreateGridProperty() override
It creates and returns the MFC grid property for this item. If an instance has already been created,...
Definition D2DObject.h:12