java.lang.Object
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 class io.qt.QtObject
QtObject.QPrivateConstructor
Nested classes/interfaces inherited from interface io.qt.designer.QDesignerWidgetDataBaseItemInterface
QDesignerWidgetDataBaseItemInterface.Impl
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract String
abstract String
group()
abstract QIcon
icon()
abstract String
abstract boolean
isCompat()
abstract boolean
abstract boolean
isCustom()
abstract boolean
abstract String
name()
abstract String
abstract void
setCompat
(boolean compat) abstract void
setContainer
(boolean container) abstract void
setCustom
(boolean custom) abstract void
setDefaultPropertyValues
(Collection<? extends Object> list) abstract void
setExtends
(String s) abstract void
abstract void
abstract void
setIncludeFile
(String includeFile) abstract void
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
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
-
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
-