- All Superinterfaces:
QtObjectInterface
- All Known Implementing Classes:
QDesignerPromotionInterface.Impl
Java wrapper for Qt class QDesignerPromotionInterface
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
Implementor class for interfaceQDesignerPromotionInterface
static class
Java wrapper for Qt class QDesignerPromotionInterface::PromotedClass -
Method Summary
Modifier and TypeMethodDescriptionboolean
addPromotedClass
(String baseClass, String className, String includeFile, String[] errorMessage) boolean
changePromotedClassName
(String oldClassName, String newClassName, String[] errorMessage) boolean
removePromotedClass
(String className, String[] errorMessage) boolean
setPromotedClassIncludeFile
(String className, String includeFile, String[] errorMessage) Methods inherited from interface io.qt.QtObjectInterface
dispose, isDisposed
-
Method Details
-
addPromotedClass
@QtUninvokable boolean addPromotedClass(String baseClass, String className, String includeFile, String[] errorMessage) -
changePromotedClassName
@QtUninvokable boolean changePromotedClassName(String oldClassName, String newClassName, String[] errorMessage) -
promotedClasses
-
promotionBaseClasses
-
referencedPromotedClassNames
-
removePromotedClass
-
setPromotedClassIncludeFile
@QtUninvokable boolean setPromotedClassIncludeFile(String className, String includeFile, String[] errorMessage)
-