Qt 4.8
Public Functions | Public Variables | List of all members
QWritingSystemsPrivate Class Reference

Public Functions

 QWritingSystemsPrivate ()
 
 QWritingSystemsPrivate (const QWritingSystemsPrivate *other)
 

Public Variables

QAtomicInt ref
 
QVector< bool > vector
 

Detailed Description

Definition at line 133 of file qplatformfontdatabase_qpa.cpp.

Constructors and Destructors

◆ QWritingSystemsPrivate() [1/2]

QWritingSystemsPrivate::QWritingSystemsPrivate ( )
inline

◆ QWritingSystemsPrivate() [2/2]

QWritingSystemsPrivate::QWritingSystemsPrivate ( const QWritingSystemsPrivate other)
inline

Definition at line 142 of file qplatformfontdatabase_qpa.cpp.

143  : ref(1)
144  , vector(other->vector)
145  {
146  }

Properties

◆ ref

QAtomicInt QWritingSystemsPrivate::ref

Definition at line 148 of file qplatformfontdatabase_qpa.cpp.

Referenced by QSupportedWritingSystems::operator=().

◆ vector

QVector<bool> QWritingSystemsPrivate::vector

Definition at line 149 of file qplatformfontdatabase_qpa.cpp.


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