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 interface io.qt.designer.QDesignerPropertySheetExtension
QDesignerPropertySheetExtension.Impl, QDesignerPropertySheetExtension.MemberAccess
-
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 int
count()
abstract boolean
hasReset(int index)
abstract int
indexOf(String name)
abstract boolean
isAttribute(int index)
abstract boolean
isChanged(int index)
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)
-
Constructor Details
-
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
-