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

(bd6cfe6a5637f2fac2ffebefe4e693e57817ae1c)

#include <QtDesigner/QDesignerComponents>
#include <actioneditor_p.h>
#include <pluginmanager_p.h>
#include <widgetdatabase_p.h>
#include <widgetfactory_p.h>
#include <formeditor/formeditor.h>
#include <widgetbox/widgetbox.h>
#include <propertyeditor/propertyeditor.h>
#include <objectinspector/objectinspector.h>
#include <taskmenu/taskmenu_component.h>
#include "qtresourceview_p.h"
#include <signalsloteditor/signalsloteditorwindow.h>
#include <buddyeditor/buddyeditor_plugin.h>
#include <signalsloteditor/signalsloteditor_plugin.h>
#include <tabordereditor/tabordereditor_plugin.h>
#include <QtDesigner/abstractlanguage.h>
#include <QtDesigner/qextensionmanager.h>
#include <QtDesigner/abstractintegration.h>
#include <QtDesigner/abstractresourcebrowser.h>
#include <QtCore/qplugin.h>
#include <QtCore/qdir.h>
#include <QtCore/qtextstream.h>
#include <QtCore/qdebug.h>
#include <QtCore/qfile.h>
#include <QtCore/qfileinfo.h>
+ Include dependency graph for qdesigner_components.cpp:

Go to the source code of this file.

Macros

#define INIT_PLUGIN_INSTANCE(PLUGIN)
 

Functions

static void initResources ()
 
static void initInstances ()
 
static int qtMajorVersion (int qtVersion)
 
static int qtMinorVersion (int qtVersion)
 
static void setMinorVersion (int minorVersion, int *qtVersion)
 
static QString widgetBoxFileName (int qtVersion, const QDesignerLanguageExtension *lang=nullptr)
 

Macro Definition Documentation

◆ INIT_PLUGIN_INSTANCE

#define INIT_PLUGIN_INSTANCE ( PLUGIN)
Value:
do { \
Static##PLUGIN##PluginInstance instance; \
Q_UNUSED(instance); \
} while (0)

Definition at line 35 of file qdesigner_components.cpp.

Function Documentation

◆ initInstances()

static void initInstances ( )
static

Definition at line 54 of file qdesigner_components.cpp.

◆ initResources()

static void initResources ( )
static

Definition at line 45 of file qdesigner_components.cpp.

◆ qtMajorVersion()

static int qtMajorVersion ( int qtVersion)
inlinestatic

Definition at line 128 of file qdesigner_components.cpp.

Referenced by widgetBoxFileName().

+ Here is the caller graph for this function:

◆ qtMinorVersion()

static int qtMinorVersion ( int qtVersion)
inlinestatic

Definition at line 129 of file qdesigner_components.cpp.

Referenced by widgetBoxFileName().

+ Here is the caller graph for this function:

◆ setMinorVersion()

static void setMinorVersion ( int minorVersion,
int * qtVersion )
inlinestatic

Definition at line 130 of file qdesigner_components.cpp.

◆ widgetBoxFileName()

static QString widgetBoxFileName ( int qtVersion,
const QDesignerLanguageExtension * lang = nullptr )
inlinestatic

Definition at line 137 of file qdesigner_components.cpp.

References qtMajorVersion(), and qtMinorVersion().

+ Here is the call graph for this function: