java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.designer.QDesignerWidgetDataBaseItemInterface.Impl
- All Implemented Interfaces:
QDesignerWidgetDataBaseItemInterface
,QtObjectInterface
- Enclosing interface:
- QDesignerWidgetDataBaseItemInterface
public abstract static class QDesignerWidgetDataBaseItemInterface.Impl extends QtObject implements QDesignerWidgetDataBaseItemInterface
Implementor class for interface QDesignerWidgetDataBaseItemInterface
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.qt.designer.QDesignerWidgetDataBaseItemInterface
QDesignerWidgetDataBaseItemInterface.Impl
-
Constructor Summary
Constructors Modifier Constructor Description Impl()
protected
Impl(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description abstract List<Object>
defaultPropertyValues()
abstract String
getExtends()
abstract String
group()
abstract QIcon
icon()
abstract String
includeFile()
abstract boolean
isCompat()
abstract boolean
isContainer()
abstract boolean
isCustom()
abstract boolean
isPromoted()
abstract String
name()
abstract String
pluginPath()
abstract void
setCompat(boolean compat)
abstract void
setContainer(boolean container)
abstract void
setCustom(boolean custom)
abstract void
setDefaultPropertyValues(Collection<Object> list)
abstract void
setExtends(String s)
abstract void
setGroup(String group)
abstract void
setIcon(QIcon icon)
abstract void
setIncludeFile(String includeFile)
abstract void
setName(String name)
abstract void
setPluginPath(String path)
abstract void
setPromoted(boolean b)
abstract void
setToolTip(String toolTip)
abstract void
setWhatsThis(String whatsThis)
abstract String
toolTip()
abstract String
whatsThis()
-
Constructor Details
-
Method Details
-
defaultPropertyValues
- Specified by:
defaultPropertyValues
in interfaceQDesignerWidgetDataBaseItemInterface
-
getExtends
- Specified by:
getExtends
in interfaceQDesignerWidgetDataBaseItemInterface
-
group
- Specified by:
group
in interfaceQDesignerWidgetDataBaseItemInterface
-
icon
- Specified by:
icon
in interfaceQDesignerWidgetDataBaseItemInterface
-
includeFile
- Specified by:
includeFile
in interfaceQDesignerWidgetDataBaseItemInterface
-
isCompat
- Specified by:
isCompat
in interfaceQDesignerWidgetDataBaseItemInterface
-
isContainer
- Specified by:
isContainer
in interfaceQDesignerWidgetDataBaseItemInterface
-
isCustom
- Specified by:
isCustom
in interfaceQDesignerWidgetDataBaseItemInterface
-
isPromoted
- Specified by:
isPromoted
in interfaceQDesignerWidgetDataBaseItemInterface
-
name
- Specified by:
name
in interfaceQDesignerWidgetDataBaseItemInterface
-
pluginPath
- Specified by:
pluginPath
in interfaceQDesignerWidgetDataBaseItemInterface
-
setCompat
- Specified by:
setCompat
in interfaceQDesignerWidgetDataBaseItemInterface
-
setContainer
- Specified by:
setContainer
in interfaceQDesignerWidgetDataBaseItemInterface
-
setCustom
- Specified by:
setCustom
in interfaceQDesignerWidgetDataBaseItemInterface
-
setDefaultPropertyValues
- Specified by:
setDefaultPropertyValues
in interfaceQDesignerWidgetDataBaseItemInterface
-
setExtends
- Specified by:
setExtends
in interfaceQDesignerWidgetDataBaseItemInterface
-
setGroup
- Specified by:
setGroup
in interfaceQDesignerWidgetDataBaseItemInterface
-
setIcon
- Specified by:
setIcon
in interfaceQDesignerWidgetDataBaseItemInterface
-
setIncludeFile
- Specified by:
setIncludeFile
in interfaceQDesignerWidgetDataBaseItemInterface
-
setName
- Specified by:
setName
in interfaceQDesignerWidgetDataBaseItemInterface
-
setPluginPath
- Specified by:
setPluginPath
in interfaceQDesignerWidgetDataBaseItemInterface
-
setPromoted
- Specified by:
setPromoted
in interfaceQDesignerWidgetDataBaseItemInterface
-
setToolTip
- Specified by:
setToolTip
in interfaceQDesignerWidgetDataBaseItemInterface
-
setWhatsThis
- Specified by:
setWhatsThis
in interfaceQDesignerWidgetDataBaseItemInterface
-
toolTip
- Specified by:
toolTip
in interfaceQDesignerWidgetDataBaseItemInterface
-
whatsThis
- Specified by:
whatsThis
in interfaceQDesignerWidgetDataBaseItemInterface
-