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
PoItem Struct Reference
+ Collaboration diagram for PoItem:

Public Member Functions

 PoItem ()
 
 PoItem ()
 

Public Attributes

QByteArray id
 
QByteArray context
 
QByteArray tscomment
 
QByteArray oldTscomment
 
QByteArray lineNumber
 
QByteArray fileName
 
QByteArray references
 
QByteArray translatorComments
 
QByteArray automaticComments
 
QByteArray msgId
 
QByteArray oldMsgId
 
QList< QByteArraymsgStr
 
bool isPlural
 
bool isFuzzy
 
QHash< QString, QStringextra
 

Detailed Description

Definition at line 157 of file po.cpp.

Constructor & Destructor Documentation

◆ PoItem() [1/2]

PoItem::PoItem ( )
inline

Definition at line 160 of file po.cpp.

References isFuzzy, and isPlural.

Referenced by loadPO().

+ Here is the caller graph for this function:

◆ PoItem() [2/2]

PoItem::PoItem ( )
inline

Definition at line 160 of file po.cpp.

Member Data Documentation

◆ automaticComments

QByteArray PoItem::automaticComments

Definition at line 174 of file po.cpp.

◆ context

◆ extra

QHash< QString, QString > PoItem::extra

Definition at line 180 of file po.cpp.

◆ fileName

QByteArray PoItem::fileName

Definition at line 171 of file po.cpp.

◆ id

QByteArray PoItem::id

Definition at line 166 of file po.cpp.

◆ isFuzzy

bool PoItem::isFuzzy

Definition at line 179 of file po.cpp.

Referenced by PoItem(), and loadPO().

◆ isPlural

bool PoItem::isPlural

Definition at line 178 of file po.cpp.

Referenced by PoItem(), and loadPO().

◆ lineNumber

QByteArray PoItem::lineNumber

Definition at line 170 of file po.cpp.

◆ msgId

QByteArray PoItem::msgId

Definition at line 175 of file po.cpp.

◆ msgStr

QList< QByteArray > PoItem::msgStr

Definition at line 177 of file po.cpp.

◆ oldMsgId

QByteArray PoItem::oldMsgId

Definition at line 176 of file po.cpp.

◆ oldTscomment

QByteArray PoItem::oldTscomment

Definition at line 169 of file po.cpp.

◆ references

QByteArray PoItem::references

Definition at line 172 of file po.cpp.

◆ translatorComments

QByteArray PoItem::translatorComments

Definition at line 173 of file po.cpp.

◆ tscomment

QByteArray PoItem::tscomment

Definition at line 168 of file po.cpp.


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