Uses of Interface
io.qt.designer.QDesignerWidgetDataBaseItemInterface
Packages that use QDesignerWidgetDataBaseItemInterface
-
Uses of QDesignerWidgetDataBaseItemInterface in io.qt.designer
Methods in io.qt.designer that return QDesignerWidgetDataBaseItemInterfaceModifier and TypeMethodDescriptionQDesignerPromotionInterface.PromotedClass.baseItem()
SeeQDesignerPromotionInterface::PromotedClass::
baseItem QDesignerWidgetDataBaseInterface.item
(int index) SeeQDesignerWidgetDataBaseInterface::
item(int)const QDesignerPromotionInterface.PromotedClass.promotedItem()
SeeQDesignerPromotionInterface::PromotedClass::
promotedItem Methods in io.qt.designer that return types with arguments of type QDesignerWidgetDataBaseItemInterfaceModifier and TypeMethodDescriptionprotected final QList<QDesignerWidgetDataBaseItemInterface>
QDesignerWidgetDataBaseInterface.items()
SeeQDesignerWidgetDataBaseInterface::
m_items abstract List<QDesignerWidgetDataBaseItemInterface>
QDesignerPromotionInterface.Impl.promotionBaseClasses()
SeeQDesignerPromotionInterface::
promotionBaseClasses()const QDesignerPromotionInterface.promotionBaseClasses()
SeeQDesignerPromotionInterface::
promotionBaseClasses()const Methods in io.qt.designer with parameters of type QDesignerWidgetDataBaseItemInterfaceModifier and TypeMethodDescriptionvoid
QDesignerWidgetDataBaseInterface.append
(QDesignerWidgetDataBaseItemInterface item) SeeQDesignerWidgetDataBaseInterface::
append(QDesignerWidgetDataBaseItemInterface*) int
QDesignerWidgetDataBaseInterface.indexOf
(QDesignerWidgetDataBaseItemInterface item) SeeQDesignerWidgetDataBaseInterface::
indexOf(QDesignerWidgetDataBaseItemInterface*)const void
QDesignerWidgetDataBaseInterface.insert
(int index, QDesignerWidgetDataBaseItemInterface item) SeeQDesignerWidgetDataBaseInterface::
insert(int, QDesignerWidgetDataBaseItemInterface*) final void
QDesignerPromotionInterface.PromotedClass.setBaseItem
(QDesignerWidgetDataBaseItemInterface baseItem) SeeQDesignerPromotionInterface::PromotedClass::
baseItem final void
QDesignerPromotionInterface.PromotedClass.setPromotedItem
(QDesignerWidgetDataBaseItemInterface promotedItem) SeeQDesignerPromotionInterface::PromotedClass::
promotedItem Method parameters in io.qt.designer with type arguments of type QDesignerWidgetDataBaseItemInterfaceModifier and TypeMethodDescriptionprotected final void
QDesignerWidgetDataBaseInterface.setItems
(Collection<? extends QDesignerWidgetDataBaseItemInterface> items) SeeQDesignerWidgetDataBaseInterface::
m_items Constructors in io.qt.designer with parameters of type QDesignerWidgetDataBaseItemInterfaceModifierConstructorDescriptionPromotedClass
(QDesignerWidgetDataBaseItemInterface baseItem, QDesignerWidgetDataBaseItemInterface promotedItem) SeeQDesignerPromotionInterface::PromotedClass::
PromotedClass{QDesignerWidgetDataBaseItemInterface*, QDesignerWidgetDataBaseItemInterface*}