java.lang.Object
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 class io.qt.QtObject
QtObject.QPrivateConstructor
Nested classes/interfaces inherited from interface io.qt.designer.QDesignerLanguageExtension
QDesignerLanguageExtension.Impl
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract String
classNameOf
(QObject object) abstract QDialog
createFormWindowSettingsDialog
(QDesignerFormWindowInterface formWindow, QWidget parentWidget) final QDialog
createPromotionDialog
(QDesignerFormEditorInterface formEditor) Overloaded function forcreatePromotionDialog(io.qt.designer.QDesignerFormEditorInterface, io.qt.widgets.QWidget)
withparentWidget = null
.final QDialog
createPromotionDialog
(QDesignerFormEditorInterface formEditor, String promotableWidgetClassName, QString[] promoteToClassName) Overloaded function forcreatePromotionDialog(io.qt.designer.QDesignerFormEditorInterface, java.lang.String, io.qt.core.QString[], io.qt.widgets.QWidget)
withparentWidget = null
.abstract QDialog
createPromotionDialog
(QDesignerFormEditorInterface formEditor, String promotableWidgetClassName, QString[] promoteToClassName, QWidget parentWidget) abstract QDialog
createPromotionDialog
(QDesignerFormEditorInterface formEditor, QWidget parentWidget) abstract QDesignerResourceBrowserInterface
createResourceBrowser
(QWidget parentWidget) abstract boolean
isLanguageResource
(String path) abstract String
name()
abstract boolean
signalMatchesSlot
(String signal, String slot) abstract String
abstract String
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.qt.QtObjectInterface
dispose, isDisposed
-
Constructor Details
-
Impl
public Impl() -
Impl
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
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, QString[] promoteToClassName) Overloaded function for
createPromotionDialog(io.qt.designer.QDesignerFormEditorInterface, java.lang.String, io.qt.core.QString[], io.qt.widgets.QWidget)
withparentWidget = null
.- Specified by:
createPromotionDialog
in interfaceQDesignerLanguageExtension
-
createPromotionDialog
@QtUninvokable public abstract QDialog createPromotionDialog(QDesignerFormEditorInterface formEditor, String promotableWidgetClassName, QString[] 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
-