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.QPrivateConstructorNested classes/interfaces inherited from interface io.qt.designer.QDesignerPropertySheetExtension
QDesignerPropertySheetExtension.Impl -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract intcount()abstract booleanhasReset(int index) abstract intabstract booleanisAttribute(int index) abstract booleanisChanged(int index) abstract booleanisEnabled(int index) abstract booleanisVisible(int index) abstract Objectproperty(int index) abstract StringpropertyGroup(int index) abstract StringpropertyName(int index) abstract booleanreset(int index) abstract voidsetAttribute(int index, boolean b) abstract voidsetChanged(int index, boolean changed) abstract voidsetProperty(int index, Object value) abstract voidsetPropertyGroup(int index, String group) abstract voidsetVisible(int index, boolean b) Methods inherited from class io.qt.QtObject
dispose, equals, isDisposedMethods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
countin interfaceQDesignerPropertySheetExtension
-
hasReset
- Specified by:
hasResetin interfaceQDesignerPropertySheetExtension
-
indexOf
- Specified by:
indexOfin interfaceQDesignerPropertySheetExtension
-
isAttribute
- Specified by:
isAttributein interfaceQDesignerPropertySheetExtension
-
isChanged
- Specified by:
isChangedin interfaceQDesignerPropertySheetExtension
-
isEnabled
- Specified by:
isEnabledin interfaceQDesignerPropertySheetExtension
-
isVisible
- Specified by:
isVisiblein interfaceQDesignerPropertySheetExtension
-
property
- Specified by:
propertyin interfaceQDesignerPropertySheetExtension
-
propertyGroup
- Specified by:
propertyGroupin interfaceQDesignerPropertySheetExtension
-
propertyName
- Specified by:
propertyNamein interfaceQDesignerPropertySheetExtension
-
reset
- Specified by:
resetin interfaceQDesignerPropertySheetExtension
-
setAttribute
- Specified by:
setAttributein interfaceQDesignerPropertySheetExtension
-
setChanged
- Specified by:
setChangedin interfaceQDesignerPropertySheetExtension
-
setProperty
- Specified by:
setPropertyin interfaceQDesignerPropertySheetExtension
-
setPropertyGroup
- Specified by:
setPropertyGroupin interfaceQDesignerPropertySheetExtension
-
setVisible
- Specified by:
setVisiblein interfaceQDesignerPropertySheetExtension
-