Uses of Interface
io.qt.designer.QDesignerWidgetDataBaseItemInterface
-
Uses of QDesignerWidgetDataBaseItemInterface in io.qt.designer
Modifier and TypeClassDescriptionstatic class
Implementor class for interfaceQDesignerWidgetDataBaseItemInterface
Modifier and TypeMethodDescriptionQDesignerPromotionInterface.PromotedClass.baseItem()
QDesignerWidgetDataBaseInterface.item
(int index) QDesignerPromotionInterface.PromotedClass.promotedItem()
Modifier and TypeMethodDescriptionprotected final QList<QDesignerWidgetDataBaseItemInterface>
QDesignerWidgetDataBaseInterface.items()
abstract List<QDesignerWidgetDataBaseItemInterface>
QDesignerPromotionInterface.Impl.promotionBaseClasses()
QDesignerPromotionInterface.promotionBaseClasses()
Modifier and TypeMethodDescriptionvoid
QDesignerWidgetDataBaseInterface.append
(QDesignerWidgetDataBaseItemInterface item) int
QDesignerWidgetDataBaseInterface.indexOf
(QDesignerWidgetDataBaseItemInterface item) void
QDesignerWidgetDataBaseInterface.insert
(int index, QDesignerWidgetDataBaseItemInterface item) final void
QDesignerPromotionInterface.PromotedClass.setBaseItem
(QDesignerWidgetDataBaseItemInterface baseItem) final void
QDesignerPromotionInterface.PromotedClass.setPromotedItem
(QDesignerWidgetDataBaseItemInterface promotedItem) Modifier and TypeMethodDescriptionprotected final void
QDesignerWidgetDataBaseInterface.setItems
(Collection<QDesignerWidgetDataBaseItemInterface> items)