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
proitems.cpp File Reference

(a09e4d78d071cf5f8833d89d19856d9c4a851e20)

#include "proitems.h"
#include <qfileinfo.h>
#include <qset.h>
#include <qstringlist.h>
#include <qtextstream.h>
#include <private/qduplicatetracker_p.h>
+ Include dependency graph for proitems.cpp:

Go to the source code of this file.

Functions

size_t qHash (const ProString &str)
 
QString operator+ (const ProString &one, const ProString &two)
 
QTextStreamoperator<< (QTextStream &t, const ProString &str)
 
static QString ProStringList_join (const ProStringList &this_, const QChar *sep, const int sepSize)
 
QDebug operator<< (QDebug debug, const ProString &str)
 

Function Documentation

◆ operator+()

QString operator+ ( const ProString & one,
const ProString & two )

Definition at line 251 of file proitems.cpp.

◆ operator<<() [1/2]

QDebug operator<< ( QDebug debug,
const ProString & str )

Definition at line 463 of file proitems.cpp.

References ProString::toQString().

+ Here is the call graph for this function:

◆ operator<<() [2/2]

QTextStream & operator<< ( QTextStream & t,
const ProString & str )

Definition at line 298 of file proitems.cpp.

◆ ProStringList_join()

static QString ProStringList_join ( const ProStringList & this_,
const QChar * sep,
const int sepSize )
static

Definition at line 304 of file proitems.cpp.

References ProString::size().

+ Here is the call graph for this function:

◆ qHash()

size_t qHash ( const ProString & str)

Definition at line 95 of file proitems.cpp.