java.lang.Object
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 class io.qt.QtObject
QtObject.QPrivateConstructor
Nested classes/interfaces inherited from interface io.qt.designer.QDesignerPromotionInterface
QDesignerPromotionInterface.Impl, QDesignerPromotionInterface.PromotedClass
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract boolean
addPromotedClass
(String baseClass, String className, String includeFile, QString[] errorMessage) abstract boolean
changePromotedClassName
(String oldClassName, String newClassName, QString[] errorMessage) abstract List<QDesignerWidgetDataBaseItemInterface>
abstract boolean
removePromotedClass
(String className, QString[] errorMessage) abstract boolean
setPromotedClassIncludeFile
(String className, String includeFile, QString[] errorMessage) 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
-
addPromotedClass
@QtUninvokable public abstract boolean addPromotedClass(String baseClass, String className, String includeFile, QString[] errorMessage) - Specified by:
addPromotedClass
in interfaceQDesignerPromotionInterface
-
changePromotedClassName
@QtUninvokable public abstract boolean changePromotedClassName(String oldClassName, String newClassName, QString[] 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, QString[] errorMessage) - Specified by:
removePromotedClass
in interfaceQDesignerPromotionInterface
-
setPromotedClassIncludeFile
@QtUninvokable public abstract boolean setPromotedClassIncludeFile(String className, String includeFile, QString[] errorMessage) - Specified by:
setPromotedClassIncludeFile
in interfaceQDesignerPromotionInterface
-