|
| static void | addExtensionDataToDOM (QAbstractFormBuilder *afb, QDesignerFormEditorInterface *core, DomWidget *ui_widget, QWidget *widget) |
| |
| static void | applyExtensionDataFromDOM (QAbstractFormBuilder *afb, QDesignerFormEditorInterface *core, DomWidget *ui_widget, QWidget *widget) |
| |
| static QString | customWidgetScript (QDesignerFormEditorInterface *core, const QString &className) |
| |
| static QString | customWidgetScript (QDesignerFormEditorInterface *core, QObject *object) |
| |
| static void | handleDomCustomWidgets (const QDesignerFormEditorInterface *core, const DomCustomWidgets *dom_custom_widgets) |
| |
| static bool | hasCustomWidgetScript (QDesignerFormEditorInterface *core, QObject *object) |
| |
|
| QDesignerFormEditorInterface * | m_core |
| |
Definition at line 73 of file qsimpleresource_p.h.
◆ DomScripts
◆ ScriptSource
| Enumerator |
|---|
| ScriptDesigner | |
| ScriptExtension | |
| ScriptCustomWidgetPlugin | |
Definition at line 100 of file qsimpleresource_p.h.
@ ScriptCustomWidgetPlugin
◆ QSimpleResource()
| qdesigner_internal::QSimpleResource::QSimpleResource |
( |
QDesignerFormEditorInterface * |
core | ) |
|
|
explicit |
◆ ~QSimpleResource()
| virtual qdesigner_internal::QSimpleResource::~QSimpleResource |
( |
| ) |
|
|
virtual |
◆ addCustomWidgetsToWidgetDatabase()
| static void qdesigner_internal::QSimpleResource::addCustomWidgetsToWidgetDatabase |
( |
const QDesignerFormEditorInterface * |
core, |
|
|
QList< DomCustomWidget * > & |
custom_widget_list |
|
) |
| |
|
staticprivate |
◆ addExtensionDataToDOM()
| static void qdesigner_internal::QSimpleResource::addExtensionDataToDOM |
( |
QAbstractFormBuilder * |
afb, |
|
|
QDesignerFormEditorInterface * |
core, |
|
|
DomWidget * |
ui_widget, |
|
|
QWidget * |
widget |
|
) |
| |
|
static |
◆ addFakeMethods()
| static bool qdesigner_internal::QSimpleResource::addFakeMethods |
( |
const DomSlots * |
domSlots, |
|
|
QStringList & |
fakeSlots, |
|
|
QStringList & |
fakeSignals |
|
) |
| |
|
staticprotected |
◆ addFakeMethodsToWidgetDataBase()
| static void qdesigner_internal::QSimpleResource::addFakeMethodsToWidgetDataBase |
( |
const DomCustomWidget * |
domCustomWidget, |
|
|
WidgetDataBaseItem * |
item |
|
) |
| |
|
staticprivate |
◆ addScript()
| static void qdesigner_internal::QSimpleResource::addScript |
( |
const QString & |
script, |
|
|
ScriptSource |
source, |
|
|
DomScripts & |
domScripts |
|
) |
| |
|
staticprotected |
◆ applyExtensionDataFromDOM()
| static void qdesigner_internal::QSimpleResource::applyExtensionDataFromDOM |
( |
QAbstractFormBuilder * |
afb, |
|
|
QDesignerFormEditorInterface * |
core, |
|
|
DomWidget * |
ui_widget, |
|
|
QWidget * |
widget |
|
) |
| |
|
static |
◆ core()
| QDesignerFormEditorInterface* qdesigner_internal::QSimpleResource::core |
( |
| ) |
const |
|
inline |
◆ createScript()
| static DomScript* qdesigner_internal::QSimpleResource::createScript |
( |
const QString & |
script, |
|
|
ScriptSource |
source |
|
) |
| |
|
staticprotected |
◆ customWidgetScript() [1/2]
| static QString qdesigner_internal::QSimpleResource::customWidgetScript |
( |
QDesignerFormEditorInterface * |
core, |
|
|
const QString & |
className |
|
) |
| |
|
static |
◆ customWidgetScript() [2/2]
| static QString qdesigner_internal::QSimpleResource::customWidgetScript |
( |
QDesignerFormEditorInterface * |
core, |
|
|
QObject * |
object |
|
) |
| |
|
static |
◆ handleDomCustomWidgets()
| static void qdesigner_internal::QSimpleResource::handleDomCustomWidgets |
( |
const QDesignerFormEditorInterface * |
core, |
|
|
const DomCustomWidgets * |
dom_custom_widgets |
|
) |
| |
|
static |
◆ hasCustomWidgetScript()
| static bool qdesigner_internal::QSimpleResource::hasCustomWidgetScript |
( |
QDesignerFormEditorInterface * |
core, |
|
|
QObject * |
object |
|
) |
| |
|
static |
◆ saveBrush()
| DomBrush* qdesigner_internal::QSimpleResource::saveBrush |
( |
const QBrush & |
brush | ) |
|
◆ setupBrush()
| QBrush qdesigner_internal::QSimpleResource::setupBrush |
( |
DomBrush * |
brush | ) |
|
◆ m_core
| QDesignerFormEditorInterface* qdesigner_internal::QSimpleResource::m_core |
|
private |
◆ m_warningsEnabled
| bool qdesigner_internal::QSimpleResource::m_warningsEnabled |
|
staticprivate |
The documentation for this class was generated from the following file: