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
TranslatorMessagePtrBase Class Reference
+ Inheritance diagram for TranslatorMessagePtrBase:
+ Collaboration diagram for TranslatorMessagePtrBase:

Public Member Functions

 TranslatorMessagePtrBase (const Translator *tor, int messageIndex)
 
const TranslatorMessageoperator-> () const
 
 TranslatorMessagePtrBase (const Translator *tor, int messageIndex)
 
const TranslatorMessageoperator-> () const
 

Public Attributes

const Translatortor
 
const int messageIndex
 

Detailed Description

Definition at line 497 of file translator.cpp.

Constructor & Destructor Documentation

◆ TranslatorMessagePtrBase() [1/2]

TranslatorMessagePtrBase::TranslatorMessagePtrBase ( const Translator * tor,
int messageIndex )
inlineexplicit

Definition at line 500 of file translator.cpp.

References messageIndex, and tor.

◆ TranslatorMessagePtrBase() [2/2]

TranslatorMessagePtrBase::TranslatorMessagePtrBase ( const Translator * tor,
int messageIndex )
inlineexplicit

Definition at line 500 of file translator.cpp.

Member Function Documentation

◆ operator->() [1/2]

const TranslatorMessage * TranslatorMessagePtrBase::operator-> ( ) const
inline

Definition at line 505 of file translator.cpp.

References Translator::message(), messageIndex, and tor.

+ Here is the call graph for this function:

◆ operator->() [2/2]

const TranslatorMessage * TranslatorMessagePtrBase::operator-> ( ) const
inline

Definition at line 505 of file translator.cpp.

Member Data Documentation

◆ messageIndex

const int TranslatorMessagePtrBase::messageIndex

Definition at line 511 of file translator.cpp.

Referenced by TranslatorMessagePtrBase(), and operator->().

◆ tor

const Translator * TranslatorMessagePtrBase::tor

Definition at line 510 of file translator.cpp.

Referenced by TranslatorMessagePtrBase(), and operator->().


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