java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.designer.QDesignerPropertySheetExtension.Impl
- All Implemented Interfaces:
QDesignerPropertySheetExtension
,QtObjectInterface
- Enclosing interface:
QDesignerPropertySheetExtension
public abstract static class QDesignerPropertySheetExtension.Impl
extends QtObject
implements QDesignerPropertySheetExtension
Implementor class for interface QDesignerPropertySheetExtension
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
Nested classes/interfaces inherited from interface io.qt.designer.QDesignerPropertySheetExtension
QDesignerPropertySheetExtension.Impl
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract int
count()
abstract boolean
hasReset
(int index) abstract int
abstract boolean
isAttribute
(int index) abstract boolean
isChanged
(int index) abstract boolean
isEnabled
(int index) abstract boolean
isVisible
(int index) abstract Object
property
(int index) abstract String
propertyGroup
(int index) abstract String
propertyName
(int index) abstract boolean
reset
(int index) abstract void
setAttribute
(int index, boolean b) abstract void
setChanged
(int index, boolean changed) abstract void
setProperty
(int index, Object value) abstract void
setPropertyGroup
(int index, String group) abstract void
setVisible
(int index, boolean b) 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
-
count
- Specified by:
count
in interfaceQDesignerPropertySheetExtension
-
hasReset
- Specified by:
hasReset
in interfaceQDesignerPropertySheetExtension
-
indexOf
- Specified by:
indexOf
in interfaceQDesignerPropertySheetExtension
-
isAttribute
- Specified by:
isAttribute
in interfaceQDesignerPropertySheetExtension
-
isChanged
- Specified by:
isChanged
in interfaceQDesignerPropertySheetExtension
-
isEnabled
- Specified by:
isEnabled
in interfaceQDesignerPropertySheetExtension
-
isVisible
- Specified by:
isVisible
in interfaceQDesignerPropertySheetExtension
-
property
- Specified by:
property
in interfaceQDesignerPropertySheetExtension
-
propertyGroup
- Specified by:
propertyGroup
in interfaceQDesignerPropertySheetExtension
-
propertyName
- Specified by:
propertyName
in interfaceQDesignerPropertySheetExtension
-
reset
- Specified by:
reset
in interfaceQDesignerPropertySheetExtension
-
setAttribute
- Specified by:
setAttribute
in interfaceQDesignerPropertySheetExtension
-
setChanged
- Specified by:
setChanged
in interfaceQDesignerPropertySheetExtension
-
setProperty
- Specified by:
setProperty
in interfaceQDesignerPropertySheetExtension
-
setPropertyGroup
- Specified by:
setPropertyGroup
in interfaceQDesignerPropertySheetExtension
-
setVisible
- Specified by:
setVisible
in interfaceQDesignerPropertySheetExtension
-