Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
MultiDataIndex Class Reference

#include <messagemodel.h>

Inheritance diagram for MultiDataIndex:
Collaboration diagram for MultiDataIndex:

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

Detailed Description

Definition at line 340 of file messagemodel.h.

Constructor & Destructor Documentation

◆ MultiDataIndex()

MultiDataIndex::MultiDataIndex ( TranslationType type = TEXTBASED,
int model = -1,
int group = -1,
int message = -1 )
inline

Definition at line 343 of file messagemodel.h.

References DataIndex::DataIndex().

Referenced by MultiDataModelIterator::MultiDataModelIterator().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Function Documentation

◆ model()

int MultiDataIndex::model ( ) const
inline

Definition at line 349 of file messagemodel.h.

Referenced by MessageEditor::beginFromSource(), MultiDataModel::messageItem(), MessageModel::modelIndex(), MultiDataModel::setFinished(), and MultiDataModel::setTranslation().

Here is the caller graph for this function:

◆ operator!=()

bool MultiDataIndex::operator!= ( const MultiDataIndex & other) const
inline

Definition at line 354 of file messagemodel.h.

References operator==().

Here is the call graph for this function:

◆ operator==()

bool MultiDataIndex::operator== ( const MultiDataIndex & other) const
inline

Definition at line 350 of file messagemodel.h.

References DataIndex::m_group, and DataIndex::m_message.

Referenced by operator!=().

Here is the caller graph for this function:

◆ setModel()

void MultiDataIndex::setModel ( int model)
inline

Definition at line 348 of file messagemodel.h.


The documentation for this class was generated from the following file: