![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qdesigner_command_p.h>
Classes | |
| struct | ItemContents |
Public Member Functions | |
| void | clear () |
| void | fromTreeWidget (const QTreeWidget *treeWidget, bool editor) |
| void | applyToTreeWidget (QTreeWidget *treeWidget, DesignerIconCache *iconCache, bool editor) const |
Public Attributes | |
| ListContents | m_headerItem |
| QList< ItemContents > | m_rootItems |
Friends | |
| bool | comparesEqual (const TreeWidgetContents &lhs, const TreeWidgetContents &rhs) noexcept |
Definition at line 909 of file qdesigner_command_p.h.
| void qdesigner_internal::TreeWidgetContents::applyToTreeWidget | ( | QTreeWidget * | treeWidget, |
| DesignerIconCache * | iconCache, | ||
| bool | editor ) const |
Definition at line 2491 of file qdesigner_command.cpp.
| void qdesigner_internal::TreeWidgetContents::clear | ( | ) |
Definition at line 2477 of file qdesigner_command.cpp.
| void qdesigner_internal::TreeWidgetContents::fromTreeWidget | ( | const QTreeWidget * | treeWidget, |
| bool | editor ) |
Definition at line 2483 of file qdesigner_command.cpp.
|
friend |
Definition at line 936 of file qdesigner_command_p.h.
| ListContents qdesigner_internal::TreeWidgetContents::m_headerItem |
Definition at line 933 of file qdesigner_command_p.h.
| QList<ItemContents> qdesigner_internal::TreeWidgetContents::m_rootItems |
Definition at line 934 of file qdesigner_command_p.h.