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 class io.qt.QtObject
QtObject.QPrivateConstructor
Nested classes/interfaces inherited from interface io.qt.designer.QDesignerSettingsInterface
QDesignerSettingsInterface.Impl
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract void
beginGroup
(String prefix) abstract boolean
abstract void
endGroup()
abstract void
abstract void
final Object
Overloaded function forvalue(java.lang.String, java.lang.Object)
withdefaultValue = null
.abstract Object
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
-
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
-