![]() |
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 | |
DataIndex (TranslationType type, int group=-1, int message=-1) | |
int | group () const |
int | message () const |
bool | isValid () const |
bool | isIdBased () const |
TranslationType | translationType () const |
Protected Attributes | |
int | m_group |
int | m_message |
TranslationType | m_type |
Definition at line 121 of file messagemodel.h.
|
inline |
Definition at line 124 of file messagemodel.h.
References m_group, m_message, and m_type.
Referenced by DataModelIterator::DataModelIterator(), and MultiDataIndex::MultiDataIndex().
|
inline |
Definition at line 128 of file messagemodel.h.
References m_group.
Referenced by DataModel::groupItem(), MultiDataModel::messageItem(), MessageModel::modelIndex(), and MultiDataModel::multiGroupItem().
|
inline |
Definition at line 131 of file messagemodel.h.
References IDBASED, and m_type.
Referenced by DataModelIterator::isValid(), MultiDataModelIterator::isValid(), MultiDataModel::messageItem(), DataModelIterator::operator++(), and MultiDataModelIterator::operator++().
|
inline |
Definition at line 130 of file messagemodel.h.
References m_group.
|
inline |
Definition at line 129 of file messagemodel.h.
References m_message.
Referenced by DataModel::messageItem(), MultiDataModel::messageItem(), MessageModel::modelIndex(), MultiDataModel::multiMessageItem(), and MultiDataModel::setFinished().
|
inline |
Definition at line 132 of file messagemodel.h.
References m_type.
Referenced by DataModel::groupItem().
|
protected |
Definition at line 135 of file messagemodel.h.
Referenced by DataIndex(), group(), isValid(), DataModelIterator::isValid(), MultiDataModelIterator::isValid(), DataModelIterator::operator++(), MultiDataModelIterator::operator++(), and MultiDataIndex::operator==().
|
protected |
Definition at line 136 of file messagemodel.h.
Referenced by DataIndex(), message(), DataModelIterator::operator++(), MultiDataModelIterator::operator++(), and MultiDataIndex::operator==().
|
protected |
Definition at line 137 of file messagemodel.h.
Referenced by DataIndex(), isIdBased(), and translationType().