- All Superinterfaces:
QtObjectInterface
- All Known Implementing Classes:
QDesignerPromotionInterface.Impl
public interface QDesignerPromotionInterface extends QtObjectInterface
Java wrapper for Qt class QDesignerPromotionInterface
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
QDesignerPromotionInterface.Impl
Implementor class for interfaceQDesignerPromotionInterface
static class
QDesignerPromotionInterface.PromotedClass
Java wrapper for Qt class QDesignerPromotionInterface::PromotedClass -
Method Summary
Modifier and Type Method Description boolean
addPromotedClass(String baseClass, String className, String includeFile, String[] errorMessage)
boolean
changePromotedClassName(String oldClassName, String newClassName, String[] errorMessage)
List<QDesignerPromotionInterface.PromotedClass>
promotedClasses()
List<QDesignerWidgetDataBaseItemInterface>
promotionBaseClasses()
Set<String>
referencedPromotedClassNames()
boolean
removePromotedClass(String className, String[] errorMessage)
boolean
setPromotedClassIncludeFile(String className, String includeFile, String[] errorMessage)
-
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)
-