35 void SetDocument(
plDocument* pDocument,
bool bBindToSelectionManager =
true);
37 void ClearSelection();
38 void SetSelectionIncludeExcludeProperties(
const char* szIncludeProperties =
nullptr,
const char* szExcludeProperties =
nullptr);
55 void OnCollapseStateChanged(
bool bCollapsed);
59 PL_MAKE_SUBSYSTEM_STARTUP_FRIEND(GuiFoundation, PropertyGrid);
70 bool m_bBindToSelectionManager =
false;
73 plString m_sSelectionIncludeProperties;
74 plString m_sSelectionExcludeProperties;
76 QVBoxLayout* m_pLayout;
77 QScrollArea* m_pScroll;
79 QVBoxLayout* m_pContentLayout;
82 QSpacerItem* m_pSpacer;
Stores the undo / redo stacks of transactions done on a document.
Definition CommandHistory.h:52