QtBase  v6.3.1
Classes | Typedefs | Enumerations | Functions | Variables
QT_BEGIN_NAMESPACE Namespace Reference

Classes

struct  LockFileInfo
 
class  TimeReference
 
class  DiagnosticNotation
 
struct  GenerationalCollator
 
struct  CalendarName
 
class  DisconnectRelayEvent
 
struct  GuiTypesFilter
 
struct  NameTable
 
struct  NameRecord
 
struct  OffsetSubTable
 
struct  TableDirectory
 
struct  OS2Table
 
struct  ContentEncodingMapping
 
class  ProtocolHandlerDeleter
 
struct  ToBeLookedUpEquals
 
struct  QSocketPoller
 
struct  ICONDIRENTRY
 
struct  ICONDIR
 
struct  BMP_INFOHDR
 
class  BatchEditLock
 
class  DeviceIntegration
 
class  QPrintPreviewMainWindow
 
class  ZoomFactorValidator
 
class  LineEdit
 
class  PageItem
 
class  GraphicsView
 
struct  Message
 
class  FixedColumnMatrix
 
class  PainterStateGuard
 
class  CloseButton
 
class  X509Stack
 
struct  OcspTimeStamp
 
struct  OcspResponder
 
class  OcspServer
 

Typedefs

using ms = std::chrono::milliseconds
 
typedef struct QT_BEGIN_NAMESPACE::ICONDIRENTRYLPICONDIRENTRY
 
typedef struct QT_BEGIN_NAMESPACE::ICONDIRLPICONDIR
 
typedef struct QT_BEGIN_NAMESPACE::BMP_INFOHDRLPBMP_INFOHDR
 
using DtlsPtr = QScopedPointer< QDtls >
 
using OcspResponse = QSharedPointer< OCSP_RESPONSE >
 
using BasicResponse = QSharedPointer< OCSP_BASICRESP >
 
using SingleResponse = QSharedPointer< OCSP_SINGLERESP >
 
using CertId = QSharedPointer< OCSP_CERTID >
 
using EvpKey = QSharedPointer< EVP_PKEY >
 
using Asn1Time = QSharedPointer< ASN1_TIME >
 
using CertificateChain = QList< QSslCertificate >
 
using NativeX509Ptr = X509 *
 

Enumerations

enum  { StateMask = 0x3 , StateLockedForRead = 0x1 , StateLockedForWrite = 0x2 }
 

Functions

QString peer_info (const QHostAddress &address, quint16 port)
 
QString connection_info (QDtls *connection)
 
void appendOrganizationAndApp (QString &path)
 
QString haikuStandardPath (directory_which which)
 
QStringList haikuStandardPaths (path_base_directory baseDirectory)
 
QString haikuAppStandardPath (directory_which which)
 
QStringList haikuAppStandardPaths (path_base_directory baseDirectory)
 
template<typename Mutex , typename Lock = std::lock_guard <typename std::decay<Mutex>::type>>
Lock qt_scoped_lock (Mutex &mutex)
 
template<typename Mutex , typename Lock = std::unique_lock<typename std::decay<Mutex>::type>>
Lock qt_unique_lock (Mutex &mutex)
 
template<typename Mutex , typename Lock = std::unique_lock<typename std::decay<Mutex>::type>>
Lock qt_unique_lock (Mutex *mutex)
 
bool isUncontendedLocked (const QReadWriteLockPrivate *d)
 
bool operator== (const CalendarName &u, const CalendarName &v)
 
size_t qHash (const CalendarName &key, size_t seed=0) noexcept
 
QDecompressHelper::ContentEncoding encodingFromByteArray (const QByteArray &ce) noexcept
 
z_streamtoZlibPointer (void *ptr)
 
HPack::HttpHeader build_headers (const QHttpNetworkRequest &request, quint32 maxHeaderListSize, bool useProxy)
 
std::vector< ucharassemble_hpack_block (const std::vector< Http2::Frame > &frames)
 
QUrl urlkey_from_request (const QHttpNetworkRequest &request)
 
bool sum_will_overflow (qint32 windowSize, qint32 delta)
 
template<typename InputIt , typename OutputIt1 , typename OutputIt2 , typename UnaryPredicate >
std::pair< OutputIt1, OutputIt2 > separate_if (InputIt first, InputIt last, OutputIt1 dest1, OutputIt2 dest2, UnaryPredicate p)
 
QLocalServer::SocketOptions optionsForPlatform (QLocalServer::SocketOptions srcOptions)
 
template<typename T >
bool QueryInterfaceImpl (IUnknown *from, REFIID riid, void **ppvObject)
 
OSStatus PasteboardGetItemCountSafe (PasteboardRef paste, ItemCount *cnt)
 
bool isSafeDH (DH *dh)
 
void qsslSocketUnresolvedSymbolWarning (const char *functionName)
 
QSsl::AlertLevel tlsAlertLevel (int value)
 
QString tlsAlertDescription (int value)
 
QSsl::AlertType tlsAlertType (int value)
 
const wchar_t * getName (QSslKeyPrivate::Cipher cipher)
 
BCRYPT_ALG_HANDLE getHandle (QSslKeyPrivate::Cipher cipher)
 
BCRYPT_KEY_HANDLE generateSymmetricKey (BCRYPT_ALG_HANDLE handle, const QByteArray &key)
 
QByteArray doCrypt (QSslKeyPrivate::Cipher cipher, const QByteArray &data, const QByteArray &key, const QByteArray &iv, bool encrypt)
 
void openNameSpaces (const QStringList &namespaceList, QTextStream &output)
 
void closeNameSpaces (const QStringList &namespaceList, QTextStream &output)
 
QString toolBarAreaStringFromDOMAttributes (const CPP::WriteInitialization::DomPropertyMap &attributes)
 
void writeSpacerItem (const DomSpacer *node, QTextStream &output)
 
int compareInt (int i1, int i2)
 
template<class Value >
void writeSetter (const QString &indent, const QString &varName, const QString &setter, Value v, QTextStream &str)
 
bool dtlsErrorIsCleared (const QDtls &dtls)
 
bool dtlsErrorIsCleared (DtlsPtr &dtls)
 
BIO * q_BIO_new (const BIO_METHOD *a)
 
int q_BIO_free (BIO *a)
 
int q_BIO_write (BIO *a, const void *b, int c)
 
const BIO_METHOD * q_BIO_s_mem ()
 
EVP_PKEY * q_EVP_PKEY_new ()
 
void q_EVP_PKEY_free (EVP_PKEY *a)
 
int q_EVP_PKEY_up_ref (EVP_PKEY *a)
 
EVP_PKEY * q_PEM_read_bio_PrivateKey (BIO *a, EVP_PKEY **b, pem_password_cb *c, void *d)
 
EVP_PKEY * q_PEM_read_bio_PUBKEY (BIO *a, EVP_PKEY **b, pem_password_cb *c, void *d)
 
const EVP_MD * q_EVP_sha1 ()
 
int q_EVP_PKEY_set1_RSA (EVP_PKEY *a, RSA *b)
 
int q_EVP_PKEY_set1_DSA (EVP_PKEY *a, DSA *b)
 
int q_EVP_PKEY_set1_DH (EVP_PKEY *a, DH *b)
 
int q_EVP_PKEY_set1_EC_KEY (EVP_PKEY *a, EC_KEY *b)
 
int q_EVP_PKEY_cmp (const EVP_PKEY *a, const EVP_PKEY *b)
 
int q_OPENSSL_sk_num (OPENSSL_STACK *a)
 
void q_OPENSSL_sk_pop_free (OPENSSL_STACK *a, void(*b)(void *))
 
OPENSSL_STACK * q_OPENSSL_sk_new_null ()
 
void q_OPENSSL_sk_push (OPENSSL_STACK *st, void *data)
 
void q_OPENSSL_sk_free (OPENSSL_STACK *a)
 
voidq_OPENSSL_sk_value (OPENSSL_STACK *a, int b)
 
void q_X509_up_ref (X509 *a)
 
void q_X509_free (X509 *a)
 
ASN1_TIME * q_X509_gmtime_adj (ASN1_TIME *s, long adj)
 
void q_ASN1_TIME_free (ASN1_TIME *t)
 
 Q_LOGGING_CATEGORY (lcOsslSymbols, "qt.openssl.symbols")
 
 DEFINEFUNC2 (void, OPENSSL_sk_pop_free, OPENSSL_STACK *a, a, void(*b)(void *), b, return, DUMMYARG) bool qt_auto_test_resolve_OpenSSL_symbols()
 

Variables

const auto dummyLockedForRead = reinterpret_cast<QReadWriteLockPrivate *>(quintptr(StateLockedForRead))
 
const auto dummyLockedForWrite = reinterpret_cast<QReadWriteLockPrivate *>(quintptr(StateLockedForWrite))
 
constexpr ContentEncodingMapping contentEncodingMapping []
 
const int textStyle_bold = 1
 
const int textStyle_italic = 2
 
const int typeface_sans = 1
 
const int typeface_serif = 2
 
const int typeface_monospace = 3
 
const quint32 NO_COLOR = 1
 
const quint32 TRANSPARENT_COLOR = 0
 

Typedef Documentation

◆ Asn1Time

using QT_BEGIN_NAMESPACE::Asn1Time = typedef QSharedPointer<ASN1_TIME>

Definition at line 75 of file tst_qocsp.cpp.

◆ BasicResponse

using QT_BEGIN_NAMESPACE::BasicResponse = typedef QSharedPointer<OCSP_BASICRESP>

Definition at line 71 of file tst_qocsp.cpp.

◆ CertId

using QT_BEGIN_NAMESPACE::CertId = typedef QSharedPointer<OCSP_CERTID>

Definition at line 73 of file tst_qocsp.cpp.

◆ CertificateChain

Definition at line 76 of file tst_qocsp.cpp.

◆ DtlsPtr

Definition at line 64 of file tst_qdtls.cpp.

◆ EvpKey

using QT_BEGIN_NAMESPACE::EvpKey = typedef QSharedPointer<EVP_PKEY>

Definition at line 74 of file tst_qocsp.cpp.

◆ LPBMP_INFOHDR

◆ LPICONDIR

◆ LPICONDIRENTRY

◆ ms

using QT_BEGIN_NAMESPACE::ms = typedef std::chrono::milliseconds

Definition at line 71 of file qreadwritelock.cpp.

◆ NativeX509Ptr

using QT_BEGIN_NAMESPACE::NativeX509Ptr = typedef X509 *

Definition at line 77 of file tst_qocsp.cpp.

◆ OcspResponse

using QT_BEGIN_NAMESPACE::OcspResponse = typedef QSharedPointer<OCSP_RESPONSE>

Definition at line 70 of file tst_qocsp.cpp.

◆ SingleResponse

using QT_BEGIN_NAMESPACE::SingleResponse = typedef QSharedPointer<OCSP_SINGLERESP>

Definition at line 72 of file tst_qocsp.cpp.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
StateMask 
StateLockedForRead 
StateLockedForWrite 

Definition at line 73 of file qreadwritelock.cpp.

Function Documentation

◆ appendOrganizationAndApp()

void QT_BEGIN_NAMESPACE::appendOrganizationAndApp ( QString path)

Definition at line 59 of file qstandardpaths_haiku.cpp.

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

◆ assemble_hpack_block()

std::vector<uchar> QT_BEGIN_NAMESPACE::assemble_hpack_block ( const std::vector< Http2::Frame > &  frames)

Definition at line 122 of file qhttp2protocolhandler.cpp.

Here is the call graph for this function:

◆ build_headers()

HPack::HttpHeader QT_BEGIN_NAMESPACE::build_headers ( const QHttpNetworkRequest request,
quint32  maxHeaderListSize,
bool  useProxy 
)

Definition at line 71 of file qhttp2protocolhandler.cpp.

Here is the call graph for this function:

◆ closeNameSpaces()

void QT_BEGIN_NAMESPACE::closeNameSpaces ( const QStringList namespaceList,
QTextStream output 
)

Definition at line 51 of file cppwritedeclaration.cpp.

Here is the caller graph for this function:

◆ compareInt()

int QT_BEGIN_NAMESPACE::compareInt ( int  i1,
int  i2 
)

Definition at line 113 of file cppwriteinitialization.cpp.

Here is the caller graph for this function:

◆ connection_info()

QString QT_BEGIN_NAMESPACE::connection_info ( QDtls connection)

Definition at line 65 of file server.cpp.

◆ DEFINEFUNC2()

QT_BEGIN_NAMESPACE::DEFINEFUNC2 ( void  ,
OPENSSL_sk_pop_free  ,
OPENSSL_STACK *  a,
a  ,
void(*)(void *)  b,
b  ,
return  ,
DUMMYARG   
)

Definition at line 372 of file qopenssl_symbols.h.

◆ doCrypt()

QByteArray QT_BEGIN_NAMESPACE::doCrypt ( QSslKeyPrivate::Cipher  cipher,
const QByteArray data,
const QByteArray key,
const QByteArray iv,
bool  encrypt 
)

Definition at line 126 of file qtlskey_schannel.cpp.

Here is the call graph for this function:

◆ dtlsErrorIsCleared() [1/2]

bool QT_BEGIN_NAMESPACE::dtlsErrorIsCleared ( const QDtls dtls)

Definition at line 59 of file tst_qdtls.cpp.

Here is the call graph for this function:

◆ dtlsErrorIsCleared() [2/2]

bool QT_BEGIN_NAMESPACE::dtlsErrorIsCleared ( DtlsPtr dtls)

Definition at line 66 of file tst_qdtls.cpp.

◆ encodingFromByteArray()

QDecompressHelper::ContentEncoding QT_BEGIN_NAMESPACE::encodingFromByteArray ( const QByteArray ce)
noexcept

Definition at line 78 of file qdecompresshelper.cpp.

Here is the call graph for this function:

◆ generateSymmetricKey()

BCRYPT_KEY_HANDLE QT_BEGIN_NAMESPACE::generateSymmetricKey ( BCRYPT_ALG_HANDLE  handle,
const QByteArray key 
)

Definition at line 92 of file qtlskey_schannel.cpp.

Here is the caller graph for this function:

◆ getHandle()

BCRYPT_ALG_HANDLE QT_BEGIN_NAMESPACE::getHandle ( QSslKeyPrivate::Cipher  cipher)

Definition at line 75 of file qtlskey_schannel.cpp.

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

◆ getName()

const wchar_t* QT_BEGIN_NAMESPACE::getName ( QSslKeyPrivate::Cipher  cipher)

Definition at line 58 of file qtlskey_schannel.cpp.

Here is the caller graph for this function:

◆ haikuAppStandardPath()

QString QT_BEGIN_NAMESPACE::haikuAppStandardPath ( directory_which  which)

Definition at line 107 of file qstandardpaths_haiku.cpp.

Here is the call graph for this function:

◆ haikuAppStandardPaths()

QStringList QT_BEGIN_NAMESPACE::haikuAppStandardPaths ( path_base_directory  baseDirectory)

Definition at line 119 of file qstandardpaths_haiku.cpp.

Here is the call graph for this function:

◆ haikuStandardPath()

QString QT_BEGIN_NAMESPACE::haikuStandardPath ( directory_which  which)

Definition at line 76 of file qstandardpaths_haiku.cpp.

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

◆ haikuStandardPaths()

QStringList QT_BEGIN_NAMESPACE::haikuStandardPaths ( path_base_directory  baseDirectory)

Definition at line 89 of file qstandardpaths_haiku.cpp.

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

◆ isSafeDH()

bool QT_BEGIN_NAMESPACE::isSafeDH ( DH *  dh)

Definition at line 60 of file qssldiffiehellmanparameters_openssl.cpp.

Here is the call graph for this function:

◆ isUncontendedLocked()

bool QT_BEGIN_NAMESPACE::isUncontendedLocked ( const QReadWriteLockPrivate d)
inline

Definition at line 80 of file qreadwritelock.cpp.

◆ openNameSpaces()

void QT_BEGIN_NAMESPACE::openNameSpaces ( const QStringList namespaceList,
QTextStream output 
)

Definition at line 43 of file cppwritedeclaration.cpp.

Here is the caller graph for this function:

◆ operator==()

bool QT_BEGIN_NAMESPACE::operator== ( const CalendarName u,
const CalendarName v 
)
inline

Definition at line 70 of file qcalendar.cpp.

◆ optionsForPlatform()

QLocalServer::SocketOptions QT_BEGIN_NAMESPACE::optionsForPlatform ( QLocalServer::SocketOptions  srcOptions)

Definition at line 64 of file qlocalserver_unix.cpp.

◆ PasteboardGetItemCountSafe()

OSStatus QT_BEGIN_NAMESPACE::PasteboardGetItemCountSafe ( PasteboardRef  paste,
ItemCount *  cnt 
)

Definition at line 64 of file qmacclipboard.mm.

Here is the caller graph for this function:

◆ peer_info()

QString QT_BEGIN_NAMESPACE::peer_info ( const QHostAddress address,
quint16  port 
)

Definition at line 59 of file server.cpp.

◆ q_ASN1_TIME_free()

void QT_BEGIN_NAMESPACE::q_ASN1_TIME_free ( ASN1_TIME *  t)

◆ q_BIO_free()

int QT_BEGIN_NAMESPACE::q_BIO_free ( BIO *  a)

◆ q_BIO_new()

BIO* QT_BEGIN_NAMESPACE::q_BIO_new ( const BIO_METHOD *  a)

◆ q_BIO_s_mem()

const BIO_METHOD* QT_BEGIN_NAMESPACE::q_BIO_s_mem ( )

◆ q_BIO_write()

int QT_BEGIN_NAMESPACE::q_BIO_write ( BIO *  a,
const void b,
int  c 
)

◆ q_EVP_PKEY_cmp()

int QT_BEGIN_NAMESPACE::q_EVP_PKEY_cmp ( const EVP_PKEY *  a,
const EVP_PKEY *  b 
)

◆ q_EVP_PKEY_free()

void QT_BEGIN_NAMESPACE::q_EVP_PKEY_free ( EVP_PKEY *  a)
Here is the caller graph for this function:

◆ q_EVP_PKEY_new()

EVP_PKEY* QT_BEGIN_NAMESPACE::q_EVP_PKEY_new ( )
Here is the caller graph for this function:

◆ q_EVP_PKEY_set1_DH()

int QT_BEGIN_NAMESPACE::q_EVP_PKEY_set1_DH ( EVP_PKEY *  a,
DH *  b 
)

◆ q_EVP_PKEY_set1_DSA()

int QT_BEGIN_NAMESPACE::q_EVP_PKEY_set1_DSA ( EVP_PKEY *  a,
DSA *  b 
)

◆ q_EVP_PKEY_set1_EC_KEY()

int QT_BEGIN_NAMESPACE::q_EVP_PKEY_set1_EC_KEY ( EVP_PKEY *  a,
EC_KEY *  b 
)

◆ q_EVP_PKEY_set1_RSA()

int QT_BEGIN_NAMESPACE::q_EVP_PKEY_set1_RSA ( EVP_PKEY *  a,
RSA *  b 
)
Here is the caller graph for this function:

◆ q_EVP_PKEY_up_ref()

int QT_BEGIN_NAMESPACE::q_EVP_PKEY_up_ref ( EVP_PKEY *  a)

◆ q_EVP_sha1()

const EVP_MD* QT_BEGIN_NAMESPACE::q_EVP_sha1 ( )
Here is the caller graph for this function:

◆ Q_LOGGING_CATEGORY()

QT_BEGIN_NAMESPACE::Q_LOGGING_CATEGORY ( lcOsslSymbols  ,
"qt.openssl.symbols"   
)

◆ q_OPENSSL_sk_free()

void QT_BEGIN_NAMESPACE::q_OPENSSL_sk_free ( OPENSSL_STACK *  a)

◆ q_OPENSSL_sk_new_null()

OPENSSL_STACK* QT_BEGIN_NAMESPACE::q_OPENSSL_sk_new_null ( )

◆ q_OPENSSL_sk_num()

int QT_BEGIN_NAMESPACE::q_OPENSSL_sk_num ( OPENSSL_STACK *  a)

◆ q_OPENSSL_sk_pop_free()

void QT_BEGIN_NAMESPACE::q_OPENSSL_sk_pop_free ( OPENSSL_STACK *  a,
void(*)(void *)  b 
)

◆ q_OPENSSL_sk_push()

void QT_BEGIN_NAMESPACE::q_OPENSSL_sk_push ( OPENSSL_STACK *  st,
void data 
)

◆ q_OPENSSL_sk_value()

void* QT_BEGIN_NAMESPACE::q_OPENSSL_sk_value ( OPENSSL_STACK *  a,
int  b 
)

◆ q_PEM_read_bio_PrivateKey()

EVP_PKEY* QT_BEGIN_NAMESPACE::q_PEM_read_bio_PrivateKey ( BIO *  a,
EVP_PKEY **  b,
pem_password_cb *  c,
void d 
)

◆ q_PEM_read_bio_PUBKEY()

EVP_PKEY* QT_BEGIN_NAMESPACE::q_PEM_read_bio_PUBKEY ( BIO *  a,
EVP_PKEY **  b,
pem_password_cb *  c,
void d 
)

◆ q_X509_free()

void QT_BEGIN_NAMESPACE::q_X509_free ( X509 *  a)

◆ q_X509_gmtime_adj()

ASN1_TIME* QT_BEGIN_NAMESPACE::q_X509_gmtime_adj ( ASN1_TIME *  s,
long  adj 
)

◆ q_X509_up_ref()

void QT_BEGIN_NAMESPACE::q_X509_up_ref ( X509 *  a)

◆ qHash()

size_t QT_BEGIN_NAMESPACE::qHash ( const CalendarName key,
size_t  seed = 0 
)
inlinenoexcept

Definition at line 75 of file qcalendar.cpp.

◆ qsslSocketUnresolvedSymbolWarning()

void QT_BEGIN_NAMESPACE::qsslSocketUnresolvedSymbolWarning ( const char *  functionName)

Definition at line 126 of file qsslsocket_openssl_symbols.cpp.

◆ qt_scoped_lock()

template<typename Mutex , typename Lock = std::lock_guard <typename std::decay<Mutex>::type>>
Lock QT_BEGIN_NAMESPACE::qt_scoped_lock ( Mutex &  mutex)

Definition at line 94 of file qlocking_p.h.

Here is the caller graph for this function:

◆ qt_unique_lock() [1/2]

template<typename Mutex , typename Lock = std::unique_lock<typename std::decay<Mutex>::type>>
Lock QT_BEGIN_NAMESPACE::qt_unique_lock ( Mutex &  mutex)

Definition at line 100 of file qlocking_p.h.

Here is the caller graph for this function:

◆ qt_unique_lock() [2/2]

template<typename Mutex , typename Lock = std::unique_lock<typename std::decay<Mutex>::type>>
Lock QT_BEGIN_NAMESPACE::qt_unique_lock ( Mutex *  mutex)

Definition at line 106 of file qlocking_p.h.

◆ QueryInterfaceImpl()

template<typename T >
bool QT_BEGIN_NAMESPACE::QueryInterfaceImpl ( IUnknown *  from,
REFIID  riid,
void **  ppvObject 
)

Definition at line 59 of file qnetworklistmanagerevents.cpp.

◆ separate_if()

template<typename InputIt , typename OutputIt1 , typename OutputIt2 , typename UnaryPredicate >
std::pair<OutputIt1, OutputIt2> QT_BEGIN_NAMESPACE::separate_if ( InputIt  first,
InputIt  last,
OutputIt1  dest1,
OutputIt2  dest2,
UnaryPredicate  p 
)

Definition at line 88 of file qhostinfo.cpp.

◆ sum_will_overflow()

bool QT_BEGIN_NAMESPACE::sum_will_overflow ( qint32  windowSize,
qint32  delta 
)

Definition at line 157 of file qhttp2protocolhandler.cpp.

◆ tlsAlertDescription()

QString QT_BEGIN_NAMESPACE::tlsAlertDescription ( int  value)

Definition at line 84 of file qtls_openssl.cpp.

Here is the caller graph for this function:

◆ tlsAlertLevel()

QSsl::AlertLevel QT_BEGIN_NAMESPACE::tlsAlertLevel ( int  value)

Definition at line 65 of file qtls_openssl.cpp.

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

◆ tlsAlertType()

QSsl::AlertType QT_BEGIN_NAMESPACE::tlsAlertType ( int  value)

Definition at line 92 of file qtls_openssl.cpp.

Here is the caller graph for this function:

◆ toolBarAreaStringFromDOMAttributes()

QString QT_BEGIN_NAMESPACE::toolBarAreaStringFromDOMAttributes ( const CPP::WriteInitialization::DomPropertyMap attributes)

Definition at line 52 of file cppwriteinitialization.cpp.

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

◆ toZlibPointer()

z_stream* QT_BEGIN_NAMESPACE::toZlibPointer ( void ptr)

Definition at line 87 of file qdecompresshelper.cpp.

Here is the caller graph for this function:

◆ urlkey_from_request()

QUrl QT_BEGIN_NAMESPACE::urlkey_from_request ( const QHttpNetworkRequest request)

Definition at line 146 of file qhttp2protocolhandler.cpp.

Here is the call graph for this function:

◆ writeSetter()

template<class Value >
void QT_BEGIN_NAMESPACE::writeSetter ( const QString indent,
const QString varName,
const QString setter,
Value  v,
QTextStream str 
)

Definition at line 121 of file cppwriteinitialization.cpp.

◆ writeSpacerItem()

void QT_BEGIN_NAMESPACE::writeSpacerItem ( const DomSpacer node,
QTextStream output 
)

Definition at line 73 of file cppwriteinitialization.cpp.

Here is the caller graph for this function:

Variable Documentation

◆ contentEncodingMapping

constexpr ContentEncodingMapping QT_BEGIN_NAMESPACE::contentEncodingMapping[]
constexpr
Initial value:

Definition at line 67 of file qdecompresshelper.cpp.

◆ dummyLockedForRead

const auto QT_BEGIN_NAMESPACE::dummyLockedForRead = reinterpret_cast<QReadWriteLockPrivate *>(quintptr(StateLockedForRead))

Definition at line 78 of file qreadwritelock.cpp.

◆ dummyLockedForWrite

const auto QT_BEGIN_NAMESPACE::dummyLockedForWrite = reinterpret_cast<QReadWriteLockPrivate *>(quintptr(StateLockedForWrite))

Definition at line 79 of file qreadwritelock.cpp.

◆ NO_COLOR

const quint32 QT_BEGIN_NAMESPACE::NO_COLOR = 1

Definition at line 61 of file qandroidstyle.cpp.

◆ textStyle_bold

const int QT_BEGIN_NAMESPACE::textStyle_bold = 1

Definition at line 62 of file qandroidplatformtheme.cpp.

◆ textStyle_italic

const int QT_BEGIN_NAMESPACE::textStyle_italic = 2

Definition at line 63 of file qandroidplatformtheme.cpp.

◆ TRANSPARENT_COLOR

const quint32 QT_BEGIN_NAMESPACE::TRANSPARENT_COLOR = 0

Definition at line 62 of file qandroidstyle.cpp.

◆ typeface_monospace

const int QT_BEGIN_NAMESPACE::typeface_monospace = 3

Definition at line 67 of file qandroidplatformtheme.cpp.

◆ typeface_sans

const int QT_BEGIN_NAMESPACE::typeface_sans = 1

Definition at line 65 of file qandroidplatformtheme.cpp.

◆ typeface_serif

const int QT_BEGIN_NAMESPACE::typeface_serif = 2

Definition at line 66 of file qandroidplatformtheme.cpp.