java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.designer.QDesignerPromotionInterface.Impl
- All Implemented Interfaces:
QDesignerPromotionInterface
,QtObjectInterface
- Enclosing interface:
- QDesignerPromotionInterface
public abstract static class QDesignerPromotionInterface.Impl extends QtObject implements QDesignerPromotionInterface
Implementor class for interface QDesignerPromotionInterface
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.qt.designer.QDesignerPromotionInterface
QDesignerPromotionInterface.Impl, QDesignerPromotionInterface.PromotedClass
-
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 boolean
addPromotedClass(String baseClass, String className, String includeFile, String[] errorMessage)
abstract boolean
changePromotedClassName(String oldClassName, String newClassName, String[] errorMessage)
abstract List<QDesignerPromotionInterface.PromotedClass>
promotedClasses()
abstract List<QDesignerWidgetDataBaseItemInterface>
promotionBaseClasses()
abstract Set<String>
referencedPromotedClassNames()
abstract boolean
removePromotedClass(String className, String[] errorMessage)
abstract boolean
setPromotedClassIncludeFile(String className, String includeFile, String[] errorMessage)
-
Constructor Details
-
Method Details
-
addPromotedClass
@QtUninvokable public abstract boolean addPromotedClass(String baseClass, String className, String includeFile, String[] errorMessage)- Specified by:
addPromotedClass
in interfaceQDesignerPromotionInterface
-
changePromotedClassName
@QtUninvokable public abstract boolean changePromotedClassName(String oldClassName, String newClassName, String[] errorMessage)- Specified by:
changePromotedClassName
in interfaceQDesignerPromotionInterface
-
promotedClasses
- Specified by:
promotedClasses
in interfaceQDesignerPromotionInterface
-
promotionBaseClasses
- Specified by:
promotionBaseClasses
in interfaceQDesignerPromotionInterface
-
referencedPromotedClassNames
- Specified by:
referencedPromotedClassNames
in interfaceQDesignerPromotionInterface
-
removePromotedClass
@QtUninvokable public abstract boolean removePromotedClass(String className, String[] errorMessage)- Specified by:
removePromotedClass
in interfaceQDesignerPromotionInterface
-
setPromotedClassIncludeFile
@QtUninvokable public abstract boolean setPromotedClassIncludeFile(String className, String includeFile, String[] errorMessage)- Specified by:
setPromotedClassIncludeFile
in interfaceQDesignerPromotionInterface
-