![]() |
Qt 6.x
The Qt SDK
|
#include <qqmllistmodel_p_p.h>
Collaboration diagram for StringOrTranslation: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 218 of file qqmllistmodel_p_p.h.
| StringOrTranslation::~StringOrTranslation | ( | ) |
Definition at line 260 of file qqmllistmodel.cpp.
References clear().
Here is the call graph for this function:| QString StringOrTranslation::asString | ( | ) | const |
Definition at line 297 of file qqmllistmodel.cpp.
References stringData().
Here is the call graph for this function:
|
inline |
Definition at line 221 of file qqmllistmodel_p_p.h.
References binding.
|
inline |
Definition at line 222 of file qqmllistmodel_p_p.h.
References binding.
Definition at line 265 of file qqmllistmodel.cpp.
References clear(), QArrayDataPointer< T >::d_ptr(), QArrayDataPointer< T >::data(), QString::data_ptr(), QString::size(), and stringData().
Here is the call graph for this function:| void StringOrTranslation::setTranslation | ( | const QV4::CompiledData::Binding * | binding | ) |
Definition at line 279 of file qqmllistmodel.cpp.
References clear().
Here is the call graph for this function:| QString StringOrTranslation::toString | ( | const QQmlListModel * | owner | ) | const |
Definition at line 285 of file qqmllistmodel.cpp.
References QV4::ExecutableCompilationUnit::bindingValueAsString(), and stringData().
Here is the call graph for this function:| const QV4::CompiledData::Binding* StringOrTranslation::binding |
Definition at line 232 of file qqmllistmodel_p_p.h.
Referenced by isSet(), and isTranslation().
| char16_t* StringOrTranslation::stringData = nullptr |
Definition at line 231 of file qqmllistmodel_p_p.h.