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
DataIndex Class Reference

#include <messagemodel.h>

+ Inheritance diagram for DataIndex:
+ Collaboration diagram for DataIndex:

Public Member Functions

 DataIndex ()
 
 DataIndex (int context, int message)
 
int context () const
 
int message () const
 
bool isValid () const
 

Protected Attributes

int m_context
 
int m_message
 

Detailed Description

Definition at line 114 of file messagemodel.h.

Constructor & Destructor Documentation

◆ DataIndex() [1/2]

DataIndex::DataIndex ( )
inline

Definition at line 117 of file messagemodel.h.

References m_context, and m_message.

◆ DataIndex() [2/2]

DataIndex::DataIndex ( int context,
int message )
inline

Definition at line 118 of file messagemodel.h.

References m_context, and m_message.

Referenced by DataModelIterator::DataModelIterator().

+ Here is the caller graph for this function:

Member Function Documentation

◆ context()

int DataIndex::context ( ) const
inline

Definition at line 119 of file messagemodel.h.

References m_context.

Referenced by testing.tools.safetynet_job.JobRun::_BuildRunMetadata(), testing.tools.safetynet_job.JobRun::_IncrementalRun(), testing.tools.safetynet_job.JobRun::_WriteCheckpoint(), testing.tools.safetynet_job.JobRun::_WriteRawJson(), DataModel::messageItem(), and testing.tools.safetynet_job.JobRun::Run().

+ Here is the caller graph for this function:

◆ isValid()

bool DataIndex::isValid ( ) const
inline

Definition at line 121 of file messagemodel.h.

References m_context.

◆ message()

int DataIndex::message ( ) const
inline

Definition at line 120 of file messagemodel.h.

References m_message.

Referenced by PRESUBMIT_test_mocks.MockOutputApi.PresubmitResult::__repr__(), and DataModel::messageItem().

+ Here is the caller graph for this function:

Member Data Documentation

◆ m_context

int DataIndex::m_context
protected

◆ m_message

int DataIndex::m_message
protected

Definition at line 124 of file messagemodel.h.

Referenced by DataIndex(), DataIndex(), message(), and DataModelIterator::operator++().


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