Lines Matching refs:QDesignerFormEditorInterface

162 QDesignerFormEditorInterface::QDesignerFormEditorInterface(QObject *parent)  in QDesignerFormEditorInterface()  function in QDesignerFormEditorInterface
172 QDesignerFormEditorInterface::~QDesignerFormEditorInterface() = default;
179 QDesignerWidgetBoxInterface *QDesignerFormEditorInterface::widgetBox() const in widgetBox()
189 void QDesignerFormEditorInterface::setWidgetBox(QDesignerWidgetBoxInterface *widgetBox) in setWidgetBox()
199 QDesignerPropertyEditorInterface *QDesignerFormEditorInterface::propertyEditor() const in propertyEditor()
209 void QDesignerFormEditorInterface::setPropertyEditor(QDesignerPropertyEditorInterface *propertyEdit… in setPropertyEditor()
219 QDesignerActionEditorInterface *QDesignerFormEditorInterface::actionEditor() const in actionEditor()
229 void QDesignerFormEditorInterface::setActionEditor(QDesignerActionEditorInterface *actionEditor) in setActionEditor()
237 QWidget *QDesignerFormEditorInterface::topLevel() const in topLevel()
245 void QDesignerFormEditorInterface::setTopLevel(QWidget *topLevel) in setTopLevel()
253 QDesignerFormWindowManagerInterface *QDesignerFormEditorInterface::formWindowManager() const in formWindowManager()
261 void QDesignerFormEditorInterface::setFormManager(QDesignerFormWindowManagerInterface *formWindowMa… in setFormManager()
269 QExtensionManager *QDesignerFormEditorInterface::extensionManager() const in extensionManager()
277 void QDesignerFormEditorInterface::setExtensionManager(QExtensionManager *extensionManager) in setExtensionManager()
287 QDesignerMetaDataBaseInterface *QDesignerFormEditorInterface::metaDataBase() const in metaDataBase()
295 void QDesignerFormEditorInterface::setMetaDataBase(QDesignerMetaDataBaseInterface *metaDataBase) in setMetaDataBase()
305 QDesignerWidgetDataBaseInterface *QDesignerFormEditorInterface::widgetDataBase() const in widgetDataBase()
313 void QDesignerFormEditorInterface::setWidgetDataBase(QDesignerWidgetDataBaseInterface *widgetDataBa… in setWidgetDataBase()
324 QDesignerPromotionInterface *QDesignerFormEditorInterface::promotion() const in promotion()
335 void QDesignerFormEditorInterface::setPromotion(QDesignerPromotionInterface *promotion) in setPromotion()
347 QDesignerWidgetFactoryInterface *QDesignerFormEditorInterface::widgetFactory() const in widgetFactory()
355 void QDesignerFormEditorInterface::setWidgetFactory(QDesignerWidgetFactoryInterface *widgetFactory) in setWidgetFactory()
363 QDesignerObjectInspectorInterface *QDesignerFormEditorInterface::objectInspector() const in objectInspector()
374 void QDesignerFormEditorInterface::setObjectInspector(QDesignerObjectInspectorInterface *objectInsp… in setObjectInspector()
384 QDesignerIntegrationInterface *QDesignerFormEditorInterface::integration() const in integration()
392 void QDesignerFormEditorInterface::setIntegration(QDesignerIntegrationInterface *integration) in setIntegration()
402 QList<QDesignerOptionsPageInterface*> QDesignerFormEditorInterface::optionsPages() const in optionsPages()
412 void QDesignerFormEditorInterface::setOptionsPages(const QList<QDesignerOptionsPageInterface*> &opt… in setOptionsPages()
423 QDesignerPluginManager *QDesignerFormEditorInterface::pluginManager() const in pluginManager()
434 void QDesignerFormEditorInterface::setPluginManager(QDesignerPluginManager *pluginManager) in setPluginManager()
444 QtResourceModel *QDesignerFormEditorInterface::resourceModel() const in resourceModel()
455 void QDesignerFormEditorInterface::setResourceModel(QtResourceModel *resourceModel) in setResourceModel()
465 QtGradientManager *QDesignerFormEditorInterface::gradientManager() const in gradientManager()
476 void QDesignerFormEditorInterface::setGradientManager(QtGradientManager *gradientManager) in setGradientManager()
486 QDesignerSettingsInterface *QDesignerFormEditorInterface::settingsManager() const in settingsManager()
496 void QDesignerFormEditorInterface::setSettingsManager(QDesignerSettingsInterface *settingsManager) in setSettingsManager()
514 QDesignerIntrospectionInterface *QDesignerFormEditorInterface::introspection() const in introspection()
525 void QDesignerFormEditorInterface::setIntrospection(QDesignerIntrospectionInterface *introspection) in setIntrospection()
536 QString QDesignerFormEditorInterface::resourceLocation() const in resourceLocation()
551 QDesignerDialogGuiInterface *QDesignerFormEditorInterface::dialogGui() const in dialogGui()
562 void QDesignerFormEditorInterface::setDialogGui(QDesignerDialogGuiInterface *dialogGui) in setDialogGui()
576 QObjectList QDesignerFormEditorInterface::pluginInstances() const in pluginInstances()
589 QIcon QDesignerFormEditorInterface::createIcon(const QString &name) in createIcon()