![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
This is the complete list of members for QModelRoleData, including all inherited members.
| clearData() noexcept | QModelRoleData | inline |
| data() noexcept | QModelRoleData | inline |
| data() const noexcept | QModelRoleData | inline |
| QModelRoleData(int role) noexcept | QModelRoleData | inlineexplicit |
| role() const noexcept | QModelRoleData | inline |
| setData(T &&value) noexcept(noexcept(m_data.setValue(std::forward< T >(value)))) | QModelRoleData | inline |