java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.designer.QDesignerPromotionInterface.PromotedClass
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing interface:
- QDesignerPromotionInterface
public static class QDesignerPromotionInterface.PromotedClass extends QtObject implements Cloneable
Java wrapper for Qt class QDesignerPromotionInterface::PromotedClass
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description PromotedClass()
protected
PromotedClass(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QDesignerWidgetDataBaseItemInterface
baseItem()
QDesignerPromotionInterface.PromotedClass
clone()
QDesignerWidgetDataBaseItemInterface
promotedItem()
void
setBaseItem(QDesignerWidgetDataBaseItemInterface baseItem)
void
setPromotedItem(QDesignerWidgetDataBaseItemInterface promotedItem)
-
Constructor Details
-
PromotedClass
public PromotedClass() -
PromotedClass
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
setBaseItem
-
baseItem
-
setPromotedItem
@QtUninvokable public final void setPromotedItem(QDesignerWidgetDataBaseItemInterface promotedItem) -
promotedItem
-
clone
-