![]() |
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>
Public Member Functions | |
| ItemData ()=default | |
| ItemData (const QListWidgetItem *item, bool editor) | |
| ItemData (const QTableWidgetItem *item, bool editor) | |
| ItemData (const QTreeWidgetItem *item, int column) | |
| QListWidgetItem * | createListItem (DesignerIconCache *iconCache, bool editor) const |
| QTableWidgetItem * | createTableItem (DesignerIconCache *iconCache, bool editor) const |
| void | fillTreeItemColumn (QTreeWidgetItem *item, int column, DesignerIconCache *iconCache) const |
| bool | isValid () const |
Public Attributes | |
| QHash< int, QVariant > | m_properties |
Friends | |
| bool | comparesEqual (const ItemData &lhs, const ItemData &rhs) noexcept |
Definition at line 818 of file qdesigner_command_p.h.
|
default |
| qdesigner_internal::ItemData::ItemData | ( | const QListWidgetItem * | item, |
| bool | editor ) |
Definition at line 2144 of file qdesigner_command.cpp.
| qdesigner_internal::ItemData::ItemData | ( | const QTableWidgetItem * | item, |
| bool | editor ) |
Definition at line 2156 of file qdesigner_command.cpp.
| qdesigner_internal::ItemData::ItemData | ( | const QTreeWidgetItem * | item, |
| int | column ) |
Definition at line 2175 of file qdesigner_command.cpp.
| QListWidgetItem * qdesigner_internal::ItemData::createListItem | ( | DesignerIconCache * | iconCache, |
| bool | editor ) const |
Definition at line 2149 of file qdesigner_command.cpp.
| QTableWidgetItem * qdesigner_internal::ItemData::createTableItem | ( | DesignerIconCache * | iconCache, |
| bool | editor ) const |
Definition at line 2161 of file qdesigner_command.cpp.
| void qdesigner_internal::ItemData::fillTreeItemColumn | ( | QTreeWidgetItem * | item, |
| int | column, | ||
| DesignerIconCache * | iconCache ) const |
Definition at line 2185 of file qdesigner_command.cpp.
|
inline |
Definition at line 828 of file qdesigner_command_p.h.
Definition at line 832 of file qdesigner_command_p.h.
Definition at line 830 of file qdesigner_command_p.h.