![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmllistmodel_p_p.h>
Public Member Functions | |
| ~StringOrTranslation () | |
| bool | isSet () const |
| bool | isTranslation () const |
| void | setString (const QString &s) |
| void | setTranslation (const QV4::CompiledData::Binding *binding) |
| QString | toString (const QQmlListModel *owner) const |
| QString | asString () const |
Definition at line 231 of file qqmllistmodel_p_p.h.
| StringOrTranslation::~StringOrTranslation | ( | ) |
Definition at line 264 of file qqmllistmodel.cpp.
| QString StringOrTranslation::asString | ( | ) | const |
Definition at line 301 of file qqmllistmodel.cpp.
|
inline |
Definition at line 234 of file qqmllistmodel_p_p.h.
|
inline |
Definition at line 235 of file qqmllistmodel_p_p.h.
Definition at line 269 of file qqmllistmodel.cpp.
| void StringOrTranslation::setTranslation | ( | const QV4::CompiledData::Binding * | binding | ) |
Definition at line 283 of file qqmllistmodel.cpp.
| QString StringOrTranslation::toString | ( | const QQmlListModel * | owner | ) | const |
Definition at line 289 of file qqmllistmodel.cpp.
| const QV4::CompiledData::Binding* StringOrTranslation::binding |
Definition at line 245 of file qqmllistmodel_p_p.h.
| char16_t* StringOrTranslation::stringData = nullptr |
Definition at line 244 of file qqmllistmodel_p_p.h.