3#include <EditorFramework/EditorFrameworkDLL.h>
4#include <GuiFoundation/PropertyGrid/Implementation/PropertyWidget.moc.h>
18 void on_Menu_aboutToShow();
19 void on_Menu_aboutToHide();
22 virtual void OnInit()
override;
23 virtual void InternalSetValue(
const plVariant& value)
override;
24 void SetAll(
bool bChecked);
28 void FillInCheckedBoxes();
32 QHBoxLayout* m_pLayout =
nullptr;
33 QPushButton* m_pWidget =
nullptr;
34 QPushButton* m_pAllButton =
nullptr;
35 QPushButton* m_pClearButton =
nullptr;
36 QHBoxLayout* m_pBottomLayout =
nullptr;
37 QMenu* m_pMenu =
nullptr;
38 plInt64 m_iCurrentBitflags = 0;
plVariant is a class that can store different types of variables, which is useful in situations where...
Definition Variant.h:44