![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Types | |
| using | ClassNamePropertyNameKey = std::pair<QString, QString> |
| using | ClassNamePropertyNameKey = std::pair<QString, QString> |
Public Member Functions | |
| QDesignerPluginManagerPrivate (QDesignerFormEditorInterface *core) | |
| void | clearCustomWidgets () |
| bool | addCustomWidget (QDesignerCustomWidgetInterface *c, const QString &pluginPath, const QString &designerLanguage) |
| void | addCustomWidgets (QObject *o, const QString &pluginPath, const QString &designerLanguage) |
| QStringList | defaultPluginPaths () const |
| QDesignerPluginManagerPrivate (QDesignerFormEditorInterface *core) | |
| void | clearCustomWidgets () |
| bool | addCustomWidget (QDesignerCustomWidgetInterface *c, const QString &pluginPath, const QString &designerLanguage) |
| void | addCustomWidgets (QObject *o, const QString &pluginPath, const QString &designerLanguage) |
| QStringList | defaultPluginPaths () const |
Definition at line 416 of file pluginmanager.cpp.
| using QDesignerPluginManagerPrivate::ClassNamePropertyNameKey = std::pair<QString, QString> |
Definition at line 418 of file pluginmanager.cpp.
| using QDesignerPluginManagerPrivate::ClassNamePropertyNameKey = std::pair<QString, QString> |
Definition at line 418 of file pluginmanager.cpp.
| QDesignerPluginManagerPrivate::QDesignerPluginManagerPrivate | ( | QDesignerFormEditorInterface * | core | ) |
Definition at line 448 of file pluginmanager.cpp.
References m_core, and m_initialized.
| QDesignerPluginManagerPrivate::QDesignerPluginManagerPrivate | ( | QDesignerFormEditorInterface * | core | ) |
| bool QDesignerPluginManagerPrivate::addCustomWidget | ( | QDesignerCustomWidgetInterface * | c, |
| const QString & | pluginPath, | ||
| const QString & | designerLanguage ) |
Definition at line 462 of file pluginmanager.cpp.
References m_core.
| bool QDesignerPluginManagerPrivate::addCustomWidget | ( | QDesignerCustomWidgetInterface * | c, |
| const QString & | pluginPath, | ||
| const QString & | designerLanguage ) |
| void QDesignerPluginManagerPrivate::addCustomWidgets | ( | QObject * | o, |
| const QString & | pluginPath, | ||
| const QString & | designerLanguage ) |
Definition at line 499 of file pluginmanager.cpp.
| void QDesignerPluginManagerPrivate::addCustomWidgets | ( | QObject * | o, |
| const QString & | pluginPath, | ||
| const QString & | designerLanguage ) |
| void QDesignerPluginManagerPrivate::clearCustomWidgets | ( | ) |
Definition at line 454 of file pluginmanager.cpp.
| void QDesignerPluginManagerPrivate::clearCustomWidgets | ( | ) |
| QStringList QDesignerPluginManagerPrivate::defaultPluginPaths | ( | ) | const |
| QStringList QDesignerPluginManagerPrivate::defaultPluginPaths | ( | ) | const |
| QDesignerFormEditorInterface * QDesignerPluginManagerPrivate::m_core |
Definition at line 430 of file pluginmanager.cpp.
Referenced by QDesignerPluginManagerPrivate(), and addCustomWidget().
| QList< QDesignerCustomWidgetData > QDesignerPluginManagerPrivate::m_customWidgetData |
Definition at line 441 of file pluginmanager.cpp.
| QList< QDesignerCustomWidgetInterface * > QDesignerPluginManagerPrivate::m_customWidgets |
Definition at line 440 of file pluginmanager.cpp.
| QStringList QDesignerPluginManagerPrivate::m_disabledPlugins |
Definition at line 434 of file pluginmanager.cpp.
Definition at line 436 of file pluginmanager.cpp.
| bool QDesignerPluginManagerPrivate::m_initialized |
Definition at line 445 of file pluginmanager.cpp.
Referenced by QDesignerPluginManagerPrivate().
| QStringList QDesignerPluginManagerPrivate::m_pluginPaths |
Definition at line 431 of file pluginmanager.cpp.
| QStringList QDesignerPluginManagerPrivate::m_registeredPlugins |
Definition at line 432 of file pluginmanager.cpp.