![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <messagemodel.h>
Public Member Functions | |
| MultiDataModelIterator (TranslationType type, MultiDataModel *model=0, int modelNo=-1, int groupNo=0, int messageNo=0) | |
| MessageItem * | current () const |
| bool | isValid () const |
| void | operator++ () |
| Public Member Functions inherited from MultiDataIndex | |
| MultiDataIndex (TranslationType type=TEXTBASED, int model=-1, int group=-1, int message=-1) | |
| void | setModel (int model) |
| int | model () const |
| bool | operator== (const MultiDataIndex &other) const |
| bool | operator!= (const MultiDataIndex &other) const |
| Public Member Functions inherited from DataIndex | |
| DataIndex (TranslationType type, int group=-1, int message=-1) | |
| int | group () const |
| int | message () const |
| bool | isValid () const |
| bool | isIdBased () const |
| TranslationType | translationType () const |
Additional Inherited Members | |
| Protected Attributes inherited from DataIndex | |
| int | m_group |
| int | m_message |
| TranslationType | m_type |
Definition at line 360 of file messagemodel.h.
| MultiDataModelIterator::MultiDataModelIterator | ( | TranslationType | type, |
| MultiDataModel * | model = 0, | ||
| int | modelNo = -1, | ||
| int | groupNo = 0, | ||
| int | messageNo = 0 ) |
Definition at line 1364 of file messagemodel.cpp.
References MultiDataIndex::MultiDataIndex().
Referenced by similarTextHeuristicCandidates().
| MessageItem * MultiDataModelIterator::current | ( | ) | const |
Definition at line 1390 of file messagemodel.cpp.
References MultiDataModel::messageItem().
| bool MultiDataModelIterator::isValid | ( | ) | const |
Definition at line 1383 of file messagemodel.cpp.
References DataIndex::isIdBased(), and DataIndex::m_group.
Referenced by operator++().
| void MultiDataModelIterator::operator++ | ( | ) |
Definition at line 1370 of file messagemodel.cpp.
References DataIndex::isIdBased(), isValid(), DataIndex::m_group, and DataIndex::m_message.