Inherits QHBoxLayout.
|
|
void | expanderChanged (bool expanded) |
| |
|
|
| DPELayout (QWidget *parent) |
| |
|
void | Init (int depth, bool enforceMinWidth, QWidget *parentWidget=nullptr) |
| |
|
void | Clear () |
| |
|
void | SetExpanderShown (bool shouldShow) |
| |
|
void | SetExpanded (bool expanded) |
| |
|
bool | IsExpanded () const |
| |
|
void | SetAsStartOfNewColumn (size_t widgetIndex) |
| |
|
void | invalidate () override |
| |
|
QSize | sizeHint () const override |
| |
|
QSize | minimumSize () const override |
| |
|
void | setGeometry (const QRect &rect) override |
| |
|
Qt::Orientations | expandingDirections () const override |
| |
|
|
void | onCheckstateChanged (int expanderState) |
| |
|
|
int | m_depth = 0 |
| | number of levels deep in the tree. Used for indentation
|
| |
|
bool | m_showExpander = false |
| |
|
bool | m_enforceMinWidth = true |
| |
|
bool | m_expanded = true |
| |
|
QCheckBox * | m_expanderWidget = nullptr |
| |
|
AZStd::unordered_set< size_t > | m_columnStarts |
| |
The documentation for this class was generated from the following file:
- Code/Framework/AzToolsFramework/AzToolsFramework/UI/DocumentPropertyEditor/DocumentPropertyEditor.h