| 
| 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 134 of file qsimpleresource_p.h.
 
◆ DomScripts
◆ ScriptSource
| Enumerator | 
|---|
| ScriptDesigner  |  | 
| ScriptExtension  |  | 
| ScriptCustomWidgetPlugin  |  | 
Definition at line 100 of file qsimpleresource_p.h.
@ ScriptCustomWidgetPlugin
 
 
 
 
◆ QEditorFormBuilder()
  
  
      
        
          | qdesigner_internal::QEditorFormBuilder::QEditorFormBuilder  | 
          ( | 
          QDesignerFormEditorInterface *  | 
          core | ) | 
           | 
         
       
   | 
  
inlineexplicit   | 
  
 
Definition at line 136 of file qsimpleresource_p.h.
QSimpleResource(QDesignerFormEditorInterface *core)
 
QDesignerFormEditorInterface * core() const
 
 
 
 
◆ addCustomWidgetsToWidgetDatabase()
  
  
      
        
          | static void qdesigner_internal::QSimpleResource::addCustomWidgetsToWidgetDatabase  | 
          ( | 
          const QDesignerFormEditorInterface *  | 
          core,  | 
         
        
           | 
           | 
          QList< DomCustomWidget * > &  | 
          custom_widget_list  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
staticprivateinherited   | 
  
 
 
◆ addExtensionDataToDOM()
  
  
      
        
          | static void qdesigner_internal::QSimpleResource::addExtensionDataToDOM  | 
          ( | 
          QAbstractFormBuilder *  | 
          afb,  | 
         
        
           | 
           | 
          QDesignerFormEditorInterface *  | 
          core,  | 
         
        
           | 
           | 
          DomWidget *  | 
          ui_widget,  | 
         
        
           | 
           | 
          QWidget *  | 
          widget  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
staticinherited   | 
  
 
 
◆ addFakeMethods()
  
  
      
        
          | static bool qdesigner_internal::QSimpleResource::addFakeMethods  | 
          ( | 
          const DomSlots *  | 
          domSlots,  | 
         
        
           | 
           | 
          QStringList &  | 
          fakeSlots,  | 
         
        
           | 
           | 
          QStringList &  | 
          fakeSignals  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
staticprotectedinherited   | 
  
 
 
◆ addFakeMethodsToWidgetDataBase()
  
  
      
        
          | static void qdesigner_internal::QSimpleResource::addFakeMethodsToWidgetDataBase  | 
          ( | 
          const DomCustomWidget *  | 
          domCustomWidget,  | 
         
        
           | 
           | 
          WidgetDataBaseItem *  | 
          item  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
staticprivateinherited   | 
  
 
 
◆ addScript()
  
  
      
        
          | static void qdesigner_internal::QSimpleResource::addScript  | 
          ( | 
          const QString &  | 
          script,  | 
         
        
           | 
           | 
          ScriptSource  | 
          source,  | 
         
        
           | 
           | 
          DomScripts &  | 
          domScripts  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
staticprotectedinherited   | 
  
 
 
◆ applyExtensionDataFromDOM()
  
  
      
        
          | static void qdesigner_internal::QSimpleResource::applyExtensionDataFromDOM  | 
          ( | 
          QAbstractFormBuilder *  | 
          afb,  | 
         
        
           | 
           | 
          QDesignerFormEditorInterface *  | 
          core,  | 
         
        
           | 
           | 
          DomWidget *  | 
          ui_widget,  | 
         
        
           | 
           | 
          QWidget *  | 
          widget  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
staticinherited   | 
  
 
 
◆ copy() [1/2]
◆ copy() [2/2]
  
  
      
        
          | virtual bool qdesigner_internal::QEditorFormBuilder::copy  | 
          ( | 
          QIODevice *  | 
          dev,  | 
         
        
           | 
           | 
          const FormBuilderClipboard &  | 
          selection  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ core()
  
  
      
        
          | QDesignerFormEditorInterface* qdesigner_internal::QSimpleResource::core  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inlineinherited   | 
  
 
 
◆ createScript()
  
  
      
        
          | static DomScript* qdesigner_internal::QSimpleResource::createScript  | 
          ( | 
          const QString &  | 
          script,  | 
         
        
           | 
           | 
          ScriptSource  | 
          source  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
staticprotectedinherited   | 
  
 
 
◆ customWidgetScript() [1/2]
  
  
      
        
          | static QString qdesigner_internal::QSimpleResource::customWidgetScript  | 
          ( | 
          QDesignerFormEditorInterface *  | 
          core,  | 
         
        
           | 
           | 
          const QString &  | 
          className  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
staticinherited   | 
  
 
 
◆ customWidgetScript() [2/2]
  
  
      
        
          | static QString qdesigner_internal::QSimpleResource::customWidgetScript  | 
          ( | 
          QDesignerFormEditorInterface *  | 
          core,  | 
         
        
           | 
           | 
          QObject *  | 
          object  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
staticinherited   | 
  
 
 
◆ handleDomCustomWidgets()
  
  
      
        
          | static void qdesigner_internal::QSimpleResource::handleDomCustomWidgets  | 
          ( | 
          const QDesignerFormEditorInterface *  | 
          core,  | 
         
        
           | 
           | 
          const DomCustomWidgets *  | 
          dom_custom_widgets  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
staticinherited   | 
  
 
 
◆ hasCustomWidgetScript()
  
  
      
        
          | static bool qdesigner_internal::QSimpleResource::hasCustomWidgetScript  | 
          ( | 
          QDesignerFormEditorInterface *  | 
          core,  | 
         
        
           | 
           | 
          QObject *  | 
          object  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
staticinherited   | 
  
 
 
◆ paste() [1/2]
  
  
      
        
          | virtual FormBuilderClipboard qdesigner_internal::QEditorFormBuilder::paste  | 
          ( | 
          DomUI *  | 
          ui,  | 
         
        
           | 
           | 
          QWidget *  | 
          widgetParent,  | 
         
        
           | 
           | 
          QObject *  | 
          actionParent = 0  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ paste() [2/2]
  
  
      
        
          | virtual FormBuilderClipboard qdesigner_internal::QEditorFormBuilder::paste  | 
          ( | 
          QIODevice *  | 
          dev,  | 
         
        
           | 
           | 
          QWidget *  | 
          widgetParent,  | 
         
        
           | 
           | 
          QObject *  | 
          actionParent = 0  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ saveBrush()
  
  
      
        
          | DomBrush* qdesigner_internal::QSimpleResource::saveBrush  | 
          ( | 
          const QBrush &  | 
          brush | ) | 
           | 
         
       
   | 
  
inherited   | 
  
 
 
◆ setupBrush()
  
  
      
        
          | QBrush qdesigner_internal::QSimpleResource::setupBrush  | 
          ( | 
          DomBrush *  | 
          brush | ) | 
           | 
         
       
   | 
  
inherited   | 
  
 
 
◆ m_core
  
  
      
        
          | QDesignerFormEditorInterface* qdesigner_internal::QSimpleResource::m_core | 
         
       
   | 
  
privateinherited   | 
  
 
 
◆ m_warningsEnabled
  
  
      
        
          | bool qdesigner_internal::QSimpleResource::m_warningsEnabled | 
         
       
   | 
  
staticprivateinherited   | 
  
 
 
The documentation for this class was generated from the following file: