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
widgetdatabase_p.h File Reference

(36ae08faf04ec68f75f4f0ac9454cee2351f871e)

#include "shared_global_p.h"
#include <QtDesigner/abstractwidgetdatabase.h>
#include <QtGui/qicon.h>
#include <QtCore/qstring.h>
#include <QtCore/qvariant.h>
#include <QtCore/qpair.h>
#include <QtCore/qstringlist.h>
+ Include dependency graph for widgetdatabase_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  qdesigner_internal::WidgetDataBaseItem
 
class  qdesigner_internal::WidgetDataBase
 

Namespaces

namespace  qdesigner_internal
 Auxiliary methods to store/retrieve settings.
 

Typedefs

using qdesigner_internal::IncludeSpecification = std::pair<QString, IncludeType>
 
using qdesigner_internal::WidgetDataBaseItemList = QList<QDesignerWidgetDataBaseItemInterface *>
 

Enumerations

enum  qdesigner_internal::IncludeType { qdesigner_internal::IncludeLocal , qdesigner_internal::IncludeGlobal }
 

Functions

QDESIGNER_SHARED_EXPORT IncludeSpecification qdesigner_internal::includeSpecification (QString includeFile)
 
QDESIGNER_SHARED_EXPORT QString qdesigner_internal::buildIncludeFile (QString includeFile, IncludeType includeType)
 
QDESIGNER_SHARED_EXPORT QDesignerWidgetDataBaseItemInterfaceqdesigner_internal::appendDerived (QDesignerWidgetDataBaseInterface *db, const QString &className, const QString &group, const QString &baseClassName, const QString &includeFile, bool promoted, bool custom)
 
QDESIGNER_SHARED_EXPORT WidgetDataBaseItemList qdesigner_internal::promotionCandidates (const QDesignerWidgetDataBaseInterface *db, const QString &baseClassName)