![]() |
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 | |
| 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 340 of file messagemodel.h.
|
inline |
Definition at line 343 of file messagemodel.h.
References DataIndex::DataIndex().
Referenced by MultiDataModelIterator::MultiDataModelIterator().
|
inline |
Definition at line 349 of file messagemodel.h.
Referenced by MessageEditor::beginFromSource(), MultiDataModel::messageItem(), MessageModel::modelIndex(), MultiDataModel::setFinished(), and MultiDataModel::setTranslation().
|
inline |
Definition at line 354 of file messagemodel.h.
References operator==().
|
inline |
Definition at line 350 of file messagemodel.h.
References DataIndex::m_group, and DataIndex::m_message.
Referenced by operator!=().
|
inline |
Definition at line 348 of file messagemodel.h.