java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.designer.QDesignerLanguageExtension.Impl
- All Implemented Interfaces:
QDesignerLanguageExtension
,QtObjectInterface
- Enclosing interface:
- QDesignerLanguageExtension
public abstract static class QDesignerLanguageExtension.Impl extends QtObject implements QDesignerLanguageExtension
Implementor class for interface QDesignerLanguageExtension
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.qt.designer.QDesignerLanguageExtension
QDesignerLanguageExtension.Impl
-
Constructor Summary
Constructors Modifier Constructor Description Impl()
protected
Impl(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
-
Constructor Details
-
Method Details
-
classNameOf
- Specified by:
classNameOf
in interfaceQDesignerLanguageExtension
-
createFormWindowSettingsDialog
@QtUninvokable public abstract QDialog createFormWindowSettingsDialog(QDesignerFormWindowInterface formWindow, QWidget parentWidget)- Specified by:
createFormWindowSettingsDialog
in interfaceQDesignerLanguageExtension
-
createPromotionDialog
Overloaded function for
createPromotionDialog(io.qt.designer.QDesignerFormEditorInterface, io.qt.widgets.QWidget)
withparentWidget = null
.- Specified by:
createPromotionDialog
in interfaceQDesignerLanguageExtension
-
createPromotionDialog
@QtUninvokable public abstract QDialog createPromotionDialog(QDesignerFormEditorInterface formEditor, QWidget parentWidget)- Specified by:
createPromotionDialog
in interfaceQDesignerLanguageExtension
-
createPromotionDialog
@QtUninvokable public final QDialog createPromotionDialog(QDesignerFormEditorInterface formEditor, String promotableWidgetClassName, String[] promoteToClassName)Overloaded function for
createPromotionDialog(io.qt.designer.QDesignerFormEditorInterface, java.lang.String, java.lang.String[], io.qt.widgets.QWidget)
withparentWidget = null
.- Specified by:
createPromotionDialog
in interfaceQDesignerLanguageExtension
-
createPromotionDialog
@QtUninvokable public abstract QDialog createPromotionDialog(QDesignerFormEditorInterface formEditor, String promotableWidgetClassName, String[] promoteToClassName, QWidget parentWidget)- Specified by:
createPromotionDialog
in interfaceQDesignerLanguageExtension
-
createResourceBrowser
@QtUninvokable public abstract QDesignerResourceBrowserInterface createResourceBrowser(QWidget parentWidget)- Specified by:
createResourceBrowser
in interfaceQDesignerLanguageExtension
-
isLanguageResource
- Specified by:
isLanguageResource
in interfaceQDesignerLanguageExtension
-
name
- Specified by:
name
in interfaceQDesignerLanguageExtension
-
signalMatchesSlot
- Specified by:
signalMatchesSlot
in interfaceQDesignerLanguageExtension
-
uiExtension
- Specified by:
uiExtension
in interfaceQDesignerLanguageExtension
-
widgetBoxContents
- Specified by:
widgetBoxContents
in interfaceQDesignerLanguageExtension
-