Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
utils.h File Reference

(68d041d27d85efa1b54d111c02f3ca252841224b)

#include "ui4.h"
#include <qstring.h>
#include <qlist.h>
#include <qhash.h>
+ Include dependency graph for utils.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

QT_BEGIN_NAMESPACE bool toBool (const QString &str)
 
QString toString (const DomString *str)
 
QHash< QString, DomProperty * > propertyMap (const QList< DomProperty * > &properties)
 

Function Documentation

◆ propertyMap()

QHash< QString, DomProperty * > propertyMap ( const QList< DomProperty * > & properties)
inline

Definition at line 20 of file utils.h.

References QMap< Key, T >::insert(), map, and properties.

Referenced by CPP::WriteInitialization::acceptLayout(), CPP::WriteInitialization::acceptWidget(), and DatabaseInfo::acceptWidget().

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

◆ toBool()

QT_BEGIN_NAMESPACE bool toBool ( const QString & str)
inline

◆ toString()

QString toString ( const DomString * str)
inline

Definition at line 17 of file utils.h.

References str.