Uses of Interface
io.qt.designer.QDesignerWidgetDataBaseItemInterface
Packages that use QDesignerWidgetDataBaseItemInterface
-
Uses of QDesignerWidgetDataBaseItemInterface in io.qt.designer
Classes in io.qt.designer that implement QDesignerWidgetDataBaseItemInterfaceModifier and TypeClassDescriptionstatic class
Implementor class for interfaceQDesignerWidgetDataBaseItemInterface
Methods in io.qt.designer that return QDesignerWidgetDataBaseItemInterfaceModifier and TypeMethodDescriptionQDesignerPromotionInterface.PromotedClass.baseItem()
QDesignerWidgetDataBaseInterface.item
(int index) QDesignerPromotionInterface.PromotedClass.promotedItem()
Methods in io.qt.designer that return types with arguments of type QDesignerWidgetDataBaseItemInterfaceModifier and TypeMethodDescriptionprotected final QList<QDesignerWidgetDataBaseItemInterface>
QDesignerWidgetDataBaseInterface.items()
abstract List<QDesignerWidgetDataBaseItemInterface>
QDesignerPromotionInterface.Impl.promotionBaseClasses()
QDesignerPromotionInterface.promotionBaseClasses()
Methods in io.qt.designer with parameters of type QDesignerWidgetDataBaseItemInterfaceModifier 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) Method parameters in io.qt.designer with type arguments of type QDesignerWidgetDataBaseItemInterfaceModifier and TypeMethodDescriptionprotected final void
QDesignerWidgetDataBaseInterface.setItems
(Collection<QDesignerWidgetDataBaseItemInterface> items)