- All Superinterfaces:
QtObjectInterface
- All Known Implementing Classes:
QDesignerPromotionInterface.Impl
Java wrapper for Qt class QDesignerPromotionInterface
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classImplementor class for interfaceQDesignerPromotionInterfacestatic classJava wrapper for Qt class QDesignerPromotionInterface::PromotedClass -
Method Summary
Modifier and TypeMethodDescriptionbooleanaddPromotedClass(String baseClass, String className, String includeFile, String[] errorMessage) booleanchangePromotedClassName(String oldClassName, String newClassName, String[] errorMessage) booleanremovePromotedClass(String className, String[] errorMessage) booleansetPromotedClassIncludeFile(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)
-