java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.designer.QDesignerCustomWidgetInterface.Impl
- All Implemented Interfaces:
QDesignerCustomWidgetInterface
,QtObjectInterface
- Enclosing interface:
- QDesignerCustomWidgetInterface
public abstract static class QDesignerCustomWidgetInterface.Impl extends QtObject implements QDesignerCustomWidgetInterface
Implementor class for interface QDesignerCustomWidgetInterface
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.qt.designer.QDesignerCustomWidgetInterface
QDesignerCustomWidgetInterface.Impl, QDesignerCustomWidgetInterface.MemberAccess
-
Constructor Summary
Constructors Modifier Constructor Description Impl()
protected
Impl(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description String
codeTemplate()
abstract QWidget
createWidget(QWidget parent)
String
domXml()
abstract String
group()
abstract QIcon
icon()
abstract String
includeFile()
void
initialize(QDesignerFormEditorInterface core)
abstract boolean
isContainer()
boolean
isInitialized()
abstract String
name()
abstract String
toolTip()
abstract String
whatsThis()
-
Constructor Details
-
Method Details
-
codeTemplate
- Specified by:
codeTemplate
in interfaceQDesignerCustomWidgetInterface
-
createWidget
- Specified by:
createWidget
in interfaceQDesignerCustomWidgetInterface
-
domXml
- Specified by:
domXml
in interfaceQDesignerCustomWidgetInterface
-
group
- Specified by:
group
in interfaceQDesignerCustomWidgetInterface
-
icon
- Specified by:
icon
in interfaceQDesignerCustomWidgetInterface
-
includeFile
- Specified by:
includeFile
in interfaceQDesignerCustomWidgetInterface
-
initialize
- Specified by:
initialize
in interfaceQDesignerCustomWidgetInterface
-
isContainer
- Specified by:
isContainer
in interfaceQDesignerCustomWidgetInterface
-
isInitialized
- Specified by:
isInitialized
in interfaceQDesignerCustomWidgetInterface
-
name
- Specified by:
name
in interfaceQDesignerCustomWidgetInterface
-
toolTip
- Specified by:
toolTip
in interfaceQDesignerCustomWidgetInterface
-
whatsThis
- Specified by:
whatsThis
in interfaceQDesignerCustomWidgetInterface
-