java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.designer.QDesignerSettingsInterface.Impl
- All Implemented Interfaces:
QDesignerSettingsInterface
,QtObjectInterface
- Enclosing interface:
- QDesignerSettingsInterface
public abstract static class QDesignerSettingsInterface.Impl extends QtObject implements QDesignerSettingsInterface
Implementor class for interface QDesignerSettingsInterface
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.qt.designer.QDesignerSettingsInterface
QDesignerSettingsInterface.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 void
beginGroup(String prefix)
abstract boolean
contains(String key)
abstract void
endGroup()
abstract void
remove(String key)
abstract void
setValue(String key, Object value)
Object
value(String key)
Overloaded function forvalue(java.lang.String, java.lang.Object)
withdefaultValue = null
.abstract Object
value(String key, Object defaultValue)
-
Constructor Details
-
Method Details
-
beginGroup
- Specified by:
beginGroup
in interfaceQDesignerSettingsInterface
-
contains
- Specified by:
contains
in interfaceQDesignerSettingsInterface
-
endGroup
- Specified by:
endGroup
in interfaceQDesignerSettingsInterface
-
remove
- Specified by:
remove
in interfaceQDesignerSettingsInterface
-
setValue
- Specified by:
setValue
in interfaceQDesignerSettingsInterface
-
value
Overloaded function for
value(java.lang.String, java.lang.Object)
withdefaultValue = null
.- Specified by:
value
in interfaceQDesignerSettingsInterface
-
value
- Specified by:
value
in interfaceQDesignerSettingsInterface
-